atriggerfish425794.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425794.lua
  3. Script Purpose : Waypoint Path for atriggerfish425794.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:18:41
  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, 87.52, -12.95, -29.36, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 84.29, -13.01, -23.26, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 82.83, -12.21, -25.46, 2, 0)
  20. MovementLoopAddLocation(NPC, 77.94, -11.56, -31.95, 2, 0)
  21. MovementLoopAddLocation(NPC, 75.2, -10.98, -33.91, 2, 0)
  22. MovementLoopAddLocation(NPC, 74.36, -11.04, -35.72, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 76.91, -11.34, -35.13, 2, 0)
  24. MovementLoopAddLocation(NPC, 87.07, -12.35, -37.6, 2, 0)
  25. MovementLoopAddLocation(NPC, 95.85, -12.81, -41.11, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 80.58, -11.99, -40.06, 2, 0)
  27. MovementLoopAddLocation(NPC, 75.37, -11.97, -39.05, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 92.7, -12.89, -32.06, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 95.96, -12.88, -24.29, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 95.99, -12.78, -21.76, 2, 0)
  31. MovementLoopAddLocation(NPC, 97.08, -12.09, -17.2, 2, 0)
  32. MovementLoopAddLocation(NPC, 98.86, -11.79, -15.6, 2, math.random(10, 20))
  33. end