aneedlefang427560.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427560.lua
  3. Script Purpose : Waypoint Path for aneedlefang427560.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:59: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, -91.73, -13.73, 225.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -90.68, -12.44, 222.76, 2, 0)
  19. MovementLoopAddLocation(NPC, -88.95, -12.43, 218.9, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -114.26, -15.09, 214.66, 2, 0)
  21. MovementLoopAddLocation(NPC, -116.72, -15.2, 212.2, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -132.23, -13.75, 233.73, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -131.75, -11.87, 225.86, 2, 0)
  24. MovementLoopAddLocation(NPC, -139.78, -12.43, 223.2, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -142.48, -12.39, 227.26, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -112.72, -12.1, 230.91, 2, 0)
  27. MovementLoopAddLocation(NPC, -108.41, -12.35, 231.06, 2, 0)
  28. MovementLoopAddLocation(NPC, -106.22, -12.47, 228.93, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -112.61, -12.09, 230.99, 2, 0)
  30. MovementLoopAddLocation(NPC, -129.47, -13.19, 230.43, 2, 0)
  31. MovementLoopAddLocation(NPC, -134.75, -13.65, 229.38, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -120.7, -13.64, 239.52, 2, 0)
  33. MovementLoopAddLocation(NPC, -116.34, -12.62, 241.05, 2, 0)
  34. MovementLoopAddLocation(NPC, -106.86, -12.56, 242.04, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -106.93, -14.5, 213.53, 2, 0)
  36. MovementLoopAddLocation(NPC, -106.71, -14.99, 201.9, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -117.29, -12.3, 220.53, 2, 0)
  38. MovementLoopAddLocation(NPC, -124.48, -12.4, 229.35, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -112.49, -13.5, 229.32, 2, 0)
  40. end