Page 1 of 1

player:lootAll() not working

Posted: Mon Oct 24, 2011 5:52 pm
by WhiteTiger
using it in this waypoint:

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
	<OnLoad>
		while 1 do
			yrest(500)
			player:lootAll()
		end
	</OnLoad>
</waypoints>
but my char does nothing near lootable corpses. Any ideas?

Re: player:lootAll() not working

Posted: Tue Oct 25, 2011 2:11 am
by rock5
Try adding a player:update().