aneedlefang427559.lua 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427559.lua
  3. Script Purpose : Waypoint Path for aneedlefang427559.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:46:50
  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, -83.84, -11.69, 195.74, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -106.63, -13.41, 198.93, 2, 0)
  19. MovementLoopAddLocation(NPC, -114.62, -13.75, 199.8, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -113.23, -12.7, 201.07, 2, 0)
  21. MovementLoopAddLocation(NPC, -109.39, -12.53, 210.56, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -106.22, -12.23, 196.54, 2, 0)
  23. MovementLoopAddLocation(NPC, -103.3, -12.46, 192.93, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -95.86, -13.13, 220.18, 2, 0)
  25. MovementLoopAddLocation(NPC, -88.57, -13.73, 227.61, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -115.49, -14.86, 225.84, 2, 0)
  27. MovementLoopAddLocation(NPC, -124.87, -15.07, 225.41, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -109.52, -15.12, 201.89, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -99.2, -13.84, 229.58, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -94.08, -13.1, 207.78, 2, 0)
  31. MovementLoopAddLocation(NPC, -88.47, -12.08, 199.35, 2, 0)
  32. MovementLoopAddLocation(NPC, -81.55, -12.06, 176.63, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -63.99, -11.98, 180.81, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -53.44, -11.89, 185.13, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -72.43, -11.16, 190.67, 2, 0)
  36. end