Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. auto 100000 dontlist | eatfood
  2. auto 20000 say 'utamo vita'
  3. auto 200 mphigher 1 say 'mega beam'
  4. auto 10 dontlist | if [$hppc <= 90] say 'Exura Vita'
  5. auto 1 listas 'Pick Up' | collectitems 'empty' 3043
  6. auto 100 listas 'Manarune' | if [$mppc => 100] useoncreature 3167 self | if [$mppc <= 95] useoncreature 3157 self
  7. auto 200 | listas 'Crystalcoins - Gold Nugget' | stackitems | if [ $itemcount.3043 >= 100 ] equipbelt 3043 | if [$beltslot.id == 3043 && $beltslot.count == 100] useitem 3043
  8. auto 200 | listas 'platinum coin- Crystalcoins' | stackitems | if [ $itemcount.3035 >= 100 ] equipbelt 3035 | if [$beltslot.id == 3035 && $beltslot.count == 100] useitem 3035
  9. auto 200 | listas 'Gold coin - platinum coin' | stackitems | if [ $itemcount.3031 >= 100 ] equipbelt 3031 | if [$beltslot.id == 3031 && $beltslot.count == 100] useitem 3031
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement