• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Merc command (1 Viewer)

Joined
May 20, 2017
RedCents
277¢
hello
im running war/cler/whatever and 3 caster mercs
is there a /command to change all my mercs stance with 1 button from 1 toon?
 
Solution
hello
im running war/cler/whatever and 3 caster mercs
is there a /command to change all my mercs stance with 1 button from 1 toon?

you could just use eqbc or dannet to issue a stance change

/bcga //stance passive for example

from https://everquest.allakhazam.com/wiki/eq:mercenaries
INI:
[*]/mercassist on - Turns on Mercenary assist.
[*]/mercassist off - Turn this off.
[*]/mercassist - this activates the merc when /mercassist is on.
[*]/stance passive - puts the merc in a passive stance.
[*]/stance aggressive - this puts your merc in the aggressive stance.
[*]/stance burn - puts the caster/melee dps merc in a burn stance (warning: high agro).
[*]/stance balanced - puts the merc in a balanced attack/heal stance...
hello
im running war/cler/whatever and 3 caster mercs
is there a /command to change all my mercs stance with 1 button from 1 toon?

you could just use eqbc or dannet to issue a stance change

/bcga //stance passive for example

from https://everquest.allakhazam.com/wiki/eq:mercenaries
INI:
[*]/mercassist on - Turns on Mercenary assist.
[*]/mercassist off - Turn this off.
[*]/mercassist - this activates the merc when /mercassist is on.
[*]/stance passive - puts the merc in a passive stance.
[*]/stance aggressive - this puts your merc in the aggressive stance.
[*]/stance burn - puts the caster/melee dps merc in a burn stance (warning: high agro).
[*]/stance balanced - puts the merc in a balanced attack/heal stance.
[*]/stance efficient - puts the healer merc in a efficient stance.
[*]/stance reactive - puts the healer merc in a reactive stance (note: best overall healing setting).
 
Solution
you could just use eqbc or dannet to issue a stance change

/bcga //stance passive for example

from https://everquest.allakhazam.com/wiki/eq:mercenaries
INI:
[*]/mercassist on - Turns on Mercenary assist.
[*]/mercassist off - Turn this off.
[*]/mercassist - this activates the merc when /mercassist is on.
[*]/stance passive - puts the merc in a passive stance.
[*]/stance aggressive - this puts your merc in the aggressive stance.
[*]/stance burn - puts the caster/melee dps merc in a burn stance (warning: high agro).
[*]/stance balanced - puts the merc in a balanced attack/heal stance.
[*]/stance efficient - puts the healer merc in a efficient stance.
[*]/stance reactive - puts the healer merc in a reactive stance (note: best overall healing setting).


Thanks!
 
With the recent changes to mercenaries they all reset to passive.

Anyone have a snippet to change to balanced ONLY if they are not balanced yet?

so something like
stub:
/if (!${Mercenary.Stance.Equal[Balanced]}) {

  //TODO change mercenary to Balanced

}

I assume the trick would be to sort then select first, unless there is some specific TLO.
 
With the recent changes to mercenaries they all reset to passive.

Anyone have a snippet to change to balanced ONLY if they are not balanced yet?

so something like
stub:
/if (!${Mercenary.Stance.Equal[Balanced]}) {

  //TODO change mercenary to Balanced

}

I assume the trick would be to sort then select first, unless there is some specific TLO.
Please see the information above
/stance balanced

And you can use the ! With the .Equal or use .NotEqual
 
Question - Merc command

Users who are viewing this thread

Back
Top