Page 1 of 1

BUG: loop in bot.lua line 239

Posted: Mon Jun 15, 2009 4:29 am
by d003232
Think there is an endless loop at bot.lua line 239:

Code: Select all

				if( os.difftime(aggroWaitStart, os.time()) > 3 ) then
					cprintf(cli.red, language[34]);
					break;
				end;
The value get negative. It is not so easy to reproduce that situation, so I'm not 100% sure.

Re: BUG: loop in bot.lua line 239

Posted: Mon Jun 15, 2009 7:07 am
by Administrator
Good find. Thanks for the info. I've fixed this on my end, and it will be in the next SVN commit.