aghostlytreant428287.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aghostlytreant428287.lua
  3. Script Purpose : Waypoint Path for aghostlytreant428287.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:48:01
  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, 150.3, 1.36, -50.8, 1.5, math.random(14, 30))
  18. MovementLoopAddLocation(NPC, 155.3, 1.23, -53.81, 1.5, math.random(14, 30))
  19. MovementLoopAddLocation(NPC, 141.17, 1.3, -68.35, 1.5, math.random(14, 30))
  20. MovementLoopAddLocation(NPC, 132.46, 1.33, -86.76, 1.5, math.random(14, 30))
  21. MovementLoopAddLocation(NPC, 137.86, 1.51, -59.5, 1.5, math.random(14, 30))
  22. MovementLoopAddLocation(NPC, 145.62, 0.94, -86.96, 1.5, math.random(14, 30))
  23. MovementLoopAddLocation(NPC, 150.08, 0.73, -80.4, 1.5, 0)
  24. MovementLoopAddLocation(NPC, 151.87, 0.51, -76.01, 1.5, 0)
  25. MovementLoopAddLocation(NPC, 151.96, 1.39, -69.46, 1.5, math.random(14, 30))
  26. MovementLoopAddLocation(NPC, 160.11, 1.32, -61.16, 1.5, 0)
  27. MovementLoopAddLocation(NPC, 165.83, 1.33, -58.16, 1.5, math.random(14, 30))
  28. MovementLoopAddLocation(NPC, 165, 0.58, -62.31, 1.5, 0)
  29. MovementLoopAddLocation(NPC, 162.54, 0.34, -66.4, 1.5, 0)
  30. MovementLoopAddLocation(NPC, 162.99, 0.33, -69.41, 1.5, 0)
  31. MovementLoopAddLocation(NPC, 162.42, 0.33, -74.81, 1.5, math.random(14, 30))
  32. MovementLoopAddLocation(NPC, 167.22, 0.31, -72.46, 1.5, 0)
  33. MovementLoopAddLocation(NPC, 171.03, 0.3, -63.36, 1.5, 0)
  34. MovementLoopAddLocation(NPC, 174.51, 0.9, -59.56, 1.5, math.random(14, 30))
  35. MovementLoopAddLocation(NPC, 164.7, 0.32, -69.69, 1.5, 0)
  36. MovementLoopAddLocation(NPC, 161.48, 0.33, -74.14, 1.5, 0)
  37. MovementLoopAddLocation(NPC, 149.15, 0.99, -79.15, 1.5, 0)
  38. MovementLoopAddLocation(NPC, 141.46, 1.46, -77.84, 1.5, math.random(14, 30))
  39. end