Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --Supplies
  2. auto(1000)
  3. local CapToLeave = tonumber(getuseroption("CapToLeave"))
  4.  
  5.  
  6. if $wptsection == 'Hunt' and $posz == 6 and needresupply(CapToLeave,'a') then
  7. gotolabel('Leaving', 'Leave')
  8. setsetting('Targeting/Creatures/Mammoth/Setting1/OnlyIfTrapped', 'yes')
  9. setsetting('Targeting/Creatures/Badger/Setting1/OnlyIfTrapped', 'yes')
  10. setsetting('Cavebot/WalkingMethod', 'Walk With Map-Clicks')
  11. stopattack()
  12. stopattack()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement