Game crashes at macro test
Posted: Fri Mar 12, 2010 6:11 pm
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:
2nd macro (picture of fist that has thumb down):
Now when I click the macro my bot is supposed to communicate my game crashes.
Anyone got help for this situation?
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);
Code: Select all
1234
Anyone got help for this situation?