aseasidefalcon432802.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aseasidefalcon432802.lua
  3. Script Purpose : Waypoint Path for aseasidefalcon432802.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:17:41
  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, 108.74, -1.7, 189.9, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 111.1, -1.51, 177.58, 2, 0)
  19. MovementLoopAddLocation(NPC, 110.29, -1.25, 165.9, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 110.98, -1.21, 178.54, 2, 0)
  21. MovementLoopAddLocation(NPC, 108.15, -1.07, 190.26, 2, 0)
  22. MovementLoopAddLocation(NPC, 108.86, -1.03, 191.71, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 107.14, -0.76, 193.09, 2, 0)
  24. MovementLoopAddLocation(NPC, 102.41, -0.37, 195.51, 2, 0)
  25. MovementLoopAddLocation(NPC, 96.34, -0.37, 197.7, 2, 0)
  26. MovementLoopAddLocation(NPC, 83.35, -0.37, 211.91, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 81.98, -0.53, 193.4, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 78.43, 0.25, 200.65, 2, 0)
  29. MovementLoopAddLocation(NPC, 77.25, 0.69, 217.33, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 86.29, -0.89, 207.47, 2, 0)
  31. MovementLoopAddLocation(NPC, 90.22, -1.2, 206.2, 2, 4)
  32. MovementLoopAddLocation(NPC, 101.46, -1.46, 177.18, 2, 0)
  33. MovementLoopAddLocation(NPC, 110.23, -1.73, 171.1, 2, math.random(10, 24))
  34. MovementLoopAddLocation(NPC, 102.15, -1.42, 182.82, 2, 0)
  35. MovementLoopAddLocation(NPC, 93.95, -0.91, 185.83, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 90.88, -0.68, 206.65, 2, math.random(10, 24))
  37. end