atriggerfish426602.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426602.lua
  3. Script Purpose : Waypoint Path for atriggerfish426602.lua
  4. Script Author : Rylec
  5. Script Date : 10-22-2019 09:52:50
  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, 14.79, -12.47, 257.06, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 9.94, -13.27, 263.7, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 10.64, -13.88, 265.55, 2, 0)
  20. MovementLoopAddLocation(NPC, 16.75, -14.66, 271.94, 2, 0)
  21. MovementLoopAddLocation(NPC, 18.01, -14.92, 272.5, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 16.91, -14.31, 271.98, 2, 0)
  23. MovementLoopAddLocation(NPC, 8.26, -13.37, 270.01, 2, 0)
  24. MovementLoopAddLocation(NPC, 5.93, -12.92, 267.24, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 8.68, -12.33, 267.01, 2, 0)
  26. MovementLoopAddLocation(NPC, 18.87, -11.52, 260.86, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 12.18, -12.35, 272.06, 2, 0)
  28. MovementLoopAddLocation(NPC, 7.93, -11.92, 282.75, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 15.8, -12.62, 271.2, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 9.1, -14.33, 273.79, 2, 0)
  31. MovementLoopAddLocation(NPC, 3.05, -15.03, 275.04, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 9.43, -14.83, 276.13, 2, 0)
  33. MovementLoopAddLocation(NPC, 12.88, -13.96, 269.82, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 14.13, -13.37, 269.26, 2, 0)
  35. MovementLoopAddLocation(NPC, 17.9, -12.47, 263.41, 2, 0)
  36. MovementLoopAddLocation(NPC, 19.67, -12.5, 257.41, 2, 0)
  37. MovementLoopAddLocation(NPC, 20.86, -11.55, 254.32, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 15.12, -12.59, 261.16, 2, 0)
  39. MovementLoopAddLocation(NPC, 11.51, -12.35, 269.17, 2, 0)
  40. MovementLoopAddLocation(NPC, 9.03, -11.04, 270.93, 2, math.random(10, 20))
  41. end