aseasidefalcon432925.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aseasidefalcon432925.lua
  3. Script Purpose : Waypoint Path for aseasidefalcon432925.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:17:25
  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, 78.95, -0.49, 204.3, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 77.3, -1.29, 216.97, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 71.7, -1.09, 210.08, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 88.6, -0.51, 208.06, 2, 0)
  21. MovementLoopAddLocation(NPC, 100.01, 0.51, 210.86, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 88.78, -0.99, 183.35, 2, 0)
  23. MovementLoopAddLocation(NPC, 89.13, -1.11, 181.08, 2, 0)
  24. MovementLoopAddLocation(NPC, 90.89, -1.21, 179.66, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 98.3, -1.27, 176.47, 2, 0)
  26. MovementLoopAddLocation(NPC, 107.13, -1.31, 178.2, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 111.81, -0.91, 166.89, 2, 0)
  28. MovementLoopAddLocation(NPC, 115.03, -0.69, 163.57, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 109.39, -1.34, 193.14, 2, 0)
  30. MovementLoopAddLocation(NPC, 107.43, -1.67, 198.27, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 102, -1.4, 175.84, 2, 0)
  32. MovementLoopAddLocation(NPC, 100.09, -1.29, 171.43, 2, math.random(10, 24))
  33. MovementLoopAddLocation(NPC, 87.28, -0.71, 193.5, 2, 0)
  34. end