areindeer1586739.lua 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : SpawnScripts/everfrost_frostfell_new01/areindeer1586739.lua
  3. Script Purpose : Waypoint Path for areindeer1586739.lua
  4. Script Author : Rylec
  5. Script Date : 12-09-2019 08:05:36
  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, 219.69, -37.84, -1307.58, 5, 0)
  18. MovementLoopAddLocation(NPC, 212.73, -38.06, -1302.14, 5, 0)
  19. MovementLoopAddLocation(NPC, 203.47, -36.56, -1299.27, 5, 0)
  20. MovementLoopAddLocation(NPC, 193.24, -34.88, -1284.97, 5, 0)
  21. MovementLoopAddLocation(NPC, 189.83, -33.04, -1272.59, 5, 0)
  22. MovementLoopAddLocation(NPC, 190.64, -29.38, -1257.42, 5, 0)
  23. MovementLoopAddLocation(NPC, 195.54, -22.95, -1240.6, 5, 0)
  24. MovementLoopAddLocation(NPC, 213.36, -21.21, -1223.51, 5, 0)
  25. MovementLoopAddLocation(NPC, 233.93, -28.62, -1222.01, 5, 0)
  26. MovementLoopAddLocation(NPC, 251.73, -30.47, -1221.8, 5, 0)
  27. MovementLoopAddLocation(NPC, 270.38, -29.55, -1226.4, 5, 0)
  28. MovementLoopAddLocation(NPC, 291.41, -27.64, -1233.51, 5, 0)
  29. MovementLoopAddLocation(NPC, 298.63, -23.05, -1244.96, 5, 0)
  30. MovementLoopAddLocation(NPC, 301.5, -22.26, -1248.72, 5, 0)
  31. MovementLoopAddLocation(NPC, 303.66, -25.5, -1263.36, 5, 0)
  32. MovementLoopAddLocation(NPC, 312.81, -27.67, -1270.16, 5, 0)
  33. MovementLoopAddLocation(NPC, 313.8, -31.19, -1286.71, 5, 0)
  34. MovementLoopAddLocation(NPC, 322.41, -31.74, -1298.97, 5, 0)
  35. MovementLoopAddLocation(NPC, 340.46, -34.3, -1306.38, 5, 0)
  36. MovementLoopAddLocation(NPC, 353.98, -37.74, -1298.13, 5, 0)
  37. MovementLoopAddLocation(NPC, 354.67, -37.53, -1283.67, 5, 0)
  38. MovementLoopAddLocation(NPC, 350.97, -37.3, -1278.75, 5, 0)
  39. MovementLoopAddLocation(NPC, 342.92, -35.73, -1273.42, 5, 0)
  40. MovementLoopAddLocation(NPC, 335.05, -34.59, -1259.73, 5, 0)
  41. MovementLoopAddLocation(NPC, 319.21, -35.49, -1244.94, 5, 0)
  42. MovementLoopAddLocation(NPC, 306.89, -34.5, -1240.73, 5, 0)
  43. MovementLoopAddLocation(NPC, 296.38, -30.47, -1239.9, 5, 0)
  44. MovementLoopAddLocation(NPC, 290.09, -29.47, -1244.74, 5, 0)
  45. MovementLoopAddLocation(NPC, 274.71, -29.1, -1251.73, 5, 0)
  46. MovementLoopAddLocation(NPC, 265.1, -33.9, -1262.74, 5, 0)
  47. MovementLoopAddLocation(NPC, 261.78, -34.59, -1273.1, 5, 0)
  48. MovementLoopAddLocation(NPC, 261.66, -32.87, -1288.35, 5, 0)
  49. MovementLoopAddLocation(NPC, 252.79, -30.93, -1301.72, 5, 0)
  50. MovementLoopAddLocation(NPC, 237.5, -33.29, -1308.25, 5, 0)
  51. end