atriggerfish425756.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425756.lua
  3. Script Purpose : Waypoint Path for atriggerfish425756.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 08:59:30
  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, -116.1, -11.94, 51.88, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -113.17, -11.83, 59.52, 2, 0)
  19. MovementLoopAddLocation(NPC, -113.18, -11.6, 66.38, 2, 0)
  20. MovementLoopAddLocation(NPC, -109.02, -11.95, 71.27, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -113.86, -11.84, 68.07, 2, 0)
  22. MovementLoopAddLocation(NPC, -120.85, -10.48, 63.11, 2, 0)
  23. MovementLoopAddLocation(NPC, -128.45, -10.61, 57.07, 2, 0)
  24. MovementLoopAddLocation(NPC, -133.6, -12.61, 52.74, 2, 0)
  25. MovementLoopAddLocation(NPC, -142.53, -13.51, 49.18, 2, 0)
  26. MovementLoopAddLocation(NPC, -142.38, -13.89, 55.95, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -143.54, -13.63, 48.41, 2, 0)
  28. MovementLoopAddLocation(NPC, -138.22, -13.18, 47.86, 2, 0)
  29. MovementLoopAddLocation(NPC, -137.74, -11.92, 36.11, 2, 0)
  30. MovementLoopAddLocation(NPC, -133.11, -11.53, 28.61, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -136.17, -11.78, 70.26, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -133.96, -12.03, 54.72, 2, 0)
  33. MovementLoopAddLocation(NPC, -131.51, -11.78, 61.97, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -129.43, -11.36, 55.48, 2, 0)
  35. MovementLoopAddLocation(NPC, -126.69, -10.47, 52.74, 2, 0)
  36. MovementLoopAddLocation(NPC, -112.08, -10.51, 52.14, 2, 0)
  37. MovementLoopAddLocation(NPC, -105.12, -10.58, 49.88, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -120.44, -11.6, 46.22, 2, 0)
  39. MovementLoopAddLocation(NPC, -123.63, -11.9, 43.2, 2, 0)
  40. MovementLoopAddLocation(NPC, -127.38, -11.95, 41.52, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -131.35, -12.01, 39.85, 2, math.random(10, 20))
  42. end