aseasidefalcon432942.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aseasidefalcon432942.lua
  3. Script Purpose : Waypoint Path for aseasidefalcon432942.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:17:33
  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, 96.67, -0.61, 175.21, 2, math.random(10, 24))
  18. --[[ MovementLoopAddLocation(NPC, 100.56, -0.7, 179.02, 2, 0)
  19. MovementLoopAddLocation(NPC, 101.03, -0.75, 192.48, 2, 0)
  20. MovementLoopAddLocation(NPC, 101.17, -0.79, 209.26, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 104.19, -1.24, 171.62, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 105.67, -1.02, 165.66, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 99.76, -0.76, 182.11, 2, 0)
  24. MovementLoopAddLocation(NPC, 93.66, -0.44, 190.06, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 101.22, -0.58, 197.05, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 92.62, -0.81, 209.36, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 93.89, -0.67, 200.21, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 96.11, -0.81, 179.21, 2, 0)
  29. MovementLoopAddLocation(NPC, 99.03, -0.92, 174.22, 2, 0)
  30. --]] MovementLoopAddLocation(NPC, 104.4, -1.04, 167.31, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 84.8, 0.65, 198.88, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 96.46, -0.42, 177.01, 2, 0)
  33. end