atriggerfish425750.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425750.lua
  3. Script Purpose : Waypoint Path for atriggerfish425750.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:15:54
  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, -90.7, -11.95, 138.36, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -95.83, -12.12, 129.61, 2, 0)
  19. MovementLoopAddLocation(NPC, -97.84, -11.96, 127.52, 2, 0)
  20. MovementLoopAddLocation(NPC, -99.23, -11.92, 128.02, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -99.82, -12.02, 138.49, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -132.08, -12.46, 151.23, 2, 0)
  23. MovementLoopAddLocation(NPC, -135.49, -12.78, 154.24, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -134.69, -13.61, 157.74, 2, 0)
  25. MovementLoopAddLocation(NPC, -129.09, -14.47, 171.75, 2, 0)
  26. MovementLoopAddLocation(NPC, -127.97, -14.89, 180.01, 2, 0)
  27. MovementLoopAddLocation(NPC, -126.86, -15.02, 183.1, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -109.38, -12.47, 179.7, 2, 0)
  29. MovementLoopAddLocation(NPC, -114.7, -13.84, 185.33, 2, 0)
  30. MovementLoopAddLocation(NPC, -116.44, -13.82, 187.31, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -119.75, -14.9, 197.95, 2, 0)
  32. MovementLoopAddLocation(NPC, -121.84, -14.82, 197.98, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -123.87, -12.72, 197.94, 2, 0)
  34. MovementLoopAddLocation(NPC, -127.96, -12.44, 197.15, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -113.3, -12.51, 184.92, 2, 0)
  36. MovementLoopAddLocation(NPC, -110.38, -12.56, 184, 2, 0)
  37. MovementLoopAddLocation(NPC, -105.73, -12.95, 179.84, 2, 0)
  38. MovementLoopAddLocation(NPC, -105.25, -12.9, 177.04, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -105.34, -12.45, 176.6, 2, 0)
  40. MovementLoopAddLocation(NPC, -101.43, -11.98, 134.79, 2, math.random(10, 20))
  41. end