Informações:
- Check Paladin:
countitems 7642
countitems 237
if [$itemcount.'great spirit potions' < $refillGSP || $itemcount.'strong mana potions' < $refillSMP] { gotolabel 'Refill' } else { gotolabel 'Start Hunt' }
- Targeting off e on
settargeting off
settargeting on
- Venda de loots
- Refill Paladin: Compra de Great Spirit Potions e Strong Mana Potions
countitems 7642
if [$itemcount.'great spirit potions' < $ComprarGSP] { buyitems 7642 100 | gotolabel 'Refill Paladin' }
countitems 237
if [$itemcount.'strong mana potions' < $ComprarSMP] { buyitems 237 100 | gotolabel 'Refill Paladin' } else { gotolabel 'Go Hunt' }
- Checagem de Potions antes de voltar para a cave:
countitems 7642
countitems 237
if [$itemcount.'great spirit potions' < $ComprarGSP || $itemcount.'strong mana potions' < $ComprarSMP] { gotolabel 'Potion' } else { gotolabel 'Go' }
Font: Portal MegaTibia