• 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 - Merc Auto Revive - Syntax?

Spelunk

New member
Joined
Feb 10, 2014
RedCents
56¢
Hi :)

I'm working on my newbie KissAssist setup and came across this: Auto Revive - Now auto detects if your merc is in group when the macro is started and will auto revive if merc dies.

I wanted to know if I just use 'Auto Revive' in the line or if there is something else (an on/off) that I am missing? As it stands, I used 'Auto Revive' and my merc was not revived (even after waiting for 5+ minutes after the merc revive timer expired).

Thank you for any help you can provide! :)
 
Did you have your merc summoned before starting the macro?
Did you save the settings and then restart the macro?

Yes and yes. That was why I was wondering if I was having syntax issues. Being new to all of this my troubleshooting fu does not seem to be very strong yet ;)
 
the code i use to check the revive buttom may be borked will check it out.
this is the code here
Rich (BB code):
 | Revive the merc if dead and previously detected in group
        /if (${MercInGroup} && ${Window[MMGW_ManageWnd].Child[MMGW_SuspendButton].Enabled} && ${Mercenary.State.Equal[DEAD]}) /notify MMGW_ManageWnd MMGW_SuspendButton LeftMouseUp
 
the code i use to check the revive buttom may be borked will check it out.
this is the code here
Rich (BB code):
 | Revive the merc if dead and previously detected in group
        /if (${MercInGroup} && ${Window[MMGW_ManageWnd].Child[MMGW_SuspendButton].Enabled} && ${Mercenary.State.Equal[DEAD]}) /notify MMGW_ManageWnd MMGW_SuspendButton LeftMouseUp

I know that on my merc, the timer isn't always exactly 5 minutes. Sometimes it counts down to 00 seconds and the button doesn't pop up with revive for another 15. Wonder if that has anything to do with it?
 
Question - Merc Auto Revive - Syntax?

Users who are viewing this thread

Back
Top
Cart