Quote:
Originally Posted by EasyFarm
Update! Now with autopotions!
Put the potions you need in the first 8 slots like this (Inventorypage 1):
[Only registered and activated users can see links. Click Here To Register...]
They will be used if you have less than 50% of health!
Regards, Easy
|
if you execute phyton code i recomend use
Code:
for i in xrange(player.INVENTORY_PAGE_SIZE * 3):
ItemValue = player.GetItemIndex(i)
if ItemValue == ID of potions:
m2net.SendItemUsePacket(i)
this find potions in full inventory