aseasidefalcon1587694.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aseasidefalcon1587694.lua
  3. Script Purpose : Waypoint Path for aseasidefalcon1587694.lua
  4. Script Author : Rylec
  5. Script Date : 06-01-2020 10:08:40
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "level", "3")
  10. waypoints(NPC)
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 251.99, 1.6, 29.66, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 257.47, 1.62, 47.36, 2, 0)
  20. MovementLoopAddLocation(NPC, 256.26, 1.65, 52.34, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 258.22, -0.4, 65.35, 2, 0)
  22. MovementLoopAddLocation(NPC, 254.15, -2.12, 85.11, 2, 0)
  23. MovementLoopAddLocation(NPC, 255.91, -3.08, 92.2, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 240.22, -2.04, 68.01, 2, 0)
  25. MovementLoopAddLocation(NPC, 238.75, -1.51, 61.33, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 238.93, -1.77, 70.93, 2, 0)
  27. MovementLoopAddLocation(NPC, 237.3, -1.95, 81.86, 2, 0)
  28. MovementLoopAddLocation(NPC, 239.16, -2.19, 91.05, 2, 0)
  29. MovementLoopAddLocation(NPC, 242.77, -2.22, 95.64, 2, 0)
  30. MovementLoopAddLocation(NPC, 251.43, -2.37, 98.24, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 254.59, -1.66, 93.65, 2, 0)
  32. MovementLoopAddLocation(NPC, 256.24, 0.82, 87.3, 2, 0)
  33. MovementLoopAddLocation(NPC, 256.62, 1.73, 78.12, 2, 0)
  34. MovementLoopAddLocation(NPC, 259.62, 2.37, 61.27, 2, math.random(10, 24))
  35. MovementLoopAddLocation(NPC, 237.9, 2.16, 58.72, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 253.94, 1.55, 64.51, 2, math.random(10, 24))
  37. MovementLoopAddLocation(NPC, 252.7, 1.63, 54.97, 2, math.random(10, 24))
  38. MovementLoopAddLocation(NPC, 241.95, -2.55, 88.37, 2, math.random(10, 24))
  39. MovementLoopAddLocation(NPC, 241.6, 2.21, 62.24, 2, math.random(10, 24))
  40. MovementLoopAddLocation(NPC, 248.31, 1.92, 58.71, 2, 0)
  41. MovementLoopAddLocation(NPC, 255.9, 1.58, 49.23, 2, math.random(10, 24))
  42. end