agonized_essence6.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. --[[
  2. Script Name : agonized_essence5_1.lua
  3. Script Purpose : Waypoint Path for agonized_essence5_1.lua
  4. Script Author : Devn00b
  5. Script Date : 06/10/2020 01:59:03 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, -12.65, -0.09, -86.13, 2, 0)
  18. MovementLoopAddLocation(NPC, -8.79, 0.66, -89.72, 2, 0)
  19. MovementLoopAddLocation(NPC, -11.93, -0.09, -86.77, 2, 0)
  20. MovementLoopAddLocation(NPC, -12.15, -0.09, -99.75, 2, 0)
  21. MovementLoopAddLocation(NPC, -15.68, -0.09, -101.2, 2, 0)
  22. MovementLoopAddLocation(NPC, -14.28, -0.09, -101.2, 2, 0)
  23. MovementLoopAddLocation(NPC, 1.07, -0.09, -94.78, 2, 0)
  24. MovementLoopAddLocation(NPC, 1.34, -0.09, -100.31, 2, 0)
  25. MovementLoopAddLocation(NPC, 2.52, -0.09, -101.1, 2, 0)
  26. MovementLoopAddLocation(NPC, -0.57, -0.09, -100.99, 2, 0)
  27. MovementLoopAddLocation(NPC, -0.35, -0.09, -85.75, 2, 0)
  28. MovementLoopAddLocation(NPC, -6.26, -0.09, -85.78, 2, 0)
  29. MovementLoopAddLocation(NPC, -6.39, 0.66, -88.6, 2, 0)
  30. MovementLoopAddLocation(NPC, -6.28, -0.09, -85.01, 2, 0)
  31. MovementLoopAddLocation(NPC, -2.49, -0.09, -88.05, 2, 0)
  32. MovementLoopAddLocation(NPC, -4.07, 0.66, -89.8, 2, 0)
  33. MovementLoopAddLocation(NPC, -1.9, -0.09, -87.55, 2, 0)
  34. MovementLoopAddLocation(NPC, 0.14, -0.09, -92.17, 2, 0)
  35. MovementLoopAddLocation(NPC, -3.49, 0.66, -92.27, 2, 0)
  36. MovementLoopAddLocation(NPC, 0.14, -0.09, -92.17, 2, 0)
  37. MovementLoopAddLocation(NPC, -1.9, -0.09, -87.55, 2, 0)
  38. MovementLoopAddLocation(NPC, -4.07, 0.66, -89.8, 2, 0)
  39. MovementLoopAddLocation(NPC, -2.49, -0.09, -88.05, 2, 0)
  40. MovementLoopAddLocation(NPC, -6.28, -0.09, -85.01, 2, 0)
  41. MovementLoopAddLocation(NPC, -6.39, 0.66, -88.6, 2, 0)
  42. MovementLoopAddLocation(NPC, -6.26, -0.09, -85.78, 2, 0)
  43. MovementLoopAddLocation(NPC, -0.35, -0.09, -85.75, 2, 0)
  44. MovementLoopAddLocation(NPC, -0.57, -0.09, -100.99, 2, 0)
  45. MovementLoopAddLocation(NPC, 2.52, -0.09, -101.1, 2, 0)
  46. MovementLoopAddLocation(NPC, 1.34, -0.09, -100.31, 2, 0)
  47. MovementLoopAddLocation(NPC, 1.07, -0.09, -94.78, 2, 0)
  48. MovementLoopAddLocation(NPC, -14.28, -0.09, -101.2, 2, 0)
  49. MovementLoopAddLocation(NPC, -15.68, -0.09, -101.2, 2, 0)
  50. MovementLoopAddLocation(NPC, -12.15, -0.09, -99.75, 2, 0)
  51. MovementLoopAddLocation(NPC, -11.93, -0.09, -86.77, 2, 0)
  52. MovementLoopAddLocation(NPC, -8.79, 0.66, -89.72, 2, 0)
  53. MovementLoopAddLocation(NPC, -12.65, -0.09, -86.13, 2, 0)
  54. end