Critical Error when running macro

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
joshikousei
Posts: 2
Joined: Wed Sep 16, 2009 1:38 pm

Critical Error when running macro

#1 Post 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?
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Critical Error when running macro

#2 Post 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.
joshikousei
Posts: 2
Joined: Wed Sep 16, 2009 1:38 pm

Re: Critical Error when running macro

#3 Post by joshikousei »

Thanks, it works now!
Post Reply