kelin.lua 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. --[[
  2. Script Name : kelin.lua
  3. Script Purpose : Waypoint Path for kelin.lua
  4. Script Author : Devn00b
  5. Script Date : 04/10/2020 04:25:35 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. PlayFlavor(NPC, "voiceover/english/highelf_eco_race_good/ft/eco/good/highelf_eco_race_good_hail_gf_910f06b6.mp3", "Tunare blesses those who remain faithful and trust in her return.", "", 2463890902, 2461742088, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end
  18. function waypoints(NPC)
  19. MovementLoopAddLocation(NPC, 471.49, -11.52, 134.86, 2, 30)
  20. MovementLoopAddLocation(NPC, 492.73, -11.49, 142.63, 2, 0)
  21. MovementLoopAddLocation(NPC, 504.77, -11.33, 145.99, 2, 0)
  22. MovementLoopAddLocation(NPC, 541.76, -10.51, 150.92, 2, 0)
  23. MovementLoopAddLocation(NPC, 586.69, -10.45, 147.52, 2, 0)
  24. MovementLoopAddLocation(NPC, 617.7, -12.23, 145.18, 2, 0)
  25. MovementLoopAddLocation(NPC, 620.47, -16.55, 199.88, 2, 0)
  26. MovementLoopAddLocation(NPC, 681.38, -19.48, 184.04, 2, 0)
  27. MovementLoopAddLocation(NPC, 686.95, -19.55, 218.23, 2, 0)
  28. MovementLoopAddLocation(NPC, 633.6, -19.01, 232.23, 2, 0)
  29. MovementLoopAddLocation(NPC, 606.54, -18.21, 238.08, 2, 0)
  30. MovementLoopAddLocation(NPC, 568.86, -17.84, 244.62, 2, 0)
  31. MovementLoopAddLocation(NPC, 553.3, -17.73, 245.85, 2, 0)
  32. MovementLoopAddLocation(NPC, 507.03, -19.41, 244.95, 2, 0)
  33. MovementLoopAddLocation(NPC, 457.02, -22.22, 237.59, 2, 0)
  34. MovementLoopAddLocation(NPC, 467.51, -21.44, 207.57, 2, 0)
  35. MovementLoopAddLocation(NPC, 494.69, -11.72, 143.66, 2, 0)
  36. MovementLoopAddLocation(NPC, 530.06, -10.49, 150.63, 2, 0)
  37. MovementLoopAddLocation(NPC, 546.43, -10.22, 149.21, 2, 0)
  38. MovementLoopAddLocation(NPC, 546.74, -9.62, 141.81, 2, 0)
  39. MovementLoopAddLocation(NPC, 546.83, -9.56, 136.11, 2, 0)
  40. MovementLoopAddLocation(NPC, 558.08, -9.56, 134.2, 2, 0)
  41. MovementLoopAddLocation(NPC, 558.28, -9.56, 135.06, 2, 0)
  42. MovementLoopAddLocation(NPC, 558.55, -9.56, 136.18, 2, 0)
  43. MovementLoopAddLocation(NPC, 558.06, -9.56, 136.94, 2, 30)
  44. MovementLoopAddLocation(NPC, 558.55, -9.56, 136.18, 2, 0)
  45. MovementLoopAddLocation(NPC, 558.28, -9.56, 135.06, 2, 0)
  46. MovementLoopAddLocation(NPC, 558.08, -9.56, 134.2, 2, 0)
  47. MovementLoopAddLocation(NPC, 546.83, -9.56, 136.11, 2, 0)
  48. MovementLoopAddLocation(NPC, 546.74, -9.62, 141.81, 2, 0)
  49. MovementLoopAddLocation(NPC, 546.43, -10.22, 149.21, 2, 0)
  50. MovementLoopAddLocation(NPC, 530.06, -10.49, 150.63, 2, 0)
  51. MovementLoopAddLocation(NPC, 494.69, -11.72, 143.66, 2, 0)
  52. MovementLoopAddLocation(NPC, 467.51, -21.44, 207.57, 2, 0)
  53. MovementLoopAddLocation(NPC, 457.02, -22.22, 237.59, 2, 0)
  54. MovementLoopAddLocation(NPC, 507.03, -19.41, 244.95, 2, 0)
  55. MovementLoopAddLocation(NPC, 553.3, -17.73, 245.85, 2, 0)
  56. MovementLoopAddLocation(NPC, 568.86, -17.84, 244.62, 2, 0)
  57. MovementLoopAddLocation(NPC, 606.54, -18.21, 238.08, 2, 0)
  58. MovementLoopAddLocation(NPC, 633.6, -19.01, 232.23, 2, 0)
  59. MovementLoopAddLocation(NPC, 686.95, -19.55, 218.23, 2, 0)
  60. MovementLoopAddLocation(NPC, 681.38, -19.48, 184.04, 2, 0)
  61. MovementLoopAddLocation(NPC, 620.47, -16.55, 199.88, 2, 0)
  62. MovementLoopAddLocation(NPC, 617.7, -12.23, 145.18, 2, 0)
  63. MovementLoopAddLocation(NPC, 586.69, -10.45, 147.52, 2, 0)
  64. MovementLoopAddLocation(NPC, 541.76, -10.51, 150.92, 2, 0)
  65. MovementLoopAddLocation(NPC, 504.77, -11.33, 145.99, 2, 0)
  66. MovementLoopAddLocation(NPC, 492.73, -11.49, 142.63, 2, 0)
  67. MovementLoopAddLocation(NPC, 471.49, -11.52, 134.86, 2, 0)
  68. end