Targeting only names from ini file within range..
Posted: Tue Jun 08, 2004 12:44 am
i am trying to modify my code to read from ini file, get zone name, and set of names of mobs to target.. still only within the 150 range.
here is current code
this is what i thought the ini file would look like..
well you get the idea..
any help is appreciated
here is current code
Code: Select all
:loopgainexp
/delay 5s
/target npc radius 150
/if (!${Target.ID}) /goto :loopgainexp
/face nolook fast
/call Cast "ensnare"
/delay 4s
/doability "Taunt"
/attack onCode: Select all
Plane of Nightmares
a Blood Raven
A gnarled Treant
any help is appreciated