tomb_vermin10.lua 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. --[[
  2. Script Name : tomb_vermin10.lua
  3. Script Purpose : Waypoint Path for tomb_vermin10.lua
  4. Script Author : Devn00b
  5. Script Date : 06/15/2020 01:35:19 AM
  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, 72.95, -0.7, -167.85, 2, 0)
  18. MovementLoopAddLocation(NPC, 93.12, -0.08, -168.38, 2, 0)
  19. MovementLoopAddLocation(NPC, 99.68, -0.47, -160.72, 2, 0)
  20. MovementLoopAddLocation(NPC, 97.61, -0.83, -160.46, 2, 0)
  21. MovementLoopAddLocation(NPC, 97.07, -0.46, -156.93, 2, 0)
  22. MovementLoopAddLocation(NPC, 84.6, -0.08, -158.77, 2, 0)
  23. MovementLoopAddLocation(NPC, 83.75, 0.02, -150.44, 2, 0)
  24. MovementLoopAddLocation(NPC, 75.27, 0.52, -139.33, 2, 0)
  25. MovementLoopAddLocation(NPC, 75.2, -0.12, -130.58, 2, 0)
  26. MovementLoopAddLocation(NPC, 75.08, -0.01, -121.17, 2, 0)
  27. MovementLoopAddLocation(NPC, 71.13, 0.52, -114.39, 2, 0)
  28. MovementLoopAddLocation(NPC, 66.1, -0.25, -108.71, 2, 0)
  29. MovementLoopAddLocation(NPC, 52.35, -0.12, -106.93, 2, 0)
  30. MovementLoopAddLocation(NPC, 34.89, -0.02, -88.58, 2, 0)
  31. MovementLoopAddLocation(NPC, 33.94, -0.1, -76.51, 2, 0)
  32. MovementLoopAddLocation(NPC, 44.05, 0.45, -61.18, 2, 0)
  33. MovementLoopAddLocation(NPC, 45.59, -0.18, -48, 2, 0)
  34. MovementLoopAddLocation(NPC, 58.59, 0.08, -48.47, 2, 0)
  35. MovementLoopAddLocation(NPC, 59.84, -0.01, -43.43, 2, 0)
  36. MovementLoopAddLocation(NPC, 62.88, 0.29, -33.52, 2, 0)
  37. MovementLoopAddLocation(NPC, 82.53, -0.16, -32.61, 2, 0)
  38. MovementLoopAddLocation(NPC, 89.72, 0.02, -32.57, 2, 0)
  39. MovementLoopAddLocation(NPC, 94.98, 0.04, -37.31, 2, 0)
  40. MovementLoopAddLocation(NPC, 95.58, 0.4, -56.41, 2, 0)
  41. MovementLoopAddLocation(NPC, 96.09, 0.02, -76.63, 2, 0)
  42. MovementLoopAddLocation(NPC, 91.83, 0.04, -81.39, 2, 0)
  43. MovementLoopAddLocation(NPC, 79.7, 0.54, -83, 2, 0)
  44. MovementLoopAddLocation(NPC, 58.35, 0.53, -83.47, 2, 0)
  45. MovementLoopAddLocation(NPC, 43.67, -0.11, -98.14, 2, 0)
  46. MovementLoopAddLocation(NPC, 58.35, 0.53, -83.47, 2, 0)
  47. MovementLoopAddLocation(NPC, 79.7, 0.54, -83, 2, 0)
  48. MovementLoopAddLocation(NPC, 91.83, 0.04, -81.39, 2, 0)
  49. MovementLoopAddLocation(NPC, 96.09, 0.02, -76.63, 2, 0)
  50. MovementLoopAddLocation(NPC, 95.58, 0.4, -56.41, 2, 0)
  51. MovementLoopAddLocation(NPC, 94.98, 0.04, -37.31, 2, 0)
  52. MovementLoopAddLocation(NPC, 89.72, 0.02, -32.57, 2, 0)
  53. MovementLoopAddLocation(NPC, 82.53, -0.16, -32.61, 2, 0)
  54. MovementLoopAddLocation(NPC, 62.88, 0.29, -33.52, 2, 0)
  55. MovementLoopAddLocation(NPC, 59.84, -0.01, -43.43, 2, 0)
  56. MovementLoopAddLocation(NPC, 58.59, 0.08, -48.47, 2, 0)
  57. MovementLoopAddLocation(NPC, 45.59, -0.18, -48, 2, 0)
  58. MovementLoopAddLocation(NPC, 44.05, 0.45, -61.18, 2, 0)
  59. MovementLoopAddLocation(NPC, 33.94, -0.1, -76.51, 2, 0)
  60. MovementLoopAddLocation(NPC, 34.89, -0.02, -88.58, 2, 0)
  61. MovementLoopAddLocation(NPC, 52.35, -0.12, -106.93, 2, 0)
  62. MovementLoopAddLocation(NPC, 66.1, -0.25, -108.71, 2, 0)
  63. MovementLoopAddLocation(NPC, 71.13, 0.52, -114.39, 2, 0)
  64. MovementLoopAddLocation(NPC, 75.08, -0.01, -121.17, 2, 0)
  65. MovementLoopAddLocation(NPC, 75.2, -0.12, -130.58, 2, 0)
  66. MovementLoopAddLocation(NPC, 75.27, 0.52, -139.33, 2, 0)
  67. MovementLoopAddLocation(NPC, 83.75, 0.02, -150.44, 2, 0)
  68. MovementLoopAddLocation(NPC, 84.6, -0.08, -158.77, 2, 0)
  69. MovementLoopAddLocation(NPC, 97.07, -0.46, -156.93, 2, 0)
  70. MovementLoopAddLocation(NPC, 97.61, -0.83, -160.46, 2, 0)
  71. MovementLoopAddLocation(NPC, 99.68, -0.47, -160.72, 2, 0)
  72. MovementLoopAddLocation(NPC, 93.12, -0.08, -168.38, 2, 0)
  73. MovementLoopAddLocation(NPC, 72.95, -0.7, -167.85, 2, 0)
  74. end