aneedlefang427575.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427575.lua
  3. Script Purpose : Waypoint Path for aneedlefang427575.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:12:56
  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, 59.15, -12.06, -64.35, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 56.35, -12.05, -62.17, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 74.63, -11.53, -48.52, 2, 0)
  20. MovementLoopAddLocation(NPC, 89.7, -10.46, -32.15, 2, 0)
  21. MovementLoopAddLocation(NPC, 99.82, -11.07, -21.41, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 93.48, -11.1, -20.49, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 86.55, -11.19, -35.25, 2, 0)
  24. MovementLoopAddLocation(NPC, 79.58, -10.25, -45.03, 2, 0)
  25. MovementLoopAddLocation(NPC, 73.01, -10.2, -54.26, 2, 0)
  26. MovementLoopAddLocation(NPC, 63.79, -12.06, -78.43, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 58.96, -12.07, -76.2, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 56.68, -11.81, -78.49, 2, 0)
  29. MovementLoopAddLocation(NPC, 43.46, -11.57, -83.96, 2, 0)
  30. MovementLoopAddLocation(NPC, 31.19, -11.07, -86.71, 2, 0)
  31. MovementLoopAddLocation(NPC, 27.76, -11.09, -88.48, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 48.37, -11.38, -81.56, 2, 0)
  33. MovementLoopAddLocation(NPC, 54.92, -11.59, -80.2, 2, 0)
  34. MovementLoopAddLocation(NPC, 58.97, -11.95, -78.26, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 56.19, -11.26, -80.28, 2, 0)
  36. MovementLoopAddLocation(NPC, 49.59, -11.07, -84.06, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 35.01, -11.91, -86.53, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 46.37, -11.38, -81.4, 2, 0)
  39. MovementLoopAddLocation(NPC, 68.42, -11.99, -66.2, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 63.54, -12.03, -53.85, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 64.27, -12.06, -62.07, 2, math.random(10, 20))
  42. end