Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1.  
  2. auto 150 listas 'Platinum to Crystal' | if [$itemcount.3035 > 100] { openitem 3035 2 'grey backpack'}
  3. auto 150 listas 'Gold to Platinum' | if [$itemcount.3031 > 100] { openitem 3031 2 'grey backpack'}
  4. auto 15000 say '!flask'
  5. auto 15000 eatfood
  6. auto 3500 attack target
  7.  
  8. auto 15300 eatfood
  9. auto 100 if [$hppc < 97 && $hppc > 80] say 'exura' | if [$hppc < 80] say 'exura gran'
  10. auto 900 if [$mppc > 95] say 'exura gran'
  11. auto 900 if [$itemcount.3147 < 4 && $mp > 800] say 'adori blank'
  12. auto 1000 if [$itemcount.3155 < 200 && $mp > 1300] say 'adori gran mort'
  13. auto 600 if [$mppc < 70] gmana self
  14. auto 1400 ifnot $connected { reconnect | wait 6000 | {say '!bless'}
  15.  
  16. auto 500 if [$mp > 1300] stronghaste
  17.  
  18. auto 200 listas 'Ue Perfect' | if [$monstersaround.4 >=3 && $playersaround.9 == 0 && $mp > 1300] {say 'Exevo Gran Mas vis'}
  19.  
  20. auto 200 listas 'EnergyRing' | if [$hppc <= 65] {equipring 3051 | wait Z} | if [$manashielded && $hppc >= 93] unequip 'ring' 'empty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement