deathly_scarab17.lua 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. --[[
  2. Script Name : deathly_scarab17.lua
  3. Script Purpose : Waypoint Path for deathly_scarab17.lua
  4. Script Author : Devn00b
  5. Script Date : 06/11/2020 03:49:46 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, 13.83, -0.16, -172.82, 2, 0)
  18. MovementLoopAddLocation(NPC, 15.64, -0.16, -162.26, 2, 0)
  19. MovementLoopAddLocation(NPC, 39.79, -0.16, -159.81, 2, 0)
  20. MovementLoopAddLocation(NPC, 43.26, -0.15, -154.43, 2, 0)
  21. MovementLoopAddLocation(NPC, 53.78, -0.16, -154.44, 2, 0)
  22. MovementLoopAddLocation(NPC, 54.78, -0.16, -165.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 48.43, -0.15, -168.43, 2, 0)
  24. MovementLoopAddLocation(NPC, 42.62, -0.16, -167.58, 2, 0)
  25. MovementLoopAddLocation(NPC, 40.81, -0.16, -163.4, 2, 0)
  26. MovementLoopAddLocation(NPC, 26.27, -0.16, -160.45, 2, 0)
  27. MovementLoopAddLocation(NPC, 15.43, -0.18, -160.52, 2, 0)
  28. MovementLoopAddLocation(NPC, 15.97, -0.16, -146.18, 2, 0)
  29. MovementLoopAddLocation(NPC, -12.97, -0.16, -146.32, 2, 0)
  30. MovementLoopAddLocation(NPC, -28.96, 0.41, -147.45, 2, 0)
  31. MovementLoopAddLocation(NPC, -34.78, 0.37, -151.33, 2, 0)
  32. MovementLoopAddLocation(NPC, -34.65, -0.18, -168.83, 2, 0)
  33. MovementLoopAddLocation(NPC, -31.6, -0.18, -171.82, 2, 0)
  34. MovementLoopAddLocation(NPC, -31.59, -1.15, -177.33, 2, 0)
  35. MovementLoopAddLocation(NPC, -19.54, -0.18, -177.63, 2, 0)
  36. MovementLoopAddLocation(NPC, -18.92, -0.18, -187.21, 2, 0)
  37. MovementLoopAddLocation(NPC, -29.36, -0.8, -188.09, 2, 0)
  38. MovementLoopAddLocation(NPC, -30.65, -1.2, -176.84, 2, 0)
  39. MovementLoopAddLocation(NPC, -19.11, -0.18, -181.69, 2, 0)
  40. MovementLoopAddLocation(NPC, -1.7, -0.08, -181.95, 2, 0)
  41. MovementLoopAddLocation(NPC, -1.86, -0.16, -190.84, 2, 0)
  42. MovementLoopAddLocation(NPC, -1.38, -0.08, -183.43, 2, 0)
  43. MovementLoopAddLocation(NPC, 6.43, 0.32, -180.94, 2, 0)
  44. MovementLoopAddLocation(NPC, 13.57, -0.05, -176.13, 2, 0)
  45. MovementLoopAddLocation(NPC, 6.43, 0.32, -180.94, 2, 0)
  46. MovementLoopAddLocation(NPC, -1.38, -0.08, -183.43, 2, 0)
  47. MovementLoopAddLocation(NPC, -1.86, -0.16, -190.84, 2, 0)
  48. MovementLoopAddLocation(NPC, -1.7, -0.08, -181.95, 2, 0)
  49. MovementLoopAddLocation(NPC, -19.11, -0.18, -181.69, 2, 0)
  50. MovementLoopAddLocation(NPC, -30.65, -1.2, -176.84, 2, 0)
  51. MovementLoopAddLocation(NPC, -29.36, -0.8, -188.09, 2, 0)
  52. MovementLoopAddLocation(NPC, -18.92, -0.18, -187.21, 2, 0)
  53. MovementLoopAddLocation(NPC, -19.54, -0.18, -177.63, 2, 0)
  54. MovementLoopAddLocation(NPC, -31.59, -1.15, -177.33, 2, 0)
  55. MovementLoopAddLocation(NPC, -31.6, -0.18, -171.82, 2, 0)
  56. MovementLoopAddLocation(NPC, -34.65, -0.18, -168.83, 2, 0)
  57. MovementLoopAddLocation(NPC, -34.78, 0.37, -151.33, 2, 0)
  58. MovementLoopAddLocation(NPC, -28.96, 0.41, -147.45, 2, 0)
  59. MovementLoopAddLocation(NPC, -12.97, -0.16, -146.32, 2, 0)
  60. MovementLoopAddLocation(NPC, 15.97, -0.16, -146.18, 2, 0)
  61. MovementLoopAddLocation(NPC, 15.43, -0.18, -160.52, 2, 0)
  62. MovementLoopAddLocation(NPC, 26.27, -0.16, -160.45, 2, 0)
  63. MovementLoopAddLocation(NPC, 40.81, -0.16, -163.4, 2, 0)
  64. MovementLoopAddLocation(NPC, 42.62, -0.16, -167.58, 2, 0)
  65. MovementLoopAddLocation(NPC, 48.43, -0.15, -168.43, 2, 0)
  66. MovementLoopAddLocation(NPC, 54.78, -0.16, -165.83, 2, 0)
  67. MovementLoopAddLocation(NPC, 53.78, -0.16, -154.44, 2, 0)
  68. MovementLoopAddLocation(NPC, 43.26, -0.15, -154.43, 2, 0)
  69. MovementLoopAddLocation(NPC, 39.79, -0.16, -159.81, 2, 0)
  70. MovementLoopAddLocation(NPC, 15.64, -0.16, -162.26, 2, 0)
  71. MovementLoopAddLocation(NPC, 13.83, -0.16, -172.82, 2, 0)
  72. end