• 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 - Moving away from raid?

verc189

Member
Joined
Sep 30, 2017
RedCents
70¢
Is there a way of telling the boxes to run away from the raid? During the last 30% of Cactiki he starts hit 2 players with that AE debuff, and when a box toon gets it, it would be nice to have a button that tells the box to run away. Same thing for Kor Sha and several others. Anyone have some suggestion/secret to do what I am asking?
 
Find the Loc coordinates of a spot that's far enough away, and use /moveto loc <Y> <X>

Can PROBABLY add it to kiss as well with something like

DPSX=command:/moveto loc <Y> <X>|99|condX
CondX= ${Me.Buff[<name of debuff>].ID}

Then to run back to the raid...

DPSX=command:/multiline ; /target ${Raid.MainAssist.Name} ; /assist ; /nav target|99|CondX
CondX= !${Me.Buff[<name of debuff>].ID}


Granted, I didn't test either of these but maybe someone else can come up with a better way
 
Last edited:
240 Range on Chaotic Shuffle
1: Shadowstep
2: Spin and Stun for 2(s).
would set a location return designation to keep spot saved


Target Range 80 on Accumulated Spines
1: Decrease HP when cast by 135000
2: Inhibit Melee Attacks by (75%)
3: Decrease Movement by 75%
4: Set Healing Effectiveness to -100%
could keep healers / casters around 100 range from each other would only leave melee to worry about


could probably try a

/pause 5,/target [raid member name]
/nav target
 
Last edited:
Find the Loc coordinates of a spot that's far enough away, and use /moveto loc <Y> <X>

Can PROBABLY add it to kiss as well with something like

DPSX=command:/moveto loc <Y> <X>|99|condX
CondX= ${Me.Buff[<name of debuff>].ID}

Then to run back to the raid...

DPSX=command:/multiline ; /target ${Raid.MainAssist.Name} ; /assist ; /nav target|99|CondX
CondX= !${Me.Buff[<name of debuff>].ID}


Granted, I didn't test either of these but maybe someone else can come up with a better way
MQ2Events is probably more suited for this type of functionality, but would need the text of the emote that you want the characters to respond to.
 
Using dps to issue command based on debuff, depending how many dps entry you have may be too slow to react to the mechanic.
 
I box a full group, occasionally. Fortunately our raid team is pretty good and only occasionally need to box. I will try the location thing with MQ2events, thanks!
 
Question - Moving away from raid?

Users who are viewing this thread

Back
Top
Cart