Informações:
- Check Knight:
countitems 268
countitems 7643
if [$itemcount.'mana potions' < $refillMP || $itemcount.'ultimate health potions' < $refillUHP] { gotolabel 'Refill' } else { gotolabel 'Start Hunt' }
- Targeting off e on
settargeting off
settargeting on
- Venda de loots
- Refill Knight: Compra de Mana Potions e Ultimate Health Potions
countitems 268
if [$itemcount.'mana potions' < $ComprarMP] { buyitems 268 100 | gotolabel 'Refill Knight' }
countitems 7643
if [$itemcount.'ultimate health potions' < $ComprarUHP] { buyitems 7643 100 | gotolabel 'Refill Knight' } else { gotolabel 'Go Hunt' }
- Checagem de Potions antes de voltar para a cave:
countitems 268
countitems 7643
if [$itemcount.'mana potions' < $ComprarMP || $itemcount.'ultimate health potions' < $ComprarUHP] { gotolabel 'Potion' } else { gotolabel 'Go' }
Font: Portal MegaTibia