Game crashes at macro test

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
seppo14
Posts: 2
Joined: Tue Jan 12, 2010 6:11 am

Game crashes at macro test

#1 Post by seppo14 »

Hi,

I faced this problem after a month break from using the bot. I upgraded the version with SVN and made Macro for the bot to communicate with.

When I launch the bot and press delete it crashes my RoM client instant. When I log back my macro section has 2 macros.

1st macro:

Code: Select all

/script r='' a={1234;ChatFrame1:AddMessage("MACRO test: send value 1234 to macro place 2");} for i=1,#a do if a[i] then r=r..tostring(a[i]) end r=r..'	' end EditMacro(2,'',7,r);
2nd macro (picture of fist that has thumb down):

Code: Select all

1234
Now when I click the macro my bot is supposed to communicate my game crashes.

Anyone got help for this situation?
User avatar
Administrator
Site Admin
Posts: 5342
Joined: Sat Jan 05, 2008 4:21 pm

Re: Game crashes at macro test

#2 Post by Administrator »

Delete My Documents/Runes of Magic/Macro.bsd.

Search before making new threads next time.
Post Reply