• 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 --->

Suspend merc (1 Viewer)

I wonder what has changed that I cant test the mercenary state with Equal anymore

Rich (BB code):
/echo ${Me.Mercenary}
returns SUSPENDED (or other states)

BUT
Rich (BB code):
/echo ${Me.Mercenary.Equal[ACTIVE]}
gives the red No such 'mercenary' member 'Equal'
not TRUE or FALSE

EDIT: Turns out have to use

Rich (BB code):
/if (${Me.Mercenary.State.Equal[SUSPENDED]})
 
Last edited:
Mercenary was also added as a TLO. Available case members are:

Mercenary.AAPoints
Mercenary.Name
Mercenary.Stance
Mercenary.State (DEAD,SUSPENDED,ACTIVE,NO MERC,UNKNOWN)
Mercenary.StateID (integer version of Mercenary.State)
 
Suspend merc

Users who are viewing this thread

Back
Top