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

Problem - WARNING: Undefined Variable MMOBugs used on line [email protected] (1 Viewer)

Joined
Feb 7, 2017
RedCents
40¢
WARNING: Undefined Variable MMOBugs used on line [email protected] /doevents flush
Macro Paused.

I had just rebooted the PC, ran the launcher update, loaded up my crew and got this message.

I then tried looking for others that had undefined variable errors and downloaded the kissassist.mac directly into the directory. I got the same error.

Here is the snippet around the line that seems to be giving the error:
| -------------------------------------------------------------------------------------
| Sub Main
| -------------------------------------------------------------------------------------
Sub Main
/doevents flush
| Need to check for plugin MQ2Bucles and unload it. Do this ASAP so we can use /while commands from the start
/if (${Bool[${Plugin[MQ2Bucles]}]}) {
/squelch /plugin MQ2Bucles unload noauto
/echo MQ2Bucles detected! This macro doesn't like it! Unloading ...
}
| -------------------------------------------------------------------------------------
| Define needed outer variables to start pre processes
| -------------------------------------------------------------------------------------
/call DeclareOuters pre

Thank you for your assistance.
 
Solution
you have another plugin or lua, or are using another build than the rg mq, it usually happens when your tools ask toons for a tlos or datamembers that the toon dont have.

kaen01

I am not a complete idiot!..some parts are missing
Joined
Jun 12, 2015
RedCents
21,786¢
you have another plugin or Lua, or are using another build than the rg mq, it usually happens when your tools ask toons for a tlos or datamembers that the toon dont have.
 
Solution

Sic

[sic]
Moderator
Joined
May 5, 2016
RedCents
29,617¢
Pronouns
He/Him
WARNING: Undefined Variable MMOBugs used on line [email protected] /doevents flush
Macro Paused.

I had just rebooted the PC, ran the launcher update, loaded up my crew and got this message.

I then tried looking for others that had undefined variable errors and downloaded the kissassist.mac directly into the directory. I got the same error.

Here is the snippet around the line that seems to be giving the error:
| -------------------------------------------------------------------------------------
| Sub Main
| -------------------------------------------------------------------------------------
Sub Main
/doevents flush
| Need to check for plugin MQ2Bucles and unload it. Do this ASAP so we can use /while commands from the start
/if (${Bool[${Plugin[MQ2Bucles]}]}) {
/squelch /plugin MQ2Bucles unload noauto
/echo MQ2Bucles detected! This macro doesn't like it! Unloading ...
}
| -------------------------------------------------------------------------------------
| Define needed outer variables to start pre processes
| -------------------------------------------------------------------------------------
/call DeclareOuters pre

Thank you for your assistance.
you have another plugin or Lua, or are using another build than the rg mq, it usually happens when your tools ask toons for a tlos or datamembers that the toon dont have.
exactly as kaen said - you have *something* trying to check a variable - likely something like ${MMOBugs} and that is causing the macro parser to say "hey there is a problem because we don't know what that is".
 

Sic

[sic]
Moderator
Joined
May 5, 2016
RedCents
29,617¢
Pronouns
He/Him
I did migration over 6 months ago over writing the mq2 directory and been using it fine until today. I'll turn on debug & fiddle with launcher/logs.
I would check the things that cwtn listed


you have something like

- Lua running (like a lem)
- kiss condition
- mq2react
- mq2melee holy/down
- some mmobug plugin that requires ${MMOBugs}
 

Sic

[sic]
Moderator
Joined
May 5, 2016
RedCents
29,617¢
Pronouns
He/Him
Just frustrating as i haven't edited any of this stuff just using the launcher for everything.

Still trying to find something related... thx
well we don't distribute anything with mmobugs in it - so you have something from somewhere.

have you looked in the places suggested?

are you running anything Lua/includes/LEMs/conditions/holyshits/downshits/mq2reacts etc from mmobugs?
 
Joined
Feb 7, 2017
RedCents
40¢
I couldn't find the entry. I tried checking those nothing that i can figure out atm...

I moved my entire directory over/renamed to old to invalidate, created new install directory and downloaded/installed new install. Copied over my main configs. I got this to work. Have to go back & figure out all my tweaks again but at least it is working.

Hope this helps someone else working on similar issue.
 

Users who are viewing this thread

Top