areindeer1586785.lua 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. --[[
  2. Script Name : SpawnScripts/everfrost_frostfell_new01/areindeer1586785.lua
  3. Script Purpose : Waypoint Path for areindeer1586785.lua
  4. Script Author : Rylec
  5. Script Date : 12-09-2019 08:05:34
  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, 103.54, -17.75, -1551.15, 5, 0)
  18. MovementLoopAddLocation(NPC, 107.23, -16.92, -1556.82, 5, 0)
  19. MovementLoopAddLocation(NPC, 117.86, -17.17, -1557.9, 5, 0)
  20. MovementLoopAddLocation(NPC, 126.7, -14.76, -1569.6, 5, 0)
  21. MovementLoopAddLocation(NPC, 126.13, -11.47, -1585.1, 5, 0)
  22. MovementLoopAddLocation(NPC, 114.37, -7.73, -1602.73, 5, 0)
  23. MovementLoopAddLocation(NPC, 96.98, -8.6, -1615.28, 5, 0)
  24. MovementLoopAddLocation(NPC, 91.5, -10.56, -1617.33, 5, 0)
  25. MovementLoopAddLocation(NPC, 78.81, -17.21, -1618.07, 5, 0)
  26. MovementLoopAddLocation(NPC, 55.58, -25.06, -1610.17, 5, 0)
  27. MovementLoopAddLocation(NPC, 48.87, -29.44, -1599.92, 5, 0)
  28. MovementLoopAddLocation(NPC, 40.17, -30.58, -1597.66, 5, 0)
  29. MovementLoopAddLocation(NPC, 33.49, -33.41, -1580.14, 5, 0)
  30. MovementLoopAddLocation(NPC, 30.59, -35.86, -1574.46, 5, 0)
  31. MovementLoopAddLocation(NPC, 26.34, -34.89, -1546.65, 5, 0)
  32. MovementLoopAddLocation(NPC, 31.98, -33.8, -1533.93, 5, 0)
  33. MovementLoopAddLocation(NPC, 33.47, -32.38, -1513.66, 5, 0)
  34. MovementLoopAddLocation(NPC, 29.62, -28.67, -1499.85, 5, 0)
  35. MovementLoopAddLocation(NPC, 22.09, -24.19, -1485.08, 5, 0)
  36. MovementLoopAddLocation(NPC, 19.17, -20.67, -1475.13, 5, 0)
  37. MovementLoopAddLocation(NPC, 12.78, -19.09, -1459.46, 5, 0)
  38. MovementLoopAddLocation(NPC, 9.97, -22.49, -1440.21, 5, 0)
  39. MovementLoopAddLocation(NPC, 9.91, -25.2, -1424.72, 5, 0)
  40. MovementLoopAddLocation(NPC, 13.17, -26.68, -1405.9, 5, 0)
  41. MovementLoopAddLocation(NPC, 27.72, -32.76, -1379.1, 5, 0)
  42. MovementLoopAddLocation(NPC, 51.12, -34.82, -1373.34, 5, 0)
  43. MovementLoopAddLocation(NPC, 60, -32.87, -1380.24, 5, 0)
  44. MovementLoopAddLocation(NPC, 76.19, -29.89, -1379.89, 5, 0)
  45. MovementLoopAddLocation(NPC, 91.65, -25.2, -1394.76, 5, 0)
  46. MovementLoopAddLocation(NPC, 95.66, -24.65, -1407.9, 5, 0)
  47. MovementLoopAddLocation(NPC, 97.81, -20.62, -1414.69, 5, 0)
  48. MovementLoopAddLocation(NPC, 95.33, -16.32, -1427.96, 5, 0)
  49. MovementLoopAddLocation(NPC, 101.43, -12.66, -1445.68, 5, 0)
  50. MovementLoopAddLocation(NPC, 112.66, -10.75, -1453.22, 5, 0)
  51. MovementLoopAddLocation(NPC, 126.8, -6.07, -1457.08, 5, 0)
  52. MovementLoopAddLocation(NPC, 144.29, -7.28, -1454.33, 5, 0)
  53. MovementLoopAddLocation(NPC, 157.99, -8.72, -1454.95, 5, 0)
  54. MovementLoopAddLocation(NPC, 168.65, -10.3, -1461.98, 5, 0)
  55. MovementLoopAddLocation(NPC, 173.83, -14.35, -1473.55, 5, 0)
  56. MovementLoopAddLocation(NPC, 170.24, -17.54, -1483.88, 5, 0)
  57. MovementLoopAddLocation(NPC, 160.41, -17.14, -1490.08, 5, 0)
  58. MovementLoopAddLocation(NPC, 157.71, -16.41, -1494.95, 5, 0)
  59. MovementLoopAddLocation(NPC, 131.36, -12.62, -1503.89, 5, 0)
  60. MovementLoopAddLocation(NPC, 111.22, -10.5, -1506.63, 5, 0)
  61. MovementLoopAddLocation(NPC, 99.66, -12.24, -1515.95, 5, 0)
  62. MovementLoopAddLocation(NPC, 92.84, -14.8, -1527.05, 5, 0)
  63. MovementLoopAddLocation(NPC, 93.13, -17.24, -1543.36, 5, 0)
  64. end