aneedlefang427635.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427635.lua
  3. Script Purpose : Waypoint Path for aneedlefang427635.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:47:39
  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, 76.47, -12.98, 33.81, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 77.58, -12.74, 28.45, 2, 0)
  19. MovementLoopAddLocation(NPC, 78.79, -12.92, 11.77, 2, 0)
  20. MovementLoopAddLocation(NPC, 79.34, -13.86, 5.62, 2, 0)
  21. MovementLoopAddLocation(NPC, 78.89, -13.83, 1.36, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 79.02, -12.86, 12.87, 2, 0)
  23. MovementLoopAddLocation(NPC, 78.88, -12.09, 29.2, 2, 0)
  24. MovementLoopAddLocation(NPC, 76, -11.86, 36.05, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 67.28, -11.61, 38.47, 2, 0)
  26. MovementLoopAddLocation(NPC, 59.75, -11.81, 41.85, 2, 0)
  27. MovementLoopAddLocation(NPC, 55.95, -12.03, 45.77, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 47.68, -11.1, 52.22, 2, 0)
  29. MovementLoopAddLocation(NPC, 35.53, -11.01, 63.18, 2, 0)
  30. MovementLoopAddLocation(NPC, 30.35, -11.65, 68.7, 2, 0)
  31. MovementLoopAddLocation(NPC, 28.36, -11.34, 73.7, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 31.31, -11.99, 66.69, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 38.76, -11.77, 61.37, 2, 0)
  34. MovementLoopAddLocation(NPC, 55.66, -11.72, 44.01, 2, 0)
  35. MovementLoopAddLocation(NPC, 62.98, -12.21, 39.09, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 65.36, -12.05, 30.38, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 65.95, -12.01, 22.58, 2, 0)
  38. MovementLoopAddLocation(NPC, 68.37, -12.04, 18.22, 2, 0)
  39. MovementLoopAddLocation(NPC, 77.96, -12.68, 10.41, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 80.53, -13, -0.79, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 82.86, -12.02, 8.12, 2, 0)
  42. MovementLoopAddLocation(NPC, 83.16, -12.11, 13.9, 2, 0)
  43. MovementLoopAddLocation(NPC, 78.59, -12.17, 26.61, 2, 0)
  44. end