• 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

Request - Condition for number of mobs?

janktron

Member
Joined
Sep 25, 2015
RedCents
761¢
I want to put some of my rain spells in dps rotation, but only casting if its 1 mob. What's the correct syntax for this?
 
AE section with the additional tag of "single" so it won't go off for more than 1.

HTML:
[AE]
AEOn=1
AERadius=50
AE1=Coronal Rain|1|single
 
You can also use the DPS section and if using a Condition can check using something like this: ${Target.Type.Equal[NPC]} & ${SpawnCount[NPC loc ${Target.X} ${Target.Y} Radius 200]}==1
 
You can also use the DPS section and if using a Condition can check using something like this: ${Target.Type.Equal[NPC]} & ${SpawnCount[NPC loc ${Target.X} ${Target.Y} Radius 200]}==1

thanks ct..this is what i was looking for b/c i can't add additional conditions under the AE section.
 
Request - Condition for number of mobs?

Users who are viewing this thread

Back
Top
Cart