Author |
Message |
Topic: zMUDXP Poll |
MartokShiva
Replies: 138
Views: 251361
|
Forum: zMUD General Discussion Posted: Thu Aug 04, 2005 8:10 pm Subject: Absolutally bloody fantastic! |
I for one would love to see you put a major effort into a new Version of zMud. and it sounds like this would be a real new version rather than an incremental upgrade.
On the future upgrades issue, ... |
Topic: Zmud really usefull... just for programmers?? |
MartokShiva
Replies: 41
Views: 49067
|
Forum: zMUD General Discussion Posted: Fri Dec 05, 2003 4:44 pm Subject: Zmud really usefull... just for programmers?? |
quote:Originally posted by Droid
#if (@questzone zone1) {#CALL %mapfilter(%concat("Name LIKE '%",%-1,"%'" AND [ZoneID] LIKE '57' ));#LOOP 1,%numrooms() {#ADDITEM salas {%mapvnum(%i)}};#CALL %mapfilte ... |
Topic: Fastest route around several locations |
MartokShiva
Replies: 8
Views: 13137
|
Forum: zMUD General Discussion Posted: Thu Dec 04, 2003 3:05 pm Subject: Fastest route around several locations |
I have a solution coded, that is almost working. I will post it later today.
I had to resort to trying all permutations as the distance from A to B is not necessarily the same as the distance from ... |
Topic: Fastest route around several locations |
MartokShiva
Replies: 8
Views: 13137
|
Forum: zMUD General Discussion Posted: Wed Dec 03, 2003 2:24 pm Subject: Fastest route around several locations |
Hi,
I have the mapper working almost perfectly with Achea! It was a bit painfull to setup, and I had to put in lots of triggers with #NOMAP, #NODIR, and #TAG to get it stable.
Now I have a lot ... |
Topic: Autohealing problem |
MartokShiva
Replies: 9
Views: 7914
|
Forum: zMUD General Discussion Posted: Tue Sep 16, 2003 5:05 pm Subject: Autohealing problem |
Instead of having that many #if statements.. why not use queues? You can sort and prioritize queues, and easily add cures for new afflictions that way.
When you get for instance "Pain is something ... |
|