atriggerfish425783.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425783.lua
  3. Script Purpose : Waypoint Path for atriggerfish425783.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:49
  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, 32.36, -10.23, -88.71, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 39.13, -10.33, -86.33, 2, 0)
  19. MovementLoopAddLocation(NPC, 47.89, -10.32, -81.99, 2, 0)
  20. MovementLoopAddLocation(NPC, 55.94, -11.6, -80.15, 2, 0)
  21. MovementLoopAddLocation(NPC, 65.99, -11.96, -76.3, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 60.1, -11.47, -58.44, 2, 0)
  23. MovementLoopAddLocation(NPC, 59.16, -11.01, -49.79, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 71.31, -11.31, -46.84, 2, 0)
  25. MovementLoopAddLocation(NPC, 85.22, -11.92, -41.64, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 87.46, -11.94, -36.32, 2, 0)
  27. MovementLoopAddLocation(NPC, 87.55, -12.01, -33.55, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 78.57, -12.41, -41.77, 2, 0)
  29. MovementLoopAddLocation(NPC, 75.17, -12.22, -47.92, 2, 0)
  30. MovementLoopAddLocation(NPC, 73.93, -12.31, -50.73, 2, 0)
  31. MovementLoopAddLocation(NPC, 73.2, -12.04, -56.03, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 73.92, -12.24, -50.91, 2, 0)
  33. MovementLoopAddLocation(NPC, 77.57, -12.25, -44.64, 2, 0)
  34. MovementLoopAddLocation(NPC, 87.78, -12.35, -36.19, 2, 0)
  35. MovementLoopAddLocation(NPC, 97.27, -12.44, -24.98, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 97.2, -12.04, -17.36, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 87.55, -13, -37.65, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 78.32, -12.64, -42.32, 2, 0)
  39. MovementLoopAddLocation(NPC, 63.62, -11.96, -62.07, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 70.87, -11.96, -53.82, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 56.26, -11.94, -67.52, 2, 0)
  42. MovementLoopAddLocation(NPC, 44.65, -11.47, -80.97, 2, 0)
  43. MovementLoopAddLocation(NPC, 40.01, -10.99, -84.86, 2, 0)
  44. MovementLoopAddLocation(NPC, 37.6, -10.42, -86.55, 2, 0)
  45. end