troizen.lua 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. --[[
  2. Script Name : troizen.lua
  3. Script Purpose : Waypoint Path for troizen.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 01:06:04 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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 77.8, -0.07, -20.96, 2, 0)
  18. MovementLoopAddLocation(NPC, 70.93, -0.07, -29.93, 2, 0)
  19. MovementLoopAddLocation(NPC, 73.53, 0.54, -38.35, 2, 0)
  20. MovementLoopAddLocation(NPC, 80.42, 1.61, -43.57, 2, 0)
  21. MovementLoopAddLocation(NPC, 86.17, 2.37, -43.47, 2, 0)
  22. MovementLoopAddLocation(NPC, 92.03, 3.13, -41.3, 2, 0)
  23. MovementLoopAddLocation(NPC, 94.64, 3.77, -36.67, 2, 0)
  24. MovementLoopAddLocation(NPC, 95.71, 4.82, -30.53, 2, 0)
  25. MovementLoopAddLocation(NPC, 94.08, 5.48, -25.83, 2, 0)
  26. MovementLoopAddLocation(NPC, 90.48, 6.08, -22.06, 2, 0)
  27. MovementLoopAddLocation(NPC, 85.22, 6.96, -19.89, 2, 0)
  28. MovementLoopAddLocation(NPC, 83.38, 6.96, -16.53, 2, 0)
  29. MovementLoopAddLocation(NPC, 82.62, 6.91, -8.86, 2, 0)
  30. MovementLoopAddLocation(NPC, 78.29, 6.88, -4.2, 2, 0)
  31. MovementLoopAddLocation(NPC, 64.53, 6.85, -3.78, 2, 0)
  32. MovementLoopAddLocation(NPC, 64.16, 6.9, -16.18, 2, 0)
  33. MovementLoopAddLocation(NPC, 59.49, 6.9, -19.98, 2, 0)
  34. MovementLoopAddLocation(NPC, 47.21, 6.83, -22.4, 2, 0)
  35. MovementLoopAddLocation(NPC, 33.64, 6.74, -34.15, 2, 0)
  36. MovementLoopAddLocation(NPC, 32.02, 6.86, -43.03, 2, 0)
  37. MovementLoopAddLocation(NPC, 27.64, 7.38, -44.49, 2, 0)
  38. MovementLoopAddLocation(NPC, 4.37, 6.87, -44.17, 2, 0)
  39. MovementLoopAddLocation(NPC, -14.17, 6.81, -26.55, 2, 0)
  40. MovementLoopAddLocation(NPC, -25.1, 6.79, -16.3, 2, 0)
  41. MovementLoopAddLocation(NPC, -14.17, 6.81, -26.55, 2, 0)
  42. MovementLoopAddLocation(NPC, 4.37, 6.87, -44.17, 2, 0)
  43. MovementLoopAddLocation(NPC, 27.64, 7.38, -44.49, 2, 0)
  44. MovementLoopAddLocation(NPC, 32.02, 6.86, -43.03, 2, 0)
  45. MovementLoopAddLocation(NPC, 33.64, 6.74, -34.15, 2, 0)
  46. MovementLoopAddLocation(NPC, 47.21, 6.83, -22.4, 2, 0)
  47. MovementLoopAddLocation(NPC, 59.49, 6.9, -19.98, 2, 0)
  48. MovementLoopAddLocation(NPC, 64.16, 6.9, -16.18, 2, 0)
  49. MovementLoopAddLocation(NPC, 64.53, 6.85, -3.78, 2, 0)
  50. MovementLoopAddLocation(NPC, 78.29, 6.88, -4.2, 2, 0)
  51. MovementLoopAddLocation(NPC, 82.62, 6.91, -8.86, 2, 0)
  52. MovementLoopAddLocation(NPC, 83.38, 6.96, -16.53, 2, 0)
  53. MovementLoopAddLocation(NPC, 85.22, 6.96, -19.89, 2, 0)
  54. MovementLoopAddLocation(NPC, 90.48, 6.08, -22.06, 2, 0)
  55. MovementLoopAddLocation(NPC, 94.08, 5.48, -25.83, 2, 0)
  56. MovementLoopAddLocation(NPC, 95.71, 4.82, -30.53, 2, 0)
  57. MovementLoopAddLocation(NPC, 94.64, 3.77, -36.67, 2, 0)
  58. MovementLoopAddLocation(NPC, 92.03, 3.13, -41.3, 2, 0)
  59. MovementLoopAddLocation(NPC, 86.17, 2.37, -43.47, 2, 0)
  60. MovementLoopAddLocation(NPC, 80.42, 1.61, -43.57, 2, 0)
  61. MovementLoopAddLocation(NPC, 73.53, 0.54, -38.35, 2, 0)
  62. MovementLoopAddLocation(NPC, 70.93, -0.07, -29.93, 2, 0)
  63. MovementLoopAddLocation(NPC, 77.8, -0.07, -20.96, 2, 0)
  64. end