Guest User

Untitled

a guest
May 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. def GoGrotto4():
  2. Tools.MapTravel("1999",286,572)
  3. Tools.Sleep(2000+Player.Ping)
  4. Tools.PathFind(590,427,True)
  5.  
  6. def LeaveGrotto4():
  7. Tools.PathFind(535,432,True)
  8.  
  9. def Settings():
  10. Player.Radius = 45
  11. Player.Bool.Radius = True
  12. Player.Bool.XPSkill = True
  13. Player.Bool.KeepRare = True
  14. Player.Bool.KeepCustomized = True
  15. Player.Bool.GoldBox = True
  16. Player.Bool.GBullionBox = True
  17. Player.Bool.GBarBox = True
  18. Player.Bool.GBarsBox = True
  19. Player.Bool.DontLootItemsBox = True
  20. Player.SetHunt(True)
  21. Player.SetLoot(True)
  22.  
  23. def Travel():
  24. Player.SetHunt(False)
  25. Player.SetLoot(False)
  26.  
  27. def Hunting():
  28. GoGrotto4()
  29. Settings()
  30.  
  31. def OnDura(_Dura):
  32. if _Dura <= 5 and Player.MapID == 2054:
  33. Travel()
  34. LeaveGrotto4()
  35. Tools.MapTravel("1002",418,353) #Puts you near Twin City Wharehouse, Here you can repair and withdraw items.
  36.  
  37. Hunting()
Add Comment
Please, Sign In to add comment