ataintedfalcon428937.lua 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedfalcon428937.lua
  3. Script Purpose : Waypoint Path for ataintedfalcon428937.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:18:22
  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.26, -0.44, 145.84, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 135.22, 0.79, 159.25, 2, 0)
  19. MovementLoopAddLocation(NPC, 132.54, 1.17, 164.58, 2, 0)
  20. MovementLoopAddLocation(NPC, 132.16, 1.27, 166.74, 2, math.random(10, 24))
  21. MovementLoopAddLocation(NPC, 146.63, 2.56, 187.5, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 145.38, 1.04, 169.78, 2, 0)
  23. MovementLoopAddLocation(NPC, 151.36, -0.35, 143.07, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 178.06, 0.76, 150.17, 2, math.random(10, 24))
  25. MovementLoopAddLocation(NPC, 166.36, -0.44, 166.07, 2, 0)
  26. MovementLoopAddLocation(NPC, 163.54, -0.97, 168.29, 2, math.random(10, 24))
  27. MovementLoopAddLocation(NPC, 173.98, -0.37, 162.34, 2, math.random(10, 24))
  28. MovementLoopAddLocation(NPC, 176.01, -0.98, 170.23, 2, 0)
  29. MovementLoopAddLocation(NPC, 177.67, -1.18, 174.78, 2, math.random(10, 24))
  30. MovementLoopAddLocation(NPC, 176.13, -1.09, 175.67, 2, 0)
  31. MovementLoopAddLocation(NPC, 141.31, 2.21, 187.17, 2, math.random(10, 24))
  32. MovementLoopAddLocation(NPC, 141.94, -0.37, 148.4, 2, 0)
  33. MovementLoopAddLocation(NPC, 144.3, -0.59, 145.74, 2, math.random(10, 24))
  34. MovementLoopAddLocation(NPC, 160.33, -0.65, 143.75, 2, 0)
  35. MovementLoopAddLocation(NPC, 165.77, -0.72, 141.54, 2, math.random(10, 24))
  36. MovementLoopAddLocation(NPC, 159.83, -0.61, 143.99, 2, 0)
  37. MovementLoopAddLocation(NPC, 151.94, -0.54, 145.66, 2, 0)
  38. end