• 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

Bug - chanter macro stopped (undefined variable)

cryadis

New member
Joined
Oct 26, 2016
RedCents
33¢
Chanter Makro went into pause. I assume it got messed up because it's pet dieing, but might be wrong.
Screenshot atatched of the output i got regarding the cause of makro pause.

chanter_stop_petdead.png

Update:
Just happened again without Pet death.

Update2:
Think i know the cause now, partly a mistake on my side:
Chanter had an AE mez spell configured that does not exist, error seemed to occur when he tried to cast that spell.
changing the line back to: MezAESpell=NULL
seemed to fix it.
 
Last edited:
This was fixed in an earlier post But I will post the fix here as well.

Rich (BB code):
                /if (${PullMoveUse.Equal[nav]} && ${Navigation.Active}) /nav stop

change the line to:

Rich (BB code):
                /if (${PullMoveUse.Equal[nav]}) {
                    /if (${Navigation.Active}) /nav stop
                }
 
Bug - chanter macro stopped (undefined variable)

Users who are viewing this thread

Back
Top
Cart