Page 1 of 1

MACRO not creating RB Command Correctly

Posted: Sun Jun 19, 2011 10:29 am
by sfko
Since patch 4 When I place an Empty macro and assign it a key, the bot fails to start. From the ROM interface it seems like it hits an empty key slot it "critical error"s. I get

functions.lua:520 bad arguement #1

I can run the same script on other characters (i.e. rom\bot profile:xyz) so I know the problem lies within the macro creation.

Thanks in advance.

Re: MACRO not creating RB Command Correctly

Posted: Sun Jun 19, 2011 10:56 am
by Merlin
Have you tried as I have written in the other 4.0 post and deleted all old Macros from RB?

Re: MACRO not creating RB Command Correctly

Posted: Sun Jun 19, 2011 11:06 am
by rock5
It has nothing to do with patch 4 as long as you have the bot upto date.

It's been awhile, now, that you didn't need to set up an empty macro. In fact the bot wont use an empty macro if you create one for it. Instead, it will use a previously used bot macro if it exists, regardless of where it is, or it will create a new one. If the default "0" actionkey on the actionbar is available, it will assign it to the macro. If not it will use another.

To resolve any macro issues, just delete all bot macros and action keys and allow the bot to recreate them.

I'm sorry if the error message instructions for fixing the problem isn't clear enough. I'm probably not the best at giving those short clear instructions. Maybe you could suggest how I could change them to be more clear.

Re: MACRO not creating RB Command Correctly

Posted: Sun Jun 19, 2011 2:06 pm
by sfko
Deleted all my macros and removed the shortcut... worked.

Thanks again.