player:lootAll() not working
Posted: Mon Oct 24, 2011 5:52 pm
using it in this waypoint:
but my char does nothing near lootable corpses. Any ideas?
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<OnLoad>
while 1 do
yrest(500)
player:lootAll()
end
</OnLoad>
</waypoints>