aghostlytreant428288.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aghostlytreant428288.lua
  3. Script Purpose : Waypoint Path for aghostlytreant428288.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:48:27
  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, 92.46, 1.85, -99.14, 1.5, math.random(14, 30))
  18. MovementLoopAddLocation(NPC, 93.15, 2.1, -96.84, 1.5, 0)
  19. MovementLoopAddLocation(NPC, 95.07, 2.03, -95.61, 1.5, 0)
  20. MovementLoopAddLocation(NPC, 104.23, 1.57, -94.19, 1.5, 0)
  21. MovementLoopAddLocation(NPC, 127.96, 1.55, -82.74, 1.5, math.random(14, 30))
  22. MovementLoopAddLocation(NPC, 97.94, 1.66, -96.81, 1.5, math.random(14, 30))
  23. MovementLoopAddLocation(NPC, 124.93, 1.36, -90.99, 1.5, math.random(14, 30))
  24. MovementLoopAddLocation(NPC, 130.96, 1.41, -84.29, 1.5, math.random(14, 30))
  25. MovementLoopAddLocation(NPC, 123.58, 1.56, -76.57, 1.5, math.random(14, 30))
  26. MovementLoopAddLocation(NPC, 120.23, 1.58, -79.45, 1.5, 0)
  27. MovementLoopAddLocation(NPC, 121.95, 1.57, -84.8, 1.5, math.random(14, 30))
  28. MovementLoopAddLocation(NPC, 131.32, 1.34, -90.82, 1.5, math.random(14, 30))
  29. MovementLoopAddLocation(NPC, 134.04, 1.33, -89.14, 1.5, math.random(14, 30))
  30. MovementLoopAddLocation(NPC, 112.17, 1.41, -93.81, 1.5, math.random(14, 30))
  31. MovementLoopAddLocation(NPC, 113.92, 1.4, -91.41, 1.5, math.random(14, 30))
  32. MovementLoopAddLocation(NPC, 105.23, 1.63, -92.48, 1.5, 0)
  33. MovementLoopAddLocation(NPC, 95.81, 1.51, -99.42, 1.5, 0)
  34. end