ataintedfalcon1587699.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedfalcon1587699.lua
  3. Script Purpose : Waypoint Path for ataintedfalcon1587699.lua
  4. Script Author : Rylec
  5. Script Date : 06-01-2020 10:09:25
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. SpawnSet(NPC, "level", "3")
  10. waypoints(NPC)
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 222.84, 2.1, -90.79, 2, math.random(10, 24))
  19. MovementLoopAddLocation(NPC, 217.94, 2.07, -64.31, 2, 0)
  20. MovementLoopAddLocation(NPC, 218.71, 2.01, -57.48, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 231.97, 2.14, -62.56, 2, 0)
  22. MovementLoopAddLocation(NPC, 245.19, 2.21, -64.26, 2, 0)
  23. MovementLoopAddLocation(NPC, 257.67, 2.25, -68.15, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 244.96, 0.24, -49.26, 2, 0)
  25. MovementLoopAddLocation(NPC, 241.36, -1.4, -38.94, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 235.45, -1.54, -36.44, 2, 0)
  27. MovementLoopAddLocation(NPC, 229.46, -1.71, -34.51, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 256.95, 2.78, -26.14, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 247.24, 2.7, -32.52, 2, 0)
  30. MovementLoopAddLocation(NPC, 223.91, 2.65, -41.48, 2, 0)
  31. MovementLoopAddLocation(NPC, 220.94, 2.61, -45.17, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 229.32, 2.41, -49.99, 2, 0)
  33. MovementLoopAddLocation(NPC, 239.89, 2.27, -57.86, 2, 0)
  34. MovementLoopAddLocation(NPC, 243.37, 2.08, -62.5, 2, math.random(10, 24))
  35. MovementLoopAddLocation(NPC, 238.67, 2.1, -68.36, 2, 0)
  36. MovementLoopAddLocation(NPC, 231.97, 2.1, -84.09, 2, 0)
  37. end