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?