Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. auto 200 equiprhand $itemcount.10645
  2. auto 200 equiplhand $lhandslot.1 10645
  3. auto 200 if [[$rhandslot.id == 10645 && $mppc >= 80] || [$lhandslot.id == 10645 && $mppc >= 80]] {say 'make pils'}
  4. auto 1000 if [$lhandslot.id != 10645] {equiplhand 10645 1 | wait 1000}
  5. auto 1000 if [$rhandslot.id != 10645] {equiprhand 10645 1 | wait 1000}
  6.  
  7.  
  8.  
  9.  
  10. auto 1000 if [$mppc <= 50 && $battlesign == 0] {say 'chakra up'}
  11. auto 1000 if [$mppc >= 90] {say 'make pils'}
  12.  
  13.  
  14. auto 1000 if [$rhandslot.count > 1]{unequip 'rhand' 'empty'}
  15. auto 1000 if [$lhandslot.count > 1]{unequip 'lhand' 'empty'}
  16.  
  17. auto 500 stackitems
  18. auto 60000 turns | turnn
  19. auto 240000 eatfood 3582
  20. auto 1000 moveitems 10646 2854
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement