acourtesan2.lua 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. --[[
  2. Script Name : SpawnScripts/Neriak/acourtesan2.lua
  3. Script Purpose : Waypoint Path for a courtesan Neriak Downunder
  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, -175.03, -5.36, 252.11, 2, 0)
  18. MovementLoopAddLocation(NPC, -178.94, -5.42, 247.04, 2, 0)
  19. MovementLoopAddLocation(NPC, -180.2, -5.34, 246.76, 2, 0)
  20. MovementLoopAddLocation(NPC, -180.7, -5.31, 246.06, 2, 0)
  21. MovementLoopAddLocation(NPC, -182.28, -4.92, 244.93, 2, 0)
  22. MovementLoopAddLocation(NPC, -183.59, -4.39, 242.97, 2, 0)
  23. MovementLoopAddLocation(NPC, -184.99, -4.1, 240.88, 2, 0)
  24. MovementLoopAddLocation(NPC, -188.23, -3.96, 240.15, 2, 0)
  25. MovementLoopAddLocation(NPC, -191, -3.89, 240.26, 2, 0)
  26. MovementLoopAddLocation(NPC, -193.77, -3.93, 239.14, 2, 0)
  27. MovementLoopAddLocation(NPC, -197.11, -3.95, 238.54, 2, 0)
  28. MovementLoopAddLocation(NPC, -199.89, -3.9, 239.27, 2, 0)
  29. MovementLoopAddLocation(NPC, -201.63, -3.96, 241.22, 2, 0)
  30. MovementLoopAddLocation(NPC, -202.42, -3.91, 243.36, 2, 0)
  31. MovementLoopAddLocation(NPC, -203.26, -3.91, 244.59, 2, 0)
  32. MovementLoopAddLocation(NPC, -204.57, -3.86, 248.21, 2, 0)
  33. MovementLoopAddLocation(NPC, -203.63, -3.87, 250.3, 2, 0)
  34. MovementLoopAddLocation(NPC, -202.44, -3.96, 251.75, 2, 0)
  35. MovementLoopAddLocation(NPC, -198.17, -4.06, 251.76, 2, 0)
  36. MovementLoopAddLocation(NPC, -192.84, -3.98, 253.19, 2, 0)
  37. MovementLoopAddLocation(NPC, -190.54, -3.98, 254.68, 2, 0)
  38. MovementLoopAddLocation(NPC, -187.78, -3.99, 257.42, 2, 0)
  39. MovementLoopAddLocation(NPC, -181.75, -3.88, 269.79, 2, 0)
  40. MovementLoopAddLocation(NPC, -180.12, -3.97, 272.09, 2, 0)
  41. MovementLoopAddLocation(NPC, -178.63, -4.08, 273.61, 2, 0)
  42. MovementLoopAddLocation(NPC, -177.18, -4.06, 273.99, 2, 0)
  43. MovementLoopAddLocation(NPC, -175.94, -4, 273.13, 2, 0)
  44. MovementLoopAddLocation(NPC, -171.83, -4.43, 268.41, 2, 0)
  45. MovementLoopAddLocation(NPC, -170.7, -4.51, 267.55, 2, 0)
  46. MovementLoopAddLocation(NPC, -169.58, -4.68, 265.84, 2, 0)
  47. MovementLoopAddLocation(NPC, -168.45, -5.08, 264.1, 2, 0)
  48. MovementLoopAddLocation(NPC, -167.7, -5.2, 260.55, 2, 0)
  49. MovementLoopAddLocation(NPC, -168.22, -5.23, 258.51, 2, 0)
  50. MovementLoopAddLocation(NPC, -167.7, -5.2, 260.55, 2, 0)
  51. MovementLoopAddLocation(NPC, -168.45, -5.08, 264.1, 2, 0)
  52. MovementLoopAddLocation(NPC, -169.58, -4.68, 265.84, 2, 0)
  53. MovementLoopAddLocation(NPC, -170.7, -4.51, 267.55, 2, 0)
  54. MovementLoopAddLocation(NPC, -171.83, -4.43, 268.41, 2, 0)
  55. MovementLoopAddLocation(NPC, -175.94, -4, 273.13, 2, 0)
  56. MovementLoopAddLocation(NPC, -177.18, -4.06, 273.99, 2, 0)
  57. MovementLoopAddLocation(NPC, -178.63, -4.08, 273.61, 2, 0)
  58. MovementLoopAddLocation(NPC, -180.12, -3.97, 272.09, 2, 0)
  59. MovementLoopAddLocation(NPC, -181.75, -3.88, 269.79, 2, 0)
  60. MovementLoopAddLocation(NPC, -187.78, -3.99, 257.42, 2, 0)
  61. MovementLoopAddLocation(NPC, -190.54, -3.98, 254.68, 2, 0)
  62. MovementLoopAddLocation(NPC, -192.84, -3.98, 253.19, 2, 0)
  63. MovementLoopAddLocation(NPC, -198.17, -4.06, 251.76, 2, 0)
  64. MovementLoopAddLocation(NPC, -202.44, -3.96, 251.75, 2, 0)
  65. MovementLoopAddLocation(NPC, -203.63, -3.87, 250.3, 2, 0)
  66. MovementLoopAddLocation(NPC, -204.57, -3.86, 248.21, 2, 0)
  67. MovementLoopAddLocation(NPC, -203.26, -3.91, 244.59, 2, 0)
  68. MovementLoopAddLocation(NPC, -202.42, -3.91, 243.36, 2, 0)
  69. MovementLoopAddLocation(NPC, -201.63, -3.96, 241.22, 2, 0)
  70. MovementLoopAddLocation(NPC, -199.89, -3.9, 239.27, 2, 0)
  71. MovementLoopAddLocation(NPC, -197.11, -3.95, 238.54, 2, 0)
  72. MovementLoopAddLocation(NPC, -193.77, -3.93, 239.14, 2, 0)
  73. MovementLoopAddLocation(NPC, -191, -3.89, 240.26, 2, 0)
  74. MovementLoopAddLocation(NPC, -188.23, -3.96, 240.15, 2, 0)
  75. MovementLoopAddLocation(NPC, -184.99, -4.1, 240.88, 2, 0)
  76. MovementLoopAddLocation(NPC, -183.59, -4.39, 242.97, 2, 0)
  77. MovementLoopAddLocation(NPC, -182.28, -4.92, 244.93, 2, 0)
  78. MovementLoopAddLocation(NPC, -180.7, -5.31, 246.06, 2, 0)
  79. MovementLoopAddLocation(NPC, -180.2, -5.34, 246.76, 2, 0)
  80. MovementLoopAddLocation(NPC, -178.94, -5.42, 247.04, 2, 0)
  81. MovementLoopAddLocation(NPC, -175.03, -5.36, 252.11, 2, 0)
  82. end