areindeer1586740.lua 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : SpawnScripts/everfrost_frostfell_new01/areindeer1586740.lua
  3. Script Purpose : Waypoint Path for areindeer1586740.lua
  4. Script Author : Rylec
  5. Script Date : 12-09-2019 08:05:39
  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, 503.26, -27.32, -1393.88, 5, 0)
  18. MovementLoopAddLocation(NPC, 511.95, -32.26, -1386.73, 5, 0)
  19. MovementLoopAddLocation(NPC, 522.5, -32.89, -1381.2, 5, 0)
  20. MovementLoopAddLocation(NPC, 530.27, -35.91, -1353.76, 5, 0)
  21. MovementLoopAddLocation(NPC, 528.14, -34.89, -1336.62, 5, 0)
  22. MovementLoopAddLocation(NPC, 522.82, -35.07, -1317.14, 5, 0)
  23. MovementLoopAddLocation(NPC, 511.84, -33.92, -1311.66, 5, 0)
  24. MovementLoopAddLocation(NPC, 500.15, -32.2, -1295.71, 5, 0)
  25. MovementLoopAddLocation(NPC, 495.41, -31.73, -1292.74, 5, 0)
  26. MovementLoopAddLocation(NPC, 457.88, -28.89, -1293.67, 5, 0)
  27. MovementLoopAddLocation(NPC, 427.85, -32.09, -1306.09, 5, 0)
  28. MovementLoopAddLocation(NPC, 415.32, -32.52, -1302.29, 5, 0)
  29. MovementLoopAddLocation(NPC, 396.87, -35.23, -1301.47, 5, 0)
  30. MovementLoopAddLocation(NPC, 383.72, -33.1, -1295.66, 5, 0)
  31. MovementLoopAddLocation(NPC, 376.68, -32.01, -1286.95, 5, 0)
  32. MovementLoopAddLocation(NPC, 378.49, -32.66, -1282.59, 5, 0)
  33. MovementLoopAddLocation(NPC, 379.19, -32.81, -1278.9, 5, 0)
  34. MovementLoopAddLocation(NPC, 367.62, -29.59, -1271.15, 5, 0)
  35. MovementLoopAddLocation(NPC, 368.63, -26.42, -1254.43, 5, 0)
  36. MovementLoopAddLocation(NPC, 368.43, -27.97, -1247.05, 5, 0)
  37. MovementLoopAddLocation(NPC, 379.34, -27.51, -1238.37, 5, 0)
  38. MovementLoopAddLocation(NPC, 384.05, -33.18, -1234.92, 5, 0)
  39. MovementLoopAddLocation(NPC, 393.06, -30.41, -1225.9, 5, 0)
  40. MovementLoopAddLocation(NPC, 410.49, -31.04, -1232.61, 5, 0)
  41. MovementLoopAddLocation(NPC, 429.4, -31.19, -1247.94, 5, 0)
  42. MovementLoopAddLocation(NPC, 433.61, -32.29, -1262.5, 5, 0)
  43. MovementLoopAddLocation(NPC, 434.48, -34.02, -1281.59, 5, 0)
  44. MovementLoopAddLocation(NPC, 440.37, -35.51, -1301.22, 5, 0)
  45. MovementLoopAddLocation(NPC, 448.52, -34.99, -1318.72, 5, 0)
  46. MovementLoopAddLocation(NPC, 452.21, -34.04, -1334.6, 5, 0)
  47. MovementLoopAddLocation(NPC, 453.21, -31.44, -1353.35, 5, 0)
  48. MovementLoopAddLocation(NPC, 461.65, -30.21, -1378.51, 5, 0)
  49. MovementLoopAddLocation(NPC, 479.44, -27.53, -1390.54, 5, 0)
  50. end