atriggerfish425768.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425768.lua
  3. Script Purpose : Waypoint Path for atriggerfish425768.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:17:45
  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, -9.86, -13.02, -19.14, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -16.12, -12.7, -14.84, 2, 0)
  19. MovementLoopAddLocation(NPC, -18.19, -12.63, 1.74, 2, 0)
  20. MovementLoopAddLocation(NPC, -19.61, -12.74, 5.06, 2, 0)
  21. MovementLoopAddLocation(NPC, -24.65, -13.23, 16.11, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -14.55, -13.4, 20.43, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -18.76, -13.07, 13.2, 2, 0)
  24. MovementLoopAddLocation(NPC, -19.93, -12.46, 2.06, 2, 0)
  25. MovementLoopAddLocation(NPC, -17.86, -12.36, -4.08, 2, 0)
  26. MovementLoopAddLocation(NPC, -14.49, -12.46, -17.43, 2, 0)
  27. MovementLoopAddLocation(NPC, -10.46, -12.05, -21.48, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -21, -11.55, -26.41, 2, 0)
  29. MovementLoopAddLocation(NPC, -26.02, -11.47, -30.16, 2, 0)
  30. MovementLoopAddLocation(NPC, -28.34, -11.56, -31.61, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -10.61, -11.99, -18.5, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -17.72, -11.97, -24.6, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -26.05, -12.9, -28.28, 2, 0)
  34. MovementLoopAddLocation(NPC, -28.13, -13.28, -30.01, 2, 0)
  35. MovementLoopAddLocation(NPC, -28.89, -13.47, -31.72, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -23.87, -12.6, -28.26, 2, 0)
  37. MovementLoopAddLocation(NPC, -21.22, -12.3, -24.32, 2, 0)
  38. MovementLoopAddLocation(NPC, -17.56, -12.48, -19.53, 2, 0)
  39. end