deathly_scarab13.lua 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. --[[
  2. Script Name : deathly_scarab13.lua
  3. Script Purpose : Waypoint Path for deathly_scarab13.lua
  4. Script Author : Devn00b
  5. Script Date : 06/09/2020 01:08:23 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, -1.16, -0.22, -28.35, 2, 0)
  18. MovementLoopAddLocation(NPC, 4.65, -0.15, -31.3, 2, 0)
  19. MovementLoopAddLocation(NPC, 6.67, 0.42, -38.03, 2, 0)
  20. MovementLoopAddLocation(NPC, 8.58, -0.23, -42.56, 2, 0)
  21. MovementLoopAddLocation(NPC, 14.75, 0.43, -45.31, 2, 0)
  22. MovementLoopAddLocation(NPC, 19.85, -0.17, -42.81, 2, 0)
  23. MovementLoopAddLocation(NPC, 27.62, -0.19, -34.26, 2, 0)
  24. MovementLoopAddLocation(NPC, 35.28, -0.19, -29.38, 2, 0)
  25. MovementLoopAddLocation(NPC, 52.57, -0.39, -29.68, 2, 0)
  26. MovementLoopAddLocation(NPC, 71.15, -0.07, -31.22, 2, 0)
  27. MovementLoopAddLocation(NPC, 73.5, 0.5, -38.01, 2, 0)
  28. MovementLoopAddLocation(NPC, 76.71, 1.16, -42.18, 2, 0)
  29. MovementLoopAddLocation(NPC, 82.79, 1.91, -44.02, 2, 0)
  30. MovementLoopAddLocation(NPC, 89.05, 2.72, -42.58, 2, 0)
  31. MovementLoopAddLocation(NPC, 93.55, 3.45, -39.19, 2, 0)
  32. MovementLoopAddLocation(NPC, 95.57, 4.5, -32.85, 2, 0)
  33. MovementLoopAddLocation(NPC, 95.29, 5.22, -27.04, 2, 0)
  34. MovementLoopAddLocation(NPC, 91.65, 5.91, -22.84, 2, 0)
  35. MovementLoopAddLocation(NPC, 86.44, 6.75, -20.55, 2, 0)
  36. MovementLoopAddLocation(NPC, 83.66, 6.96, -19.61, 2, 0)
  37. MovementLoopAddLocation(NPC, 83.09, 7.12, -14.17, 2, 0)
  38. MovementLoopAddLocation(NPC, 82.22, 6.87, -8.87, 2, 0)
  39. MovementLoopAddLocation(NPC, 79.02, 6.87, -5.01, 2, 0)
  40. MovementLoopAddLocation(NPC, 73.87, 6.87, -3.47, 2, 0)
  41. MovementLoopAddLocation(NPC, 63.9, 6.86, -4, 2, 0)
  42. MovementLoopAddLocation(NPC, 63.64, 6.85, 9.88, 2, 0)
  43. MovementLoopAddLocation(NPC, 69.24, 7.22, 16.18, 2, 0)
  44. MovementLoopAddLocation(NPC, 73.42, 6.86, 16.9, 2, 0)
  45. MovementLoopAddLocation(NPC, 99.6, 7.39, 15.96, 2, 0)
  46. MovementLoopAddLocation(NPC, 104.98, 7.02, 10.49, 2, 0)
  47. MovementLoopAddLocation(NPC, 109.26, 6.84, 5.78, 2, 0)
  48. MovementLoopAddLocation(NPC, 115.81, 7.12, 5.16, 2, 0)
  49. MovementLoopAddLocation(NPC, 119.29, 6.99, 5.12, 2, 0)
  50. MovementLoopAddLocation(NPC, 123.28, 6.99, 2.33, 2, 0)
  51. MovementLoopAddLocation(NPC, 136.72, 6.99, 5.05, 2, 0)
  52. MovementLoopAddLocation(NPC, 154.45, 6.99, 4.3, 2, 0)
  53. MovementLoopAddLocation(NPC, 136.72, 6.99, 5.05, 2, 0)
  54. MovementLoopAddLocation(NPC, 123.28, 6.99, 2.33, 2, 0)
  55. MovementLoopAddLocation(NPC, 119.29, 6.99, 5.12, 2, 0)
  56. MovementLoopAddLocation(NPC, 115.81, 7.12, 5.16, 2, 0)
  57. MovementLoopAddLocation(NPC, 109.26, 6.84, 5.78, 2, 0)
  58. MovementLoopAddLocation(NPC, 104.98, 7.02, 10.49, 2, 0)
  59. MovementLoopAddLocation(NPC, 99.6, 7.39, 15.96, 2, 0)
  60. MovementLoopAddLocation(NPC, 73.42, 6.86, 16.9, 2, 0)
  61. MovementLoopAddLocation(NPC, 69.24, 7.22, 16.18, 2, 0)
  62. MovementLoopAddLocation(NPC, 63.64, 6.85, 9.88, 2, 0)
  63. MovementLoopAddLocation(NPC, 63.9, 6.86, -4, 2, 0)
  64. MovementLoopAddLocation(NPC, 73.87, 6.87, -3.47, 2, 0)
  65. MovementLoopAddLocation(NPC, 79.02, 6.87, -5.01, 2, 0)
  66. MovementLoopAddLocation(NPC, 82.22, 6.87, -8.87, 2, 0)
  67. MovementLoopAddLocation(NPC, 83.09, 7.12, -14.17, 2, 0)
  68. MovementLoopAddLocation(NPC, 83.66, 6.96, -19.61, 2, 0)
  69. MovementLoopAddLocation(NPC, 86.44, 6.75, -20.55, 2, 0)
  70. MovementLoopAddLocation(NPC, 91.65, 5.91, -22.84, 2, 0)
  71. MovementLoopAddLocation(NPC, 95.29, 5.22, -27.04, 2, 0)
  72. MovementLoopAddLocation(NPC, 95.57, 4.5, -32.85, 2, 0)
  73. MovementLoopAddLocation(NPC, 93.55, 3.45, -39.19, 2, 0)
  74. MovementLoopAddLocation(NPC, 89.05, 2.72, -42.58, 2, 0)
  75. MovementLoopAddLocation(NPC, 82.79, 1.91, -44.02, 2, 0)
  76. MovementLoopAddLocation(NPC, 76.71, 1.16, -42.18, 2, 0)
  77. MovementLoopAddLocation(NPC, 73.5, 0.5, -38.01, 2, 0)
  78. MovementLoopAddLocation(NPC, 71.15, -0.07, -31.22, 2, 0)
  79. MovementLoopAddLocation(NPC, 52.57, -0.39, -29.68, 2, 0)
  80. MovementLoopAddLocation(NPC, 35.28, -0.19, -29.38, 2, 0)
  81. MovementLoopAddLocation(NPC, 27.62, -0.19, -34.26, 2, 0)
  82. MovementLoopAddLocation(NPC, 19.85, -0.17, -42.81, 2, 0)
  83. MovementLoopAddLocation(NPC, 14.75, 0.43, -45.31, 2, 0)
  84. MovementLoopAddLocation(NPC, 8.58, -0.23, -42.56, 2, 0)
  85. MovementLoopAddLocation(NPC, 6.67, 0.42, -38.03, 2, 0)
  86. MovementLoopAddLocation(NPC, 4.65, -0.15, -31.3, 2, 0)
  87. MovementLoopAddLocation(NPC, -1.16, -0.22, -28.35, 2, 0)
  88. end