atriggerfish425824.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425824.lua
  3. Script Purpose : Waypoint Path for atriggerfish425824.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:08:01
  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, -148.44, -15, 160.83, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -148.67, -14.24, 168.79, 2, 0)
  19. MovementLoopAddLocation(NPC, -139.37, -14.85, 179.3, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -135.37, -14.27, 171.44, 2, 0)
  21. MovementLoopAddLocation(NPC, -129, -13.18, 171.96, 2, 0)
  22. MovementLoopAddLocation(NPC, -120.46, -13.1, 175.11, 2, 0)
  23. MovementLoopAddLocation(NPC, -117.66, -12.68, 175.52, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -116.69, -12.52, 167.44, 2, 0)
  25. MovementLoopAddLocation(NPC, -110.61, -11.95, 145.7, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -116.01, -11.95, 134.77, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -132.37, -12.09, 140.14, 2, 0)
  28. MovementLoopAddLocation(NPC, -135.85, -11.83, 142.31, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -133.22, -12.53, 159.67, 2, 0)
  30. MovementLoopAddLocation(NPC, -131, -12.65, 167.72, 2, 0)
  31. MovementLoopAddLocation(NPC, -130.43, -12.66, 179.11, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -136.29, -13.56, 167.17, 2, 0)
  33. MovementLoopAddLocation(NPC, -144.65, -14.95, 157.18, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -128.32, -15.31, 174.73, 2, 0)
  35. MovementLoopAddLocation(NPC, -125.39, -14.83, 176.07, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -127.08, -14.3, 175.28, 2, 0)
  37. MovementLoopAddLocation(NPC, -130.61, -12.94, 164.34, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -132.22, -13.65, 163.26, 2, 0)
  39. end