• 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 - out of combat rez?

In Kissassist.mac find
Rich (BB code):
| -------------------------------------------------------------------------------------
| SUB: Rez Check
| -------------------------------------------------------------------------------------
    Sub RezCheck
    /if (!${AutoRezOn} || (${DMZ} && ${Me.InInstance}==FALSE) || ${Me.Hovering} || (${Me.Invis} && !${AggroTargetID})) /return
Add || ${CombatStart}
Rich (BB code):
    /if (!${AutoRezOn} || (${DMZ} && ${Me.InInstance}==FALSE) || ${Me.Hovering} || (${Me.Invis} && !${AggroTargetID}) || ${CombatStart} ) /return
 
Question - out of combat rez?

Users who are viewing this thread

Back
Top
Cart