Page 1 of 1

Critical Error when running macro

Posted: Wed Sep 16, 2009 1:54 pm
by joshikousei
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:
/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?

Re: Critical Error when running macro

Posted: Wed Sep 16, 2009 2:01 pm
by Administrator
Apparently, it's a bug with RoM's update. It screws up your macro files I think. Go to 'My Documents' (or whatever it will be named in your language), then 'Runes of Magic'. You should see a folder name after your character. Delete the whole folder, and now it should work.

Re: Critical Error when running macro

Posted: Wed Sep 16, 2009 2:51 pm
by joshikousei
Thanks, it works now!