|
jackfrost1 Newbie
Joined: 19 Sep 2003 Posts: 1 Location: USA
|
Posted: Fri Sep 19, 2003 7:39 am
help with mana drain trigger |
< 379h/379H 51m/292M 150v/150V P:Standing >
im trying to make an if statmenet so when my mana is below 100 or so ill cast mana drain on the mob to regain mana. this may be a very basic if statment but by just reading the tutorials that come from the zmud program i dont feel its explained well enough. any help will greatly be appreciated in my learning process =)
[?] |
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Fri Sep 19, 2003 8:14 am |
#trigger {~< %dh~/%dH (%d)m~/292M %dv~/%dV P~:%w ~>} {#if %1<100 {cast mana drain @mob}
where @mob= the mob your fighting= have to set a trigger for that.
Help Files = Expressions |
|
|
|
|
|