minor bug: red message 'Waypoint movement failed!'
Posted: Tue Jun 16, 2009 8:54 am
If the bot acquired a new target after movement, theres allways a red message 'Waypoint movement failed!' in the protocol window.
That message should only come, if there is a 'really' fail reason. Needs a littel correction at bot.lua line 286
That message should only come, if there is a 'really' fail reason. Needs a littel correction at bot.lua line 286
Code: Select all
if( not reason == WF_TARGET ) then -- ADD THAT LINE
cprintf(cli.red, language[8]);
end; -- ADD THAT LINE