EthedraRVinival.lua 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. --[[
  2. Script Name : SpawnScripts/Neriak/EthedraRVinival.lua
  3. Script Purpose : Waypoint Path for Ethedra R'Vinival
  4. Script Author : Cynnar
  5. Script Date : 5/26/2018 12:00:00 AM
  6. Script Notes : <special-instructions>
  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, -169.53, 2.87, 249.19, 2, 5)
  18. MovementLoopAddLocation(NPC, -168.29, 2.93, 249.71, 2, 0)
  19. MovementLoopAddLocation(NPC, -160.96, 2.99, 248.38, 2, 0)
  20. MovementLoopAddLocation(NPC, -155.38, 3.01, 250.31, 2, 0)
  21. MovementLoopAddLocation(NPC, -156.15, 1.72, 253.91, 2, 0)
  22. MovementLoopAddLocation(NPC, -161.63, -2.47, 258.25, 2, 0)
  23. MovementLoopAddLocation(NPC, -167.13, -5.09, 259.4, 2, 0)
  24. MovementLoopAddLocation(NPC, -168.32, -5.22, 259.23, 2, 0)
  25. MovementLoopAddLocation(NPC, -168.06, -5.34, 249.61, 2, 5)
  26. MovementLoopAddLocation(NPC, -167.42, -5.33, 250, 2, 0)
  27. MovementLoopAddLocation(NPC, -168.49, -5.3, 253.58, 2, 0)
  28. MovementLoopAddLocation(NPC, -171.09, -5.31, 254.45, 2, 0)
  29. MovementLoopAddLocation(NPC, -178.18, -5.48, 247.71, 2, 0)
  30. MovementLoopAddLocation(NPC, -182.72, -4.78, 244.67, 2, 0)
  31. MovementLoopAddLocation(NPC, -184.9, -4.13, 241.09, 2, 0)
  32. MovementLoopAddLocation(NPC, -187.49, -3.98, 240.23, 2, 0)
  33. MovementLoopAddLocation(NPC, -191, -3.87, 239.66, 2, 0)
  34. MovementLoopAddLocation(NPC, -190.75, -3.87, 236.65, 2, 5)
  35. MovementLoopAddLocation(NPC, -189.71, -3.87, 238.11, 2, 0)
  36. MovementLoopAddLocation(NPC, -192.18, -3.93, 236.81, 2, 0)
  37. MovementLoopAddLocation(NPC, -195.32, -3.95, 235.59, 2, 0)
  38. MovementLoopAddLocation(NPC, -202.36, -3.9, 235.92, 2, 0)
  39. MovementLoopAddLocation(NPC, -202.64, -3.91, 236, 2, 0)
  40. MovementLoopAddLocation(NPC, -197.24, -3.97, 242, 2, 5)
  41. MovementLoopAddLocation(NPC, -202.59, -3.91, 235.95, 2, 0)
  42. MovementLoopAddLocation(NPC, -191.99, -3.92, 236.66, 2, 0)
  43. MovementLoopAddLocation(NPC, -190.92, -3.87, 237.41, 2, 0)
  44. MovementLoopAddLocation(NPC, -190.86, -3.87, 236.59, 2, 0)
  45. MovementLoopAddLocation(NPC, -191.39, -3.87, 238.4, 2, 0)
  46. MovementLoopAddLocation(NPC, -185.13, -4.11, 241.22, 2, 0)
  47. MovementLoopAddLocation(NPC, -181.1, -5.25, 245.72, 2, 0)
  48. MovementLoopAddLocation(NPC, -179.12, -5.39, 247.29, 2, 0)
  49. MovementLoopAddLocation(NPC, -175.5, -5.37, 250.46, 2, 0)
  50. MovementLoopAddLocation(NPC, -170.9, -5.31, 254.31, 2, 0)
  51. MovementLoopAddLocation(NPC, -168.76, -5.32, 252.41, 2, 0)
  52. MovementLoopAddLocation(NPC, -168.3, -5.35, 249.47, 2, 5)
  53. MovementLoopAddLocation(NPC, -167.04, -5.32, 251.05, 2, 0)
  54. MovementLoopAddLocation(NPC, -167.98, -5.29, 254.2, 2, 0)
  55. MovementLoopAddLocation(NPC, -168.35, -5.23, 258.58, 2, 0)
  56. MovementLoopAddLocation(NPC, -166.79, -4.96, 259.51, 2, 0)
  57. MovementLoopAddLocation(NPC, -162.31, -2.99, 259.13, 2, 0)
  58. MovementLoopAddLocation(NPC, -159.67, -1.59, 257.66, 2, 0)
  59. MovementLoopAddLocation(NPC, -156.66, 0.89, 254.98, 2, 0)
  60. MovementLoopAddLocation(NPC, -155.32, 2.34, 253.15, 2, 0)
  61. MovementLoopAddLocation(NPC, -155.69, 2.91, 251.21, 2, 0)
  62. MovementLoopAddLocation(NPC, -156.64, 3.07, 250.16, 2, 0)
  63. MovementLoopAddLocation(NPC, -159.16, 3.03, 249.46, 2, 0)
  64. MovementLoopAddLocation(NPC, -161.3, 3, 249.72, 2, 0)
  65. MovementLoopAddLocation(NPC, -163.2, 2.97, 251.02, 2, 0)
  66. MovementLoopAddLocation(NPC, -166.04, 3.02, 251.79, 2, 0)
  67. MovementLoopAddLocation(NPC, -167.87, 2.96, 251.59, 2, 0)
  68. MovementLoopAddLocation(NPC, -169.09, 2.89, 250.24, 2, 0)
  69. end