Question Subroutine ightBuffLoad wasn't found - Bot.mac error

Scamper2

New member
Joined
Apr 21, 2015
Messages
12
Reaction score
0
Points
1
Subroutine ightBuffLoad wasn't found
bot.mac@326 (Load): /if (${OptionsLoadList.Arg[${i},|].NotEqual[NULL]}) /call ${OptionsLoadList.Arg[${i},|]}Load
bot.mac@31 (Main): /call Load
The current macro has ended.

I am in way over my head.
not sure what I need to upload to solve this.
its for a mage /mac bot
 
Subroutine ightBuffLoad wasn't found
bot.mac@326 (Load): /if (${OptionsLoadList.Arg[${i},|].NotEqual[NULL]}) /call ${OptionsLoadList.Arg[${i},|]}Load
bot.mac@31 (Main): /call Load
The current macro has ended.

I am in way over my head.
not sure what I need to upload to solve this.
its for a mage /mac bot

It looks like bot.mac has be altered somehow.

Looks like it's trying to call "FightBuffLoad" but some reason it's been renamed to "ightBuffLoad"

Post your bot.mac file or redownload it.
 
It isn't something with your INI, it's the actual macro causing the issue. Like it was accidentally edited and saved with an error in it. Try re-downloading bot.mac or you can try switching over to bot40.mac and see how that goes.
 
wont let me post the bot.mac file, keeps timing out.
what do I need to do to get a copy of it to you?

or what do I need to do to get a new copy of mac.bot
 
wont let me post the bot.mac file, keeps timing out.
what do I need to do to get a copy of it to you?

or what do I need to do to get a new copy of mac.bot

Here are the two versions of Bot.mac. Download the files at the bottom of the first post and put them in your macro folder.

Download Bot40.mac

Download Bot.mac
 
What's actually happening here (I think from limited info) is that in your INI, under [Settings] There's an "OptionsCheck" settings, and an "OptionsCheckRaid" setting. In one or both of these, instead of "FightBuff" you have "ightBuff" listed as an option.

If you were modifying the INI you could have accidentally deleted too much removing options or what not.

Of note, there's a subforum just for bot.mac that you can also get help at.
 
Last edited:
thank you will look. I did reinstall the bot.mac file to no avail.
I then reinstalled a fresh copy of mmobugs mq2 that did not fix it either.
nothing under SETTINGS is incorrect all spelling is good

will check the subforum for bot.mac
when I put the original copy back in the maco folder all is fine.
I am trying to add the summon items to the "rest state" from the Crippie Mage file
in the forums here.

thank you again for the assistance
 
also this error cycles over and over
bot.mac@241 (Rest): /docommand ${CustomRest${i}}
bot.mac@92 (Main): /if (${Me.CombatState.NotEqual[Combat]}||!${Me.XTarget}) /call Rest
DoCommand - Couldn't parse 'NULL'
 
Try renaming your ini for your mage and let bot.mac re-create a new one. See if that resolves the issue.