• 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 - 9.1.3 bug verifying ini

Joined
May 14, 2016
RedCents
1,052¢
Small bug, when you have burn defined in AE section, macro throws an warning because you dont have a burn spell/ability.

line 7032:
Rich (BB code):
/if (!${Me.Book[${iniKey}]} && !${Me.CombatAbility[${iniKey}]} && !${Me.AltAbility[${iniKey}]} && !${FindItem[=${iniKey}].ID} && ${iniKey.NotEqual[banestrike]} && !${Me.Ability[${iniKey}]}) {

Change to:
Rich (BB code):
/if (!${Me.Book[${iniKey}]} && !${Me.CombatAbility[${iniKey}]} && !${Me.AltAbility[${iniKey}]} && !${FindItem[=${iniKey}].ID} && ${iniKey.NotEqual[banestrike]} && !${Me.Ability[${iniKey}]} && ${iniKey.NotEqual[Burn]) {
 
That doesn't work because that line checks every section not just ae.
try this an d paste it right above the line you posted.
Rich (BB code):
/if (${Section${j}.Equal[AE]} && ${iniKey.Find[Burn]}) /goto :SkipInientry
 
Ahh, i missed the ae section. Thanks Maskoi, i know it was something little, but i always got worried when i saw a warning in the check.

edit: This works great. Clears up the warning.
 
Last edited:
Bug - 9.1.3 bug verifying ini

Users who are viewing this thread

Back
Top
Cart