Page 1 of 1
Timeout in RoMScript
Posted: Tue Oct 12, 2010 9:45 am
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:
I always use the updated version of the script. What can i do?
Re: Timeout in RoMScript
Posted: Sun Oct 17, 2010 4:06 am
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.
Re: Timeout in RoMScript
Posted: Mon Oct 18, 2010 9:45 pm
by Administrator
Delete My Documents/Runes of Magic/<charactername>/Macro.bsd before starting the game, then re-create the macro.
Re: Timeout in RoMScript
Posted: Wed Oct 20, 2010 10:41 am
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?
Re: Timeout in RoMScript
Posted: Wed Oct 20, 2010 6:46 pm
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.