• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

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