Timeout in RoMScript

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
anarki
Posts: 1
Joined: Tue Oct 12, 2010 8:29 am

Timeout in RoMScript

#1 Post by anarki »

I use MicroMarco with the Millaers Ranch Scripts from this Forum. Worked great for a while but since 2 weeks this error appears everytime is try to run the script:

Image


I always use the updated version of the script. What can i do?
User avatar
ezgitaran
Posts: 25
Joined: Tue Sep 14, 2010 8:47 am

Re: Timeout in RoMScript

#2 Post by ezgitaran »

Same problem. While starting the bot, when test macro is sent, RoM crashes. This is happening on only one character while other 4-5 are working fine.

Actually, when this macro runs (even manually), it crashes client

Code: Select all

/script r='' a={1234;ChatFrame1:AddMessage("MACRO test: send value 1234 to macro place 2");} for i=1,#a do r=r..tostring(a[i]) r=r..'	' end EditMacro(2,'',7,r);
When I manually try to run this script in a macro on other chars it runs without a problem.
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: Timeout in RoMScript

#3 Post by Administrator »

Delete My Documents/Runes of Magic/<charactername>/Macro.bsd before starting the game, then re-create the macro.
User avatar
ezgitaran
Posts: 25
Joined: Tue Sep 14, 2010 8:47 am

Re: Timeout in RoMScript

#4 Post by ezgitaran »

Administrator wrote:Delete My Documents/Runes of Magic/<charactername>/Macro.bsd before starting the game, then re-create the macro.
Thanks, this solved the problem as expected. I guess some corruption in BSD file causes this?
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: Timeout in RoMScript

#5 Post by Administrator »

RoM's virtual filesystem coding is a horrible, horrible mess. The files become corrupted quite often when modifying them. As far as the Macro.bsd file goes, it is not a VFS, however, still manages to become corrupted quite often.
Post Reply