Author |
Message |
Topic: What am I doing wrong here??? |
mimique6
Replies: 4
Views: 4531
|
Forum: zMUD General Discussion Posted: Sun Jun 29, 2003 4:18 am Subject: What am I doing wrong here??? |
#VARIABLE %1 %2
I assume you're pulling numbers out of a trigger? Please explain what is being represented by '%1' and '%2' (level/exp?)
Also, is
an outputted message from the mud, or what yo ... |
Topic: Auto Heal |
mimique6
Replies: 15
Views: 25491
|
Forum: zMUD General Discussion Posted: Sun Feb 16, 2003 12:57 am Subject: Auto Heal |
Mmkay, assuming you just want to tell the char to heal you, and if you are healed, then tell it again, make a variable for it. Say, "waitforheal"
#TRIGGER {~<(%d)/%dhp %d/%dm %d/%dmv~& ... |
Topic: Creating a Ban List and Some more stuff |
mimique6
Replies: 2
Views: 5315
|
Forum: zMUD General Discussion Posted: Fri Feb 14, 2003 4:42 pm Subject: Creating a Ban List and Some more stuff |
I'm not sure I understand entirely what you're trying to do, but I think I can help with the part on determining whether (or not) they are on the 'banlist'
I'd create a variable with all the names ... |
Topic: "Dual Booting" zMud 6.16 & 6.4 |
mimique6
Replies: 1
Views: 3097
|
Forum: zMUD General Discussion Posted: Mon Jan 20, 2003 5:24 am Subject: "Dual Booting" zMud 6.16 & 6.4 |
Hello, again.
I recently registered zMud 6.40 using the internal ordering system (which worked pretty well) and ended up with a recipt which included an Order ID and what I assume to be a Key (lon ... |
Topic: #IF scripting problem |
mimique6
Replies: 6
Views: 7705
|
Forum: zMUD General Discussion Posted: Sun Jan 19, 2003 10:59 pm Subject: #IF scripting problem |
quote:
Don't forget that case matters with %ismember.
indeed, that can be a pesky problem. If I read you right, you're having it first see if the Bot is on (@BOT=1)
You had #IF ((@bot = 1) & ... |
Topic: 6.40 Command Line not Wrapping |
mimique6
Replies: 5
Views: 6561
|
Forum: zMUD General Discussion Posted: Fri Jan 17, 2003 9:28 pm Subject: 6.40 Command Line not Wrapping |
I had that problem a while back, too. Was anoying because if you had wrapping enabled, the curser would stop at the edge of the line (while the typing continued into the great unknown)
As I recall, ... |
Topic: Dynamic code to render variables -- Need Assistanc |
mimique6
Replies: 2
Views: 3957
|
Forum: zMUD General Discussion Posted: Fri Jan 10, 2003 6:07 am Subject: Dynamic code to render variables -- Need Assistanc |
Ahh, Thanks! With your help I've got it working now. =)
~Mimique
Is it bad when Zmud plays more than you do? |
Topic: Dynamic code to render variables -- Need Assistanc |
mimique6
Replies: 2
Views: 3957
|
Forum: zMUD General Discussion Posted: Thu Jan 09, 2003 9:29 pm Subject: Dynamic code to render variables -- Need Assistanc |
I tried looking back several pages for a simular question, after that failed I figured I'd toss it out here.
I'm working on a 'vial' project, like many muds the one I play (Aetolia) lets you refil ... |
|