• 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

Problem - Merc AutoAssist (1 Viewer)

Status
Not open for further replies.

calaxa

Member
Joined
Jul 21, 2014
RedCents
1,797¢
Started playing with the Merc function in KA.

I set MercOn=1 which works great. If Merc dies, it autorevives. However, autoassist always comes back on after reviving. I can't find anywhere in game to set default to be autoassist off. Is there a way to handle this via KA or holies? I like setting my casters on burn but with autoassist on, it starts burning at 100 which is not quite ideal.
 
I didn't find anything that can change it to default to having autoassist off most sites identify having to set this manually.

However I did find /mercassist off - Turns off mercenary auto-assist mode.

Perhaps create an in game macro that you can click just before the start of a fight, or a EQBC broadcast that tells the merc to go into assist off mode.

Something like /bca //mercassist off

I am still looking around but this is the first thing I saw that seemed promising.
 
Here is a holy downflag I used on my wizard for his wizard merc:

Rich (BB code):
downshit6=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.Mercenary.State.Equal[ACTIVE]} && ${Me.MercenaryStance.NotEqual[Passive]} && ${Select[${Group.Member[1].Class},Wizard]}) /stance passive
downshit7=/if (${Me.CombatState.Equal[COMBAT]} && ${Me.Mercenary.State.Equal[ACTIVE]} && !${Select[${Me.MercenaryStance},Balanced,Burn]} && ${Select[${Group.Member[1].Class},Wizard]}) /stance burn
 
Here is a holy downflag I used on my wizard for his wizard merc:

Rich (BB code):
downshit6=/if (!${Me.CombatState.Equal[COMBAT]} && ${Me.Mercenary.State.Equal[ACTIVE]} && ${Me.MercenaryStance.NotEqual[Passive]} && ${Select[${Group.Member[1].Class},Wizard]}) /stance passive
downshit7=/if (${Me.CombatState.Equal[COMBAT]} && ${Me.Mercenary.State.Equal[ACTIVE]} && !${Select[${Me.MercenaryStance},Balanced,Burn]} && ${Select[${Group.Member[1].Class},Wizard]}) /stance burn

I actually like this downshit example allot !
Nice contribution GPS ..

Since the original ticket requester seems to be happy with this example for his solution, I'll blindly consider this resolved at this time.
Ticket being closed.
 
Problem - Merc AutoAssist
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart