That's what i get when I run rom/bot.lua I started getting this after the SVN update on the 31st. I was wondering if anybody else is getting this error. I looked at line 228 in the bot.lua file but I couldn't figure out anything wrong. No I'm not any good with programing but I did take a full year of it in high school so I'm not that clueless.Sat Aug 01 22:12:11 2009 : scripts\rom/bot.lua:228: unexpected symbol near '<'
Sat Aug 01 22:12:11 2009 : Execution error: Syntax error
This would be the code in the vaccinity of line 228:
Line 228 is <<<<<<< .mine (unless I misscounted)if( settings.profile.hotkeys.RES_MACRO ) then
cprintf(cli.red, language[3]);
keyboardPress(settings.profile.hotkeys.RES_MACRO.key);
yrest(5000);
if( player.Level > 10 ) then
cprintf(cli.red, language[4]);
yrest(60000); -- wait 1 minute before going about your path.
end;
player:update();
<<<<<<< .mine
=======
if( not player.Alive ) then
cprintf(cli.yellow, "You are still death. There is a problem with automatic reanimation. Did you set your ingame makro \'/script AcceptResurrect();\' to the key %s?\n", getKeyName(settings.profile.hotkeys.RES_MACRO.key));
pauseOnDeath();
end;
>>>>>>> .r111
end
<<<<<<< .mine
=======
-- print out the reasons for not automatic returning
if( not settings.profile.hotkeys.RES_MACRO ) then
cprintf(cli.yellow, "You don't have a RES_MACRO defined in your profile! Hence no automatic returning.\n");
end
As for my earlier problem concerning the bot "studder steping" I managed to fix the problem by turning on quick turn.