Informações:
- Check Mage:
countitems 238
useoncreature 3155 self
if [$itemcount.'great mana potions' < $refillGMP || $itemcount.'sudden death runes' < $refillSD] { gotolabel 'Refill' } else { gotolabel 'Start Hunt' }
- Targeting off e on
settargeting off
settargeting on
- Venda de loots
- Refill Mage: Compra de SD e Great Mana Potion
countitems 238
if [$itemcount.'great mana potions' < $ComprarGMP] { buyitems 238 100 | gotolabel 'Refill Mage' }
useoncreature 3155 self
if [$itemcount.'sudden death runes' < $ComprarSD] { buyitems 3155 100 | gotolabel 'Refill Mage' } else { gotolabel 'Go Hunt' }
- Checagem de Potions antes de voltar para a cave:
countitems 238
useoncreature 3155 self
if [$itemcount.'great mana potions' < $ComprarGMP || $itemcount.'sudden death runes' < $ComprarSD] { gotolabel 'Potion' } else { gotolabel 'Go' }
Font: Portal MegaTibia
qual lvl min?
ResponderExcluir