aneedlefang427562.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427562.lua
  3. Script Purpose : Waypoint Path for aneedlefang427562.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 06:00:04
  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, -96.67, -13, 185.12, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -104.26, -13.75, 221.06, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -119.7, -13.7, 212.52, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -93.55, -12.46, 212.46, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -88.58, -12.94, 222.68, 2, 0)
  22. MovementLoopAddLocation(NPC, -85.19, -14.54, 228.5, 2, 0)
  23. MovementLoopAddLocation(NPC, -83.51, -15.01, 234.56, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -95, -14, 230.29, 2, 0)
  25. MovementLoopAddLocation(NPC, -104.25, -13.72, 212.68, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -109.35, -13.79, 237.73, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -109.39, -12.37, 229.77, 2, 0)
  28. MovementLoopAddLocation(NPC, -110.84, -12.56, 221.38, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -114.88, -15.1, 230.35, 2, 0)
  30. MovementLoopAddLocation(NPC, -119.07, -15.15, 232.51, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -117.02, -12.33, 226.62, 2, 0)
  32. MovementLoopAddLocation(NPC, -112.49, -12.44, 219.12, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -111.47, -12.16, 231.37, 2, 0)
  34. MovementLoopAddLocation(NPC, -106.55, -12.39, 238.23, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -117.16, -12.39, 210.72, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -112.84, -11.99, 192.16, 2, 0)
  37. MovementLoopAddLocation(NPC, -104.1, -12.16, 191.99, 2, 0)
  38. MovementLoopAddLocation(NPC, -100.22, -13.26, 185.97, 2, 0)
  39. end