• 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 - Turn off Succor/Exodus

xegony42
Rich (BB code):
/if (${Select[${Me.Class.ShortName},WIZ,DRU]}) {
        /call LoadIni General GroupEscapeOn        int         0
    } else {
        /declare GroupEscapeOn                     int         outer    0
    }
is the code related to Succor on/off.

Best I can tell in the [General] section of KA's ini should be a Key called GroupEscapeOn= that stores an INT value. 0 for off, 1 for on.

Just guessing based on the code.
 
xegony42
Rich (BB code):
/if (${Select[${Me.Class.ShortName},WIZ,DRU]}) {
        /call LoadIni General GroupEscapeOn        int         0
    } else {
        /declare GroupEscapeOn                     int         outer    0
    }
is the code related to Succor on/off.

Best I can tell in the [General] section of KA's ini should be a Key called GroupEscapeOn= that stores an INT value. 0 for off, 1 for on.

Just guessing based on the code.

Nope. That is correct. Just set GroupEscapeOn=0.
 
Problem - Turn off Succor/Exodus

Users who are viewing this thread

Back
Top
Cart