spawn ID

is this a proper usage of taget?

/if (${Target.Name.Equal[A_Squeeking_Rat]}&&${Target.PctHPs}<=97 ) /call Kill}

I am trying to use this to target the rats in FH

any help is greatly appreciated
 
target one of them then do this command
/echo ${Taget.CleanName}
that should get you the name you'll need in the following line
/if (${Target.CleanName.Equal[A_Squeeking_Rat]}&&${Target.PctHPs}<=97 ) /call Kill

change A_Squeeking_Rat to whatever is echoed. that should work.
 
spawn ID

Users who are viewing this thread

Back
Top
Cart