Hanstock.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : Hanstock.lua
  3. Script Purpose : Waypoint Path for Hanstock.lua
  4. Script Author : Auto Generated
  5. Script Date : 04/08/2020 11:54:53 PM
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 874.28, -25.36, -62.98, 2, 0)
  19. MovementLoopAddLocation(NPC, 894.59, -25.36, -50.05, 2, 0)
  20. MovementLoopAddLocation(NPC, 905.14, -25.37, -20.73, 2, 0)
  21. MovementLoopAddLocation(NPC, 903.37, -25.37, 14.31, 2, 0)
  22. MovementLoopAddLocation(NPC, 949.04, -25.5, 30.04, 2, 0)
  23. MovementLoopAddLocation(NPC, 960.34, -25.47, 18.04, 2, 0)
  24. MovementLoopAddLocation(NPC, 989.2, -25.11, 15.34, 2, 30)
  25. MovementLoopAddLocation(NPC, 963.89, -25.47, 16.77, 2, 0)
  26. MovementLoopAddLocation(NPC, 947.16, -25.5, 30.8, 2, 0)
  27. MovementLoopAddLocation(NPC, 934.16, -25.52, 25.45, 2, 0)
  28. MovementLoopAddLocation(NPC, 922.35, -25.49, 51.75, 2, 0)
  29. MovementLoopAddLocation(NPC, 859.14, -25.37, 40.63, 2, 0)
  30. MovementLoopAddLocation(NPC, 836.86, -23.28, 43, 2, 0)
  31. MovementLoopAddLocation(NPC, 820.26, -23.32, 78.33, 2, 0)
  32. MovementLoopAddLocation(NPC, 812.84, -23.31, 104.84, 2, 0)
  33. MovementLoopAddLocation(NPC, 802.18, -20.93, 141.48, 2, 0)
  34. MovementLoopAddLocation(NPC, 812.84, -23.31, 104.84, 2, 0)
  35. MovementLoopAddLocation(NPC, 820.26, -23.32, 78.33, 2, 0)
  36. MovementLoopAddLocation(NPC, 836.86, -23.28, 43, 2, 0)
  37. MovementLoopAddLocation(NPC, 859.14, -25.37, 40.63, 2, 0)
  38. MovementLoopAddLocation(NPC, 922.35, -25.49, 51.75, 2, 0)
  39. MovementLoopAddLocation(NPC, 934.16, -25.52, 25.45, 2, 0)
  40. MovementLoopAddLocation(NPC, 947.16, -25.5, 30.8, 2, 0)
  41. MovementLoopAddLocation(NPC, 963.89, -25.47, 16.77, 2, 0)
  42. MovementLoopAddLocation(NPC, 989.2, -25.11, 15.34, 2, 0)
  43. MovementLoopAddLocation(NPC, 960.34, -25.47, 18.04, 2, 0)
  44. MovementLoopAddLocation(NPC, 949.04, -25.5, 30.04, 2, 0)
  45. MovementLoopAddLocation(NPC, 903.37, -25.37, 14.31, 2, 0)
  46. MovementLoopAddLocation(NPC, 905.14, -25.37, -20.73, 2, 0)
  47. MovementLoopAddLocation(NPC, 894.59, -25.36, -50.05, 2, 0)
  48. MovementLoopAddLocation(NPC, 874.28, -25.36, -62.98, 2, 0)
  49. end