ataintedfalcon428959.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedfalcon428959.lua
  3. Script Purpose : Waypoint Path for ataintedfalcon428959.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:19:11
  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, 136.43, -0.68, 170.51, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 168.2, 1.01, 153.94, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 167.8, 0.78, 149.89, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 152.92, 0.78, 147.44, 2, 0)
  21. MovementLoopAddLocation(NPC, 144.33, 0.78, 141.6, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 152.17, 0.75, 144.02, 2, 0)
  23. MovementLoopAddLocation(NPC, 166.1, 0.97, 146, 2, 0)
  24. MovementLoopAddLocation(NPC, 179.84, 1.14, 150.17, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 157.77, -0.37, 137.58, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 152.03, 0.98, 144.11, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 160.51, -0.75, 152.51, 2, 0)
  28. MovementLoopAddLocation(NPC, 172.01, -0.42, 160.42, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 157.93, -1.17, 180.7, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 156.08, -0.81, 172.11, 2, 0)
  31. MovementLoopAddLocation(NPC, 154.08, -0.42, 166.36, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 145.64, -0.5, 167.33, 2, 0)
  33. end