deathly_scarab.lua 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. --[[
  2. Script Name : deathly_scarab.lua
  3. Script Purpose : Waypoint Path for deathly_scarab.lua
  4. Script Author : Devn00b
  5. Script Date : 05/17/2020 01:51:37 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. waypoints(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 168.05, 6.78, -173.77, 2, 0)
  19. MovementLoopAddLocation(NPC, 178.69, 6.91, -172.76, 2, 0)
  20. MovementLoopAddLocation(NPC, 181.04, 6.79, -168.61, 2, 0)
  21. MovementLoopAddLocation(NPC, 179.92, 6.74, -155.51, 2, 0)
  22. MovementLoopAddLocation(NPC, 162.52, 7.05, -139.37, 2, 0)
  23. MovementLoopAddLocation(NPC, 151.91, 6.98, -139.38, 2, 0)
  24. MovementLoopAddLocation(NPC, 150.04, 8.18, -142.76, 2, 0)
  25. MovementLoopAddLocation(NPC, 149.49, 6.79, -168.63, 2, 0)
  26. MovementLoopAddLocation(NPC, 146.09, 7.33, -173.25, 2, 0)
  27. MovementLoopAddLocation(NPC, 134.73, 7, -171.61, 2, 0)
  28. MovementLoopAddLocation(NPC, 128.89, 7.39, -160.95, 2, 0)
  29. MovementLoopAddLocation(NPC, 128.61, 7, -126.46, 2, 0)
  30. MovementLoopAddLocation(NPC, 117.1, 7, -125.43, 2, 0)
  31. MovementLoopAddLocation(NPC, 114.78, 7, -125.31, 2, 0)
  32. MovementLoopAddLocation(NPC, 115.02, 7, -116.07, 2, 0)
  33. MovementLoopAddLocation(NPC, 118.59, 7, -110.23, 2, 0)
  34. MovementLoopAddLocation(NPC, 119.18, 7, -106.49, 2, 0)
  35. MovementLoopAddLocation(NPC, 131.81, 7, -98.3, 2, 0)
  36. MovementLoopAddLocation(NPC, 131.48, 7, -114.65, 2, 0)
  37. MovementLoopAddLocation(NPC, 140.71, 6.91, -114.7, 2, 0)
  38. MovementLoopAddLocation(NPC, 150.49, 6.9, -124.64, 2, 0)
  39. MovementLoopAddLocation(NPC, 151.25, 6.68, -138.12, 2, 0)
  40. MovementLoopAddLocation(NPC, 166.52, 6.78, -140.66, 2, 0)
  41. MovementLoopAddLocation(NPC, 182.11, 6.96, -157.69, 2, 0)
  42. MovementLoopAddLocation(NPC, 181.17, 6.99, -171.7, 2, 0)
  43. MovementLoopAddLocation(NPC, 175.53, 7.34, -173.4, 2, 0)
  44. MovementLoopAddLocation(NPC, 164.63, 6.94, -173.45, 2, 0)
  45. MovementLoopAddLocation(NPC, 160.85, 6.89, -186.28, 2, 0)
  46. MovementLoopAddLocation(NPC, 164.63, 6.94, -173.45, 2, 0)
  47. MovementLoopAddLocation(NPC, 175.53, 7.34, -173.4, 2, 0)
  48. MovementLoopAddLocation(NPC, 181.17, 6.99, -171.7, 2, 0)
  49. MovementLoopAddLocation(NPC, 182.11, 6.96, -157.69, 2, 0)
  50. MovementLoopAddLocation(NPC, 166.52, 6.78, -140.66, 2, 0)
  51. MovementLoopAddLocation(NPC, 151.25, 6.68, -138.12, 2, 0)
  52. MovementLoopAddLocation(NPC, 150.49, 6.9, -124.64, 2, 0)
  53. MovementLoopAddLocation(NPC, 140.71, 6.91, -114.7, 2, 0)
  54. MovementLoopAddLocation(NPC, 131.48, 7, -114.65, 2, 0)
  55. MovementLoopAddLocation(NPC, 131.81, 7, -98.3, 2, 0)
  56. MovementLoopAddLocation(NPC, 119.18, 7, -106.49, 2, 0)
  57. MovementLoopAddLocation(NPC, 118.59, 7, -110.23, 2, 0)
  58. MovementLoopAddLocation(NPC, 115.02, 7, -116.07, 2, 0)
  59. MovementLoopAddLocation(NPC, 114.78, 7, -125.31, 2, 0)
  60. MovementLoopAddLocation(NPC, 117.1, 7, -125.43, 2, 0)
  61. MovementLoopAddLocation(NPC, 128.61, 7, -126.46, 2, 0)
  62. MovementLoopAddLocation(NPC, 128.89, 7.39, -160.95, 2, 0)
  63. MovementLoopAddLocation(NPC, 134.73, 7, -171.61, 2, 0)
  64. MovementLoopAddLocation(NPC, 146.09, 7.33, -173.25, 2, 0)
  65. MovementLoopAddLocation(NPC, 149.49, 6.79, -168.63, 2, 0)
  66. MovementLoopAddLocation(NPC, 150.04, 8.18, -142.76, 2, 0)
  67. MovementLoopAddLocation(NPC, 151.91, 6.98, -139.38, 2, 0)
  68. MovementLoopAddLocation(NPC, 162.52, 7.05, -139.37, 2, 0)
  69. MovementLoopAddLocation(NPC, 179.92, 6.74, -155.51, 2, 0)
  70. MovementLoopAddLocation(NPC, 181.04, 6.79, -168.61, 2, 0)
  71. MovementLoopAddLocation(NPC, 178.69, 6.91, -172.76, 2, 0)
  72. MovementLoopAddLocation(NPC, 168.05, 6.78, -173.77, 2, 0)
  73. end