Is this dooable ?
<onLeaveCombat>
scan bagspaces for health or mana potions, if none found, log out ?
If no potions, Log Out
Re: If no potions, Log Out
try liks this
Code: Select all
inventory:update();
if ( inventory:itemTotalCount("Heal-Drink-Name") == 0 ) then
loadPaths("bla/repair.xml");
end
</waypoint>
Who is online
Users browsing this forum: No registered users and 1 guest