Page 1 of 1

Sometimes bot doesn't notice death

Posted: Tue May 26, 2009 5:53 am
by aasi888
Sometimes the bot doesn't notice death. It just tries to use MP/HP potions and move through waypoints and does nothing else. On death script:

Code: Select all

	<onDeath>
			keyboardPress(key.VK_9);
			yrest(5000);
			cprintf(cli.red, language[4]);
			yrest(60000); -- wait 60 seconds before going about your path.
	</onDeath>
The rez macro works perfectly since I tested it by pressing it myself.