Author |
Message |
Topic: Help with trigger... |
drazzen
Replies: 7
Views: 10599
|
Forum: zMUD General Discussion Posted: Fri Jan 17, 2003 6:10 pm Subject: Help with trigger... |
Please elaborate on the other problems.
|
Topic: Help with trigger... |
drazzen
Replies: 7
Views: 10599
|
Forum: zMUD General Discussion Posted: Fri Jan 17, 2003 4:15 pm Subject: Help with trigger... |
This trigger is for Achaea Mud (www.achaea.com)
Trigger text (as seen from mud):
1077h, 1266m
Trigger:
(&CHP)h, (&CMP)m
Commands:
#if (@CHP<=(@MHP-400) and @anorexia=0 and @hea ... |
Topic: Need help with a trigger |
drazzen
Replies: 9
Views: 8132
|
Forum: zMUD General Discussion Posted: Fri Dec 27, 2002 2:05 am Subject: Need help with a trigger |
This didn't work.. Upon test this is what happened: (This is for Aetolia MUD by the way )
Got attacked (Now I am stunned)
Opponent afflicted me
Stun wears off
I never try to eat the cure for t ... |
Topic: Does the AND command work in 5.55? |
drazzen
Replies: 2
Views: 3150
|
Forum: zMUD General Discussion Posted: Tue Dec 24, 2002 5:07 pm Subject: Does the AND command work in 5.55? |
Does anyone know if the AND condition works in zMUD 5.55? I do not see it in the help files. And if not is there a way to code a trigger so that it responds as if there is a AND in it.?
|
Topic: Need help with a trigger |
drazzen
Replies: 9
Views: 8132
|
Forum: zMUD General Discussion Posted: Tue Dec 24, 2002 3:42 am Subject: Need help with a trigger |
I do know when I become unstunned but not all classes stun. Only one. So verse this class I want it to :
Get hit (now I am stunned)
Get affliction applyed
Wait till stun is gone
Heal Affliction ... |
Topic: Need help with a trigger |
drazzen
Replies: 9
Views: 8132
|
Forum: zMUD General Discussion Posted: Tue Dec 24, 2002 3:29 am Subject: Need help with a trigger |
Yes thats it.
Another question...will that work with zMUD 5.55?
and
By this :
{//insert string that triggers this here\}
Do you mean the trigger that states that I am no longer stunned?
... |
Topic: Need help with a trigger |
drazzen
Replies: 9
Views: 8132
|
Forum: zMUD General Discussion Posted: Tue Dec 24, 2002 3:10 am Subject: Need help with a trigger |
Ok here is the scenario:
Opponent stuns me followed by giving me an affliction. At this point my trigger fires to heal the affliction but I can't because of the stun. I have to wait till the stun i ... |
Topic: Need help with a trigger |
drazzen
Replies: 9
Views: 8132
|
Forum: zMUD General Discussion Posted: Tue Dec 24, 2002 2:51 am Subject: Need help with a trigger |
I need to add to the following alias so that it will check to see if i an stunned and if stunned wait till the stunned variable is set back to 0 before eating the cure.
kelp=1
#if (@herbbalance=1) ... |
Topic: Need help with a trigger |
drazzen
Replies: 5
Views: 5415
|
Forum: zMUD General Discussion Posted: Fri Dec 13, 2002 9:59 pm Subject: Need help with a trigger |
Ok its working...I loaded the default settings to clear all triggers and just did this. Seems there is something else in my other set screwing things up.
Thanks again.
|
Topic: Need help with a trigger |
drazzen
Replies: 5
Views: 5415
|
Forum: zMUD General Discussion Posted: Fri Dec 13, 2002 9:30 pm Subject: Need help with a trigger |
I set everything like you said and still not working. I wonder if something else is causeing the problem.
|
Topic: Need help with a trigger |
drazzen
Replies: 5
Views: 5415
|
Forum: zMUD General Discussion Posted: Fri Dec 13, 2002 8:50 pm Subject: Need help with a trigger |
Its still crashing when I use what you have shown me.
I can't figure this out.
|
Topic: Need help with a trigger |
drazzen
Replies: 5
Views: 5415
|
Forum: zMUD General Discussion Posted: Fri Dec 13, 2002 5:54 pm Subject: Need help with a trigger |
I am using zMUD 5.55 and am trying to determine why my auto vial drinker will not work. Here is how the prompt looks:
H:1116 M:2200
This is what I have in the trigger:
Pattern : H:(%d) M:(%d) ... |
|