atriggerfish425745.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425745.lua
  3. Script Purpose : Waypoint Path for atriggerfish425745.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:08:13
  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, -128.58, -12.97, 164.69, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -137.45, -12.71, 197.56, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -132.11, -13.48, 183.54, 2, 0)
  20. MovementLoopAddLocation(NPC, -128.6, -14.01, 182.99, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -136.18, -14.39, 167.34, 2, 0)
  22. MovementLoopAddLocation(NPC, -143.87, -14.46, 157, 2, 0)
  23. MovementLoopAddLocation(NPC, -146.57, -14.99, 153.62, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -135.86, -13.88, 186.51, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -140.73, -14.51, 161.39, 2, 0)
  26. MovementLoopAddLocation(NPC, -141.27, -12.7, 153.33, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -144.06, -13.41, 150.2, 2, 0)
  28. MovementLoopAddLocation(NPC, -148.42, -13.82, 138.48, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -141.9, -13.52, 128.21, 2, 0)
  30. MovementLoopAddLocation(NPC, -135.32, -13.44, 127.96, 2, 0)
  31. MovementLoopAddLocation(NPC, -133.99, -12.96, 127.35, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -136.19, -13.05, 132.46, 2, 0)
  33. MovementLoopAddLocation(NPC, -136.03, -13.3, 128.32, 2, 0)
  34. MovementLoopAddLocation(NPC, -141.24, -13.03, 123.84, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -140, -12.52, 131.48, 2, 0)
  36. MovementLoopAddLocation(NPC, -139.43, -11.81, 112.47, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -139.33, -11.82, 131.19, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -132.08, -12.41, 151.46, 2, 0)
  39. MovementLoopAddLocation(NPC, -130.64, -12.54, 158.02, 2, 0)
  40. end