Critical Error when running macro
Posted: Wed Sep 16, 2009 1:54 pm
I made an empty macro at the first slot of the macro window and placed it at VK_0 on the first skill hotbar. However, attempting to run the bot script results in RoM crashing. I checked the contents of the macro and it now contains the following:
I checked using another character, which works with the bot fine. The macro content is the same as well. Why doesn't it work for just one of my characters?
/script r='' a={UseSkill(1,1);} for i=1,#a do if a then r=r..tostring(a) end r=r..' ' end EditMacro(2,'',7,r);
I checked using another character, which works with the bot fine. The macro content is the same as well. Why doesn't it work for just one of my characters?