infimious Beginner
Joined: 24 Jun 2009 Posts: 15
|
Posted: Sun Aug 02, 2009 3:57 am
auto practice - help plz |
#CLASS {PracSpellAlarm} {disable}
#ALARM {15} {prac %item( @SpellList, @SpellCount)}
#TRIGGER {({@SpellList})%s(%d)} {#IF ((%item( @SpellList, @SpellCount) = "%1") AND (%item( @SpellMax, @SpellCount) = %2)) {#ADD SpellCount 1}}
#TRIGGER {{6160m}`} {
stand
w
#T- PracSpellAlarm
#T+ CastSpellAlarm
} "" {nocr|prompt}
#CLASS 0
and this goes with it
#CLASS {FleeSpellAlarm} {disable}
#TRIGGER {No way! You're fighting for your life!} {flee}
#TRIGGER {Hidden Area} {
u
e
sit
}
#TRIGGER {PANIC! You couldn't escape!} {flee}
#TRIGGER {Down - Entry Room to Algeroth} {
#T- fleeSpellAlarm
#T+ PracSpellAlarm
}
#CLASS 0
#CLASS {FleeSpellAlarm|CastSpellAlarm} {disable}
#ALARM {3} {
cast '%item( @SpellList, @SpellCount)' dummy
prac %item( @SpellList, @SpellCount)
}
#TRIGGER {Impossible! You can't concentrate enough!} {flee}
#TRIGGER {({@SpellList})%s(%d)} {#IF ((%item( @SpellList, @SpellCount) = "%1") AND (%item( @SpellMax, @SpellCount) = %2)) {#ADD SpellCount 1}}
#TRIGGER {You haven't the energy to cast that spell!} {
e
#5 flee
#5 el e
#T- CastSpellAlarm
#T+ fleeSpellAlarm
}
#CLASS 0
all im getting is spammed by "prac inferno" |
|