atriggerfish425780.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425780.lua
  3. Script Purpose : Waypoint Path for atriggerfish425780.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:13:48
  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, 70.73, -11.95, -53.93, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 60.39, -11.44, -58.21, 2, 0)
  19. MovementLoopAddLocation(NPC, 53.57, -11.15, -62.91, 2, 0)
  20. MovementLoopAddLocation(NPC, 50.26, -11.16, -64.51, 2, 0)
  21. MovementLoopAddLocation(NPC, 44.57, -11.04, -68.28, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 68.44, -12.03, -80.4, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 65.93, -11.99, -76.43, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 47.78, -11.72, -71.93, 2, 0)
  25. MovementLoopAddLocation(NPC, 46.02, -11.4, -71.14, 2, 0)
  26. MovementLoopAddLocation(NPC, 44.91, -11.03, -70.25, 2, 0)
  27. MovementLoopAddLocation(NPC, 44.91, -11.04, -68.62, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 79.63, -11.36, -32.38, 2, 0)
  29. MovementLoopAddLocation(NPC, 85.36, -11.97, -25.43, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 88.45, -12.11, -27.7, 2, 0)
  31. MovementLoopAddLocation(NPC, 98.52, -11.61, -41.34, 2, 0)
  32. MovementLoopAddLocation(NPC, 99.03, -11.09, -42.65, 2, 0)
  33. MovementLoopAddLocation(NPC, 98.11, -11.09, -43.98, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 92.36, -11.92, -39.84, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 85.39, -11.73, -44.2, 2, 0)
  36. MovementLoopAddLocation(NPC, 80.05, -11.41, -46.5, 2, 0)
  37. MovementLoopAddLocation(NPC, 76.96, -11.37, -48.42, 2, 0)
  38. MovementLoopAddLocation(NPC, 74.7, -11.57, -49.66, 2, 0)
  39. MovementLoopAddLocation(NPC, 72.88, -11.77, -51.19, 2, 0)
  40. end