jaszmine.lua 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. --[[
  2. Script Name : jaszmine.lua
  3. Script Purpose : Waypoint Path for jaszmine.lua
  4. Script Author : Devn00b
  5. Script Date : 04/12/2020 12:18:02 PM
  6. Script Notes : Locations collected from Live
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericEcologyVoiceOvers.lua")
  9. function spawn(NPC)
  10. waypoints(NPC)
  11. SetPlayerProximityFunction(NPC, 7, "InRange", "LeaveRange")
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. GenericRaceCheckHail(NPC, Spawn)
  16. end
  17. function InRange(NPC,Spawn)
  18. GenericRaceCheckCallout(NPC, Spawn)
  19. end
  20. function respawn(NPC)
  21. spawn(NPC)
  22. end
  23. function waypoints(NPC)
  24. MovementLoopAddLocation(NPC, 299.87, -13.79, 118.93, 2, 15)
  25. MovementLoopAddLocation(NPC, 289.48, -12.89, 95.9, 2, 5)
  26. MovementLoopAddLocation(NPC, 282.87, -13.12, 82.6, 2, 0)
  27. MovementLoopAddLocation(NPC, 268.17, -15.63, 66.99, 2, 0)
  28. MovementLoopAddLocation(NPC, 256.02, -18.56, 54.27, 2, 0)
  29. MovementLoopAddLocation(NPC, 254.21, -19.58, 39.57, 2, 0)
  30. MovementLoopAddLocation(NPC, 254.61, -21.25, -14.06, 2, 0)
  31. MovementLoopAddLocation(NPC, 265.01, -21.41, -15.09, 2, 0)
  32. MovementLoopAddLocation(NPC, 271.77, -21.24, -4.51, 2, 0)
  33. MovementLoopAddLocation(NPC, 299.08, -21.24, 4.26, 2, 0)
  34. MovementLoopAddLocation(NPC, 316.3, -20.97, -18.62, 2, 0)
  35. MovementLoopAddLocation(NPC, 318.67, -21.18, -22.28, 2, 0)
  36. MovementLoopAddLocation(NPC, 302.65, -21.29, -44.12, 2, 0)
  37. MovementLoopAddLocation(NPC, 264.46, -20.98, -35.54, 2, 0)
  38. MovementLoopAddLocation(NPC, 261.99, -20.94, -45.33, 2, 0)
  39. MovementLoopAddLocation(NPC, 261.01, -20.98, -51.08, 2, 0)
  40. MovementLoopAddLocation(NPC, 269.13, -18.6, -93.49, 2, 0)
  41. MovementLoopAddLocation(NPC, 293.26, -18.94, -109.13, 2, 0)
  42. MovementLoopAddLocation(NPC, 293.2, -18.98, -122.05, 2, 0)
  43. MovementLoopAddLocation(NPC, 283.85, -18.75, -140.97, 2, 0)
  44. MovementLoopAddLocation(NPC, 292.16, -19.86, -155.63, 2, 0)
  45. MovementLoopAddLocation(NPC, 322.61, -22.43, -188.18, 2, 0)
  46. MovementLoopAddLocation(NPC, 335.18, -18.33, -232.84, 2, 0)
  47. MovementLoopAddLocation(NPC, 378.28, -17.58, -270.92, 2, 0)
  48. MovementLoopAddLocation(NPC, 421.57, -19.89, -268.02, 2, 0)
  49. MovementLoopAddLocation(NPC, 436.44, -20.72, -282.29, 2, 0)
  50. MovementLoopAddLocation(NPC, 451.57, -20.23, -307.34, 2, 0)
  51. MovementLoopAddLocation(NPC, 451.57, -20.23, -307.34, 2, 11,"EcologyEmote")
  52. MovementLoopAddLocation(NPC, 451.57, -20.23, -307.34, 2, 0)
  53. MovementLoopAddLocation(NPC, 436.44, -20.72, -282.29, 2, 0)
  54. MovementLoopAddLocation(NPC, 421.57, -19.89, -268.02, 2, 0)
  55. MovementLoopAddLocation(NPC, 378.28, -17.58, -270.92, 2, 0)
  56. MovementLoopAddLocation(NPC, 335.18, -18.33, -232.84, 2, 0)
  57. MovementLoopAddLocation(NPC, 322.61, -22.43, -188.18, 2, 0)
  58. MovementLoopAddLocation(NPC, 292.16, -19.86, -155.63, 2, 0)
  59. MovementLoopAddLocation(NPC, 283.85, -18.75, -140.97, 2, 0)
  60. MovementLoopAddLocation(NPC, 293.2, -18.98, -122.05, 2, 0)
  61. MovementLoopAddLocation(NPC, 293.26, -18.94, -109.13, 2, 0)
  62. MovementLoopAddLocation(NPC, 269.13, -18.6, -93.49, 2, 0)
  63. MovementLoopAddLocation(NPC, 261.01, -20.98, -51.08, 2, 0)
  64. MovementLoopAddLocation(NPC, 261.99, -20.94, -45.33, 2, 0)
  65. MovementLoopAddLocation(NPC, 264.46, -20.98, -35.54, 2, 0)
  66. MovementLoopAddLocation(NPC, 302.65, -21.29, -44.12, 2, 0)
  67. MovementLoopAddLocation(NPC, 318.67, -21.18, -22.28, 2, 0)
  68. MovementLoopAddLocation(NPC, 316.3, -20.97, -18.62, 2, 0)
  69. MovementLoopAddLocation(NPC, 299.08, -21.24, 4.26, 2, 0)
  70. MovementLoopAddLocation(NPC, 271.77, -21.24, -4.51, 2, 0)
  71. MovementLoopAddLocation(NPC, 265.01, -21.41, -15.09, 2, 0)
  72. MovementLoopAddLocation(NPC, 254.61, -21.25, -14.06, 2, 0)
  73. MovementLoopAddLocation(NPC, 254.21, -19.58, 39.57, 2, 0)
  74. MovementLoopAddLocation(NPC, 256.02, -18.56, 54.27, 2, 0)
  75. MovementLoopAddLocation(NPC, 268.17, -15.63, 66.99, 2, 0)
  76. MovementLoopAddLocation(NPC, 282.87, -13.12, 82.6, 2, 0)
  77. MovementLoopAddLocation(NPC, 289.48, -12.89, 95.9, 2, 0)
  78. MovementLoopAddLocation(NPC, 299.87, -13.79, 118.93, 2, 0)
  79. end