atriggerfish426056.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish426056.lua
  3. Script Purpose : Waypoint Path for atriggerfish426056.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:59:11
  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, -111.93, -12.48, 236, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -113.09, -13.47, 240.21, 2, 0)
  19. MovementLoopAddLocation(NPC, -117.24, -13.9, 240.49, 2, 0)
  20. MovementLoopAddLocation(NPC, -120.56, -14.49, 239.52, 2, 0)
  21. MovementLoopAddLocation(NPC, -124.5, -13.66, 227.09, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -106.77, -13.71, 197.89, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -104.58, -13.73, 218.78, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -114.54, -13.7, 212.77, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -127.19, -14.98, 237.87, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -120.76, -13.9, 240.22, 2, 0)
  27. MovementLoopAddLocation(NPC, -115.09, -13.38, 240.68, 2, 0)
  28. MovementLoopAddLocation(NPC, -107.8, -12.85, 239.19, 2, 0)
  29. MovementLoopAddLocation(NPC, -89.12, -14.88, 231.53, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -99.6, -12.48, 230.37, 2, 0)
  31. MovementLoopAddLocation(NPC, -113.43, -12.5, 230.47, 2, 0)
  32. MovementLoopAddLocation(NPC, -119.45, -12.41, 229.47, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -104.54, -12.6, 227.74, 2, 0)
  34. MovementLoopAddLocation(NPC, -99.27, -13.64, 233.5, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -99.79, -13.47, 230.97, 2, 0)
  36. MovementLoopAddLocation(NPC, -119.42, -12.37, 212.93, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -114.43, -13.54, 241.32, 2, 0)
  38. MovementLoopAddLocation(NPC, -114.47, -13.77, 244.29, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -114.18, -12.25, 237.87, 2, 0)
  40. end