aghostlysapling428401.lua 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aghostlysapling428401.lua
  3. Script Purpose : Waypoint Path for aghostlysapling428401.lua
  4. Script Author : Rylec
  5. Script Date : 05-02-2020 05:47:34
  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, 143.6, 0.44, -2.77, 2, math.random(14, 30))
  18. MovementLoopAddLocation(NPC, 151.38, 0.18, 0.39, 2, 0)
  19. MovementLoopAddLocation(NPC, 155.9, 1.42, 0.91, 2, 0)
  20. MovementLoopAddLocation(NPC, 175.25, 1.29, 13.25, 2, 0)
  21. MovementLoopAddLocation(NPC, 177.89, 1.34, 13.92, 2, math.random(14, 30))
  22. MovementLoopAddLocation(NPC, 177.93, 1.34, 12.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 181.21, 1.33, 9.84, 2, 0)
  24. MovementLoopAddLocation(NPC, 187.42, 1.31, 7.17, 2, math.random(14, 30))
  25. MovementLoopAddLocation(NPC, 188.84, 1.31, -0.68, 2, 0)
  26. MovementLoopAddLocation(NPC, 190.39, 1.63, -19.35, 2, 0)
  27. MovementLoopAddLocation(NPC, 188.99, 1.31, -23.42, 2, math.random(14, 30))
  28. MovementLoopAddLocation(NPC, 184.54, 1.33, -23.15, 2, math.random(14, 30))
  29. MovementLoopAddLocation(NPC, 170.75, 1.38, -24.62, 2, 0)
  30. MovementLoopAddLocation(NPC, 164.48, 0.88, -23.58, 2, 0)
  31. MovementLoopAddLocation(NPC, 152.07, -0.37, -23, 2, 0)
  32. MovementLoopAddLocation(NPC, 148.49, 0.11, -23.84, 2, 0)
  33. MovementLoopAddLocation(NPC, 145.91, 0.65, -26.55, 2, math.random(14, 30))
  34. MovementLoopAddLocation(NPC, 153.51, 0.18, -30.93, 2, 0)
  35. MovementLoopAddLocation(NPC, 155.25, 0.17, -33.44, 2, math.random(14, 30))
  36. MovementLoopAddLocation(NPC, 153.26, -0.37, -22.54, 2, 0)
  37. MovementLoopAddLocation(NPC, 145.06, 0.57, -5.99, 2, 0)
  38. MovementLoopAddLocation(NPC, 145.88, 0.2, -1.18, 2, math.random(14, 30))
  39. MovementLoopAddLocation(NPC, 144.78, 0.59, -4.68, 2, 0)
  40. MovementLoopAddLocation(NPC, 146.45, 0.42, -8.39, 2, 0)
  41. MovementLoopAddLocation(NPC, 157.23, -0.19, -18.32, 2, 0)
  42. MovementLoopAddLocation(NPC, 165.01, 0.96, -21.61, 2, math.random(14, 30))
  43. MovementLoopAddLocation(NPC, 160.87, 1.41, -6.37, 2, 0)
  44. MovementLoopAddLocation(NPC, 157.74, 1.42, -1.52, 2, 0)
  45. MovementLoopAddLocation(NPC, 157.15, 1.42, 1.79, 2, math.random(14, 30))
  46. MovementLoopAddLocation(NPC, 158.92, 1.42, 2.12, 2, 0)
  47. MovementLoopAddLocation(NPC, 161.74, 1.41, 1.52, 2, 0)
  48. MovementLoopAddLocation(NPC, 169.01, 1.38, -3.26, 2, 0)
  49. MovementLoopAddLocation(NPC, 174.22, 1.16, -9.57, 2, math.random(14, 30))
  50. MovementLoopAddLocation(NPC, 164.96, 1.4, -7.06, 2, 0)
  51. MovementLoopAddLocation(NPC, 159.19, 1.42, -4.74, 2, 0)
  52. MovementLoopAddLocation(NPC, 151.48, 0.18, -3.74, 2, 0)
  53. MovementLoopAddLocation(NPC, 148.18, 0.19, -2.48, 2, 0)
  54. end