• 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

Question - Condtion to cast on a certain mob's name

Joined
Feb 9, 2015
RedCents
1,377¢
Anyone can help with KA condition that will trigger a cast of a specific spell to a specific mob's name? Example: cast this nuke on a mob that contains a *Frozen* in his name.
 
I do by bodytype, not sure if that helps

Cond23=${Range.Between[1,99:${Target.PctHPs}]} && ${Target.Body.Name.Equal[Undead]}
 
${Target.CleanName.Equal[MobsName]} is to match.
${Target.CleanName.Find[PartialMatch]} is to search their name for PartialMatch
 
Question - Condtion to cast on a certain mob's name

Users who are viewing this thread

Back
Top
Cart