Guest User

Untitled

a guest
Dec 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. setsettings("Settings\\CaveBot\\Pathfinding\\WalkingMethod", 'Map Clicks')
  2. setsettings("Settings\\Actions\\List\\keep haste\\Enabled", 'no')
  3. setsettings("Settings\\Alerts\\Player\\OnScreen\\FlashClient", "no")
  4. setsettings("Settings\\Alerts\\Player\\OnScreen\\PlaySound", "no")
  5.  
  6. if stamina <= StaminaCheck then
  7. closetibia()
  8. end
  9.  
  10. -------opening backpacks-------
  11. closewindows()
  12. wait(400, 600)
  13.  
  14. openitem(MainBP, 'back')
  15. wait(400, 600)
  16. resizewindow(MainBP, 0)
  17. wait(400, 600)
  18.  
  19. openitem(AmmoBP, MainBP, true)
  20. wait(400, 600)
  21. resizewindow(AmmoBP, 0)
  22. wait(400, 600)
  23.  
  24. resizewindows()
  25. wait(400, 600)
Add Comment
Please, Sign In to add comment