Guest User

Untitled

a guest
May 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Tools.Quest15()
  2. Tools.Sleep(1000)
  3.  
  4.  
  5. def OnLevel(_level) :
  6. if _level == 15 :
  7. ToServer.EquipItem(Tools.GetItemUID("SmallNinjaVest"), int(Enum.ItemPos.Armor))
  8. ToServer.EquipItem(483853138, int(Enum.ItemPos.RightHand))
  9. Tools.MapTravel("1214",724,1262)
  10. Tools.Sleep(500)
  11. Player.Radius = 100
  12. Player.Bool.Radius = True
  13. Player.Bool.HideSpot = True
  14. Player.HideMarket = False
  15. Player.HideSpotPoint = Point(696, 1324)
  16. Player.Bool.XPSkillID = 6011
  17. Player.Bool.XPSkill = True
  18. Player.Bool.GoldBox = True
  19. Player.Bool.GBullionBox = True
  20. Player.Bool.GBarBox = True
  21. Player.Bool.GBarsBox = True
  22. Player.MaxAttkCountOnFS = 4
  23. Player.PickUpDelay = 1
  24. Player.FSDelay = 40
  25. Player.MoveSpeed = 40
  26. Player.SetHunt(True)
  27. Tools.Sleep(500)
  28. Player.SetLoot(True)
  29. Tools.Sleep(500)
  30. Tools.RefreshGUI ()
Add Comment
Please, Sign In to add comment