ataintedfalcon428943.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedfalcon428943.lua
  3. Script Purpose : Waypoint Path for ataintedfalcon428943.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:18:36
  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, 175.6, 1.57, 182.76, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 176.15, 1.08, 166.04, 2, 0)
  19. MovementLoopAddLocation(NPC, 179.47, 0.92, 154.04, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 183.95, 0.12, 151.9, 2, 0)
  21. MovementLoopAddLocation(NPC, 192.91, -0.45, 146.1, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 169.41, 0.97, 148.05, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 163.65, 2.02, 162.69, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 175.91, 1.45, 185.34, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 163.63, 1.23, 173.81, 2, 0)
  26. MovementLoopAddLocation(NPC, 159.76, 0.95, 167.39, 2, 0)
  27. MovementLoopAddLocation(NPC, 159.98, 0.84, 164.11, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 160.16, 0.68, 168.58, 2, 0)
  29. MovementLoopAddLocation(NPC, 163.85, 0.31, 174.31, 2, 0)
  30. MovementLoopAddLocation(NPC, 172.95, 0.09, 182.42, 2, 0)
  31. MovementLoopAddLocation(NPC, 181.82, -0.38, 184.71, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 179.62, 1.12, 160.34, 2, math.random(10, 24))
  33. end