• 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 - chaseme and EqbcOn

aspire2008

Well-known member
Joined
Nov 10, 2012
RedCents
2,583¢
ChaseMe command requires MQ2EQBC plugin loaded and EQBCOn flag turned on

I'd like to NOT have EQBCOn=1 in the ini setting to use the chaseme command. Reason is pretty simple, turning EQBCOn=1 is creating spam in EQBC, I'd like to just leave it as EQBCOn=0, can I get a code snippet on what to change to have this work with EQBCOn=0. I already have EQBC plugin loaded up and connected to the server, no reason for me to turn on EQBCOn=1 in the ini setting to get /chaseme to work. Same goes for /switchma


Trying to avoid spam created by EQBCOn=1
 
Last edited:
This will only work on the Chaseme command not chaseon or off. Find the code below
Rich (BB code):
    Sub Bind_ChaseMe
        /if (${EQBCOn} && ${Macro.IsTLO[EQBC]}) {
            /bcg //chase on ${Me.CleanName}
        } else {
            /echo ChaseMe command requires MQ2EQBC plugin loaded and EQBCOn flag turned on.
        }
    /return
delete ${EQBCOn} &&
Rich (BB code):
    Sub Bind_ChaseMe
        /if (${Macro.IsTLO[EQBC]}) {
            /bcg //chase on ${Me.CleanName}
        } else {
            /echo ChaseMe command requires MQ2EQBC plugin loaded and EQBCOn flag turned on.
        }
    /return

/switchma this is not yet active
 
what maskoi side. This ignore any ini settings, and still broadcast the message if you have mq2eqbc loaded, so you won't minimize the amount of spam being generated, so why?
 
what maskoi side. This ignore any ini settings, and still broadcast the message if you have mq2eqbc loaded, so you won't minimize the amount of spam being generated, so why?

When I turned it on (EQBCOn=1), it started broadcasting stuff, only one I can remember of the top of my head, "Tanking----> xxxmob"
 
Question - chaseme and EqbcOn

Users who are viewing this thread

Back
Top
Cart