aghostlysapling428367.lua 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aghostlysapling428367.lua
  3. Script Purpose : Waypoint Path for aghostlysapling428367.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:47:52
  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, 157.99, -0.09, -15.28, 2, math.random(14, 30))
  18. MovementLoopAddLocation(NPC, 181.44, 1.17, -24.69, 2, math.random(14, 30))
  19. MovementLoopAddLocation(NPC, 164.56, 1.39, 8.23, 2, math.random(14, 30))
  20. MovementLoopAddLocation(NPC, 162.65, 0.58, -13.12, 2, 0)
  21. MovementLoopAddLocation(NPC, 163.23, 0.69, -26.3, 2, 0)
  22. MovementLoopAddLocation(NPC, 164.94, 0.97, -29.73, 2, math.random(14, 30))
  23. MovementLoopAddLocation(NPC, 168.73, 1.39, -28.61, 2, 0)
  24. MovementLoopAddLocation(NPC, 178.95, 1.15, -31.49, 2, math.random(14, 30))
  25. MovementLoopAddLocation(NPC, 164.69, 0.91, -21.46, 2, 0)
  26. MovementLoopAddLocation(NPC, 154.08, -0.38, -18.14, 2, math.random(14, 30))
  27. MovementLoopAddLocation(NPC, 155.25, 0.51, -3.88, 2, 0)
  28. MovementLoopAddLocation(NPC, 157.62, 1.42, 1.19, 2, 0)
  29. MovementLoopAddLocation(NPC, 176.29, 1.35, 11.8, 2, 0)
  30. MovementLoopAddLocation(NPC, 178.51, 1.34, 14.61, 2, math.random(14, 30))
  31. MovementLoopAddLocation(NPC, 176.8, 1.35, 13.76, 2, 0)
  32. MovementLoopAddLocation(NPC, 175.52, 1.32, 7.05, 2, math.random(14, 30))
  33. MovementLoopAddLocation(NPC, 173.18, 1.37, -17.93, 2, math.random(14, 30))
  34. MovementLoopAddLocation(NPC, 167.18, 1.38, 16.12, 2, math.random(14, 30))
  35. MovementLoopAddLocation(NPC, 164.39, 1.39, 10.96, 2, 0)
  36. MovementLoopAddLocation(NPC, 159.89, 0.15, -10.71, 2, math.random(14, 30))
  37. end