If no potions, Log Out

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
kernal32
Posts: 4
Joined: Fri Mar 12, 2010 8:59 pm

If no potions, Log Out

#1 Post by kernal32 » Sat Apr 10, 2010 2:30 am

Is this dooable ?

<onLeaveCombat>

scan bagspaces for health or mana potions, if none found, log out ?

darknero
Posts: 8
Joined: Mon Feb 15, 2010 7:23 am

Re: If no potions, Log Out

#2 Post by darknero » Sat Apr 10, 2010 3:21 am

try liks this

Code: Select all

	inventory:update();
		if ( inventory:itemTotalCount("Heal-Drink-Name") == 0 ) then
                      loadPaths("bla/repair.xml");
		end
	</waypoint>

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests