m&m beta

by Vadi

Back to Mechanic's Corner.

Thendis2010-09-29 13:05:42
Does this mean individual things cannot be turned off? And that we have to use the general skills?
Unknown2010-09-29 13:06:23
I wasn't saying it was a useless block of wood, nor did I mean to imply that. I just know there are others who like to share code and ideas, so I provided that brief word of caution.

I see many features that look like things I implemented in Treant, and I wanted to see what changes or improvements you made on them. I'm not accusing you of stealing my work, as I put it out there for free and you've done more than your own share of coding on this and other things to call it your own now. I was just put off because I expected a tit-for-tat sharing of code and ideas, especially from someone who works on an open source, multi-platform client.

Oh, and I cannot download the mapper stuff from LaunchPad. It keeps giving me an "oops" page.
Vadi2010-09-29 13:11:17
QUOTE (Thendis @ Sep 29 2010, 09:05 AM) <{POST_SNAPBACK}>
Does this mean individual things cannot be turned off? And that we have to use the general skills?


No it does not; in fact you don't even need to code to change that. It's a simple alias to set an option.
Vadi2010-09-29 13:15:11
QUOTE (Zarquan @ Sep 29 2010, 09:06 AM) <{POST_SNAPBACK}>
I wasn't saying it was a useless block of wood, nor did I mean to imply that. I just know there are others who like to share code and ideas, so I provided that brief word of caution.

I see many features that look like things I implemented in Treant, and I wanted to see what changes or improvements you made on them. I'm not accusing you of stealing my work, as I put it out there for free and you've done more than your own share of coding on this and other things to call it your own now. I was just put off because I expected a tit-for-tat sharing of code and ideas, especially from someone who works on an open source, multi-platform client.

Oh, and I cannot download the mapper stuff from LaunchPad. It keeps giving me an "oops" page.


Frankly I've never looked at Treant or it's features, or at Acropolis or whatever came before that. My design was based off my features in vadi-m and fixed issues that I saw in that design (no retardation curing, limited customization of priorities). So no, I don't feel entitled to anyone at all because I didn't scourge for ideas elsewhere. Sorry!

I'm not sure what mapper are you talking about, but both that I'm involved with have source code published that others contribute to just fine (ie.)
Unknown2010-09-29 13:17:05
Vadi2010-09-29 13:22:25
Yeah unfortunately your bad Googling skills don't make up for anything, sorry. Source code is here: http://mudlet.git.sourceforge.net/

The Lua part of the mapper is indeed here, which, as the page says, is currently broken for whatever reason. It's hosted by launchpad, so it's a technical problem on their side, not a 'lack of course'. You can checkout the branch just fine using a bzr client!
Unknown2010-09-29 13:30:20
1. My bad Googling skills? I got that link from the Mudlet forums.
2. I used bzr once, and I didn't like it.
3. Your stuff is all over the place lately. tongue.gif
4. I can understand why you'd say you never looked at Treant, so I suppose I'll let that one go. I also understand why the code is protected (and it has nothing to do with your coding style or inspirations).
Vadi2010-09-29 13:31:47
Anyone who wishes to actually contribute will have no problem asking about it in #mudlet wink.gif.
Vadi2010-09-29 20:37:56
New updates!
Unknown2010-09-30 01:03:27
I tried to download and import the mudlet mapper.xml (previously was using demonnics but it didn't have a nifty speedwalk feature) and the map isn't showing up/capturing anymore =S i forgot to backup my previous profile... panic!
Unknown2010-09-30 01:24:08
QUOTE (Shou @ Sep 29 2010, 09:03 PM) <{POST_SNAPBACK}>
I tried to download and import the mudlet mapper.xml (previously was using demonnics but it didn't have a nifty speedwalk feature) and the map isn't showing up/capturing anymore =S i forgot to backup my previous profile... panic!



All of your 'previous' profiles are backed up automatically. There's a dropdown before you connect with which you can pick what profile to load. They're date and timestamped.

It's Profile history, just below the server address.


ETA: the mudlet mapper.xml requires that you have the 1.2pre-release version of mudlet. 1.2 with the mapper and the extended features has not seen full release yet.
Janalon2010-09-30 01:26:57
QUOTE (Vadi @ Sep 29 2010, 04:37 PM) <{POST_SNAPBACK}>
New updates!


WOooooHOooooOo. Can't wait to install both the Demonic inventory tabs AND M&M update!!!
Unknown2010-09-30 02:12:01
QUOTE (demonnic @ Sep 29 2010, 09:24 PM) <{POST_SNAPBACK}>
All of your 'previous' profiles are backed up automatically. There's a dropdown before you connect with which you can pick what profile to load. They're date and timestamped.

It's Profile history, just below the server address.


ETA: the mudlet mapper.xml requires that you have the 1.2pre-release version of mudlet. 1.2 with the mapper and the extended features has not seen full release yet.


Ah I see... where could I get the pre-release? I feel out of the loop =(

EDIT: Nevermind, found it on mudlet forums

EDIT EDIT: WOW this is not the kind of map I was expecting. very cool. now only if I could position it in the corner...
Vadi2010-10-03 02:53:59
Another qa update happy.gif
Unknown2010-10-03 06:00:11
Just installed it and may have broken it already. It's true, I am a douche.

Basically in the keys section I've changed it and now it's bugged. Can someone post up what the writing/script is suppose to look like for "Toggle Bashing"?
Vadi2010-10-03 06:50:06
CODE
-- replace your attack here

if not mm.dorepeat then
    mm.dor("kick " .. target, true)

    mm.dorepeat = true
else
    mm.dor(nil, true)
    mm.dorepeat = false
end
Unknown2010-10-03 07:54:14
Thank you my lovely Vadi. wub.gif
Vadi2010-10-03 15:57:25
Vadi2010-10-10 04:18:46
Vadi2010-10-15 12:07:51
And again. We'll probably be out of beta soon should everything go as well as it is.