deathly_scarab8.lua 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. --[[
  2. Script Name : deathly_scarab8.lua
  3. Script Purpose : Waypoint Path for deathly_scarab8.lua
  4. Script Author : Auto Generated
  5. Script Date : 06/08/2020 12:52:27 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, 17.19, 6.59, -44.65, 2, 0)
  18. MovementLoopAddLocation(NPC, 2.91, 7.46, -43, 2, 0)
  19. MovementLoopAddLocation(NPC, -7.89, 6.89, -31.7, 2, 0)
  20. MovementLoopAddLocation(NPC, -16.11, 6.99, -24.96, 2, 0)
  21. MovementLoopAddLocation(NPC, -24.76, 6.81, -16.95, 2, 0)
  22. MovementLoopAddLocation(NPC, 2.46, 7.42, -42.94, 2, 0)
  23. MovementLoopAddLocation(NPC, 27.6, 7.41, -44.7, 2, 0)
  24. MovementLoopAddLocation(NPC, 32.29, 6.84, -43.34, 2, 0)
  25. MovementLoopAddLocation(NPC, 33.51, 6.77, -32.5, 2, 0)
  26. MovementLoopAddLocation(NPC, 52.74, 7.48, -19.69, 2, 0)
  27. MovementLoopAddLocation(NPC, 63.14, 6.87, -18.31, 2, 0)
  28. MovementLoopAddLocation(NPC, 64.87, 6.84, -3.68, 2, 0)
  29. MovementLoopAddLocation(NPC, 79.56, 6.87, -4.46, 2, 0)
  30. MovementLoopAddLocation(NPC, 83.03, 7.33, -12.61, 2, 0)
  31. MovementLoopAddLocation(NPC, 83.35, 6.96, -19.16, 2, 0)
  32. MovementLoopAddLocation(NPC, 92.9, 5.72, -24.03, 2, 0)
  33. MovementLoopAddLocation(NPC, 95.97, 4.77, -30.62, 2, 0)
  34. MovementLoopAddLocation(NPC, 92.88, 3.3, -39.73, 2, 0)
  35. MovementLoopAddLocation(NPC, 86.05, 2.37, -42.21, 2, 0)
  36. MovementLoopAddLocation(NPC, 76.32, 0.98, -40.18, 2, 0)
  37. MovementLoopAddLocation(NPC, 70.3, -0.07, -32.01, 2, 0)
  38. MovementLoopAddLocation(NPC, 41.88, -0.22, -30.16, 2, 0)
  39. MovementLoopAddLocation(NPC, 70.3, -0.07, -32.01, 2, 0)
  40. MovementLoopAddLocation(NPC, 76.32, 0.98, -40.18, 2, 0)
  41. MovementLoopAddLocation(NPC, 86.05, 2.37, -42.21, 2, 0)
  42. MovementLoopAddLocation(NPC, 92.88, 3.3, -39.73, 2, 0)
  43. MovementLoopAddLocation(NPC, 95.97, 4.77, -30.62, 2, 0)
  44. MovementLoopAddLocation(NPC, 92.9, 5.72, -24.03, 2, 0)
  45. MovementLoopAddLocation(NPC, 83.35, 6.96, -19.16, 2, 0)
  46. MovementLoopAddLocation(NPC, 83.03, 7.33, -12.61, 2, 0)
  47. MovementLoopAddLocation(NPC, 79.56, 6.87, -4.46, 2, 0)
  48. MovementLoopAddLocation(NPC, 64.87, 6.84, -3.68, 2, 0)
  49. MovementLoopAddLocation(NPC, 63.14, 6.87, -18.31, 2, 0)
  50. MovementLoopAddLocation(NPC, 52.74, 7.48, -19.69, 2, 0)
  51. MovementLoopAddLocation(NPC, 33.51, 6.77, -32.5, 2, 0)
  52. MovementLoopAddLocation(NPC, 32.29, 6.84, -43.34, 2, 0)
  53. MovementLoopAddLocation(NPC, 27.6, 7.41, -44.7, 2, 0)
  54. MovementLoopAddLocation(NPC, 2.46, 7.42, -42.94, 2, 0)
  55. MovementLoopAddLocation(NPC, -24.76, 6.81, -16.95, 2, 0)
  56. MovementLoopAddLocation(NPC, -16.11, 6.99, -24.96, 2, 0)
  57. MovementLoopAddLocation(NPC, -7.89, 6.89, -31.7, 2, 0)
  58. MovementLoopAddLocation(NPC, 2.91, 7.46, -43, 2, 0)
  59. MovementLoopAddLocation(NPC, 17.19, 6.59, -44.65, 2, 0)
  60. end