aghostlytreant428325.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aghostlytreant428325.lua
  3. Script Purpose : Waypoint Path for aghostlytreant428325.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:48:09
  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, 147.97, 1.31, -79.64, 1.5, math.random(14, 30))
  18. MovementLoopAddLocation(NPC, 128.25, 1.55, -78.57, 1.5, 0)
  19. MovementLoopAddLocation(NPC, 122.83, 1.57, -76.64, 1.5, 0)
  20. MovementLoopAddLocation(NPC, 119.51, 1.58, -77.67, 1.5, 0)
  21. MovementLoopAddLocation(NPC, 117.1, 1.59, -80.08, 1.5, math.random(14, 30))
  22. MovementLoopAddLocation(NPC, 129.18, 1.34, -88.16, 1.5, math.random(14, 30))
  23. MovementLoopAddLocation(NPC, 129.64, 1.54, -71.3, 1.5, math.random(14, 30))
  24. MovementLoopAddLocation(NPC, 131.13, 1.54, -74.15, 1.5, 0)
  25. MovementLoopAddLocation(NPC, 133.67, 1.53, -76.23, 1.5, 0)
  26. MovementLoopAddLocation(NPC, 137.86, 1.31, -76.57, 1.5, math.random(14, 30))
  27. MovementLoopAddLocation(NPC, 150.67, 0.57, -77.85, 1.5, math.random(14, 30))
  28. MovementLoopAddLocation(NPC, 130.76, 1.49, -83.69, 1.5, math.random(14, 30))
  29. MovementLoopAddLocation(NPC, 130.93, 1.54, -73.86, 1.5, 0)
  30. MovementLoopAddLocation(NPC, 140.95, 1.49, -55.26, 1.5, 0)
  31. MovementLoopAddLocation(NPC, 142.66, 1.4, -49.49, 1.5, math.random(14, 30))
  32. MovementLoopAddLocation(NPC, 158.17, 1.33, -56.53, 1.5, 0)
  33. MovementLoopAddLocation(NPC, 161.95, 1.39, -59.06, 1.5, 0)
  34. MovementLoopAddLocation(NPC, 171.01, 0.38, -60.97, 1.5, math.random(14, 30))
  35. MovementLoopAddLocation(NPC, 170.07, 0.3, -63.83, 1.5, 0)
  36. MovementLoopAddLocation(NPC, 164.86, 0.32, -69.61, 1.5, 0)
  37. MovementLoopAddLocation(NPC, 155.72, 0.36, -83.07, 1.5, math.random(14, 30))
  38. end