12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- --[[
- Script Name : SpawnScripts/QueensColony/atriggerfish426469.lua
- Script Purpose : Waypoint Path for atriggerfish426469.lua
- Script Author : Rylec
- Script Date : 11-16-2019 11:24:54
- Script Notes : Locations collected from Live
- --]]
- function spawn(NPC)
- waypoints(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- end
- function waypoints(NPC)
- MovementLoopAddLocation(NPC, -115.87, -12.5, 54.86, 2, 0)
- MovementLoopAddLocation(NPC, -111.16, -12.5, 59.75, 2, 0)
- MovementLoopAddLocation(NPC, -108.83, -12.5, 66.39, 2, 0)
- MovementLoopAddLocation(NPC, -108.47, -12.5, 67.94, 2, 0)
- MovementLoopAddLocation(NPC, -111.22, -12.5, 68.63, 2, 0)
- MovementLoopAddLocation(NPC, -113.04, -12.5, 70.21, 2, 0)
- MovementLoopAddLocation(NPC, -114.73, -11.18, 70.99, 4, 0)
- MovementLoopAddLocation(NPC, -115.43, -10.67, 71.66, 4, 0)
- MovementLoopAddLocation(NPC, -115.37, -11.77, 73.73, 3, 0)
- MovementLoopAddLocation(NPC, -116.15, -12.5, 78.23, 2, 0)
- MovementLoopAddLocation(NPC, -114.61, -12.5, 79.68, 2, 0)
- MovementLoopAddLocation(NPC, -113.84, -12.5, 79.88, 2, 0)
- MovementLoopAddLocation(NPC, -113.86, -12.5, 81.54, 2, 0)
- MovementLoopAddLocation(NPC, -112.04, -12.5, 81.09, 2, 2)
- MovementLoopAddLocation(NPC, -110.8, -11.35, 83.95, 2, 0)
- MovementLoopAddLocation(NPC, -108.58, -11.58, 87.25, 2, 0)
- MovementLoopAddLocation(NPC, -107.66, -12.42, 90.3, 2, 0)
- MovementLoopAddLocation(NPC, -112.35, -12.42, 93.3, 2, 3)
- MovementLoopAddLocation(NPC, -113.41, -12.32, 100.01, 3, 4)
- MovementLoopAddLocation(NPC, -115.76, -11.9, 97.92, 2, 0)
- MovementLoopAddLocation(NPC, -116.43, -11.24, 96.67, 2, 0)
- MovementLoopAddLocation(NPC, -119.92, -11.48, 93.19, 2, 0)
- MovementLoopAddLocation(NPC, -119.05, -11.56, 91.09, 2, 0)
- MovementLoopAddLocation(NPC, -119.05, -11.62, 89.32, 2, 0)
- MovementLoopAddLocation(NPC, -118.99, -11.86, 87.21, 2, 0)
- MovementLoopAddLocation(NPC, -121.14, -12.5, 81.25, 2, 3)
- MovementLoopAddLocation(NPC, -119.12, -12.5, 79.08, 2, 0)
- MovementLoopAddLocation(NPC, -117.24, -12.5, 78.02, 2, 0)
- MovementLoopAddLocation(NPC, -115.92, -11.65, 76.92, 4, 0)
- MovementLoopAddLocation(NPC, -114.3, -11.98, 76.22, 4, 0)
- MovementLoopAddLocation(NPC, -111.74, -12.5, 73.83, 2, 0)
- MovementLoopAddLocation(NPC, -109.95, -12.5, 73.36, 2, 0)
- MovementLoopAddLocation(NPC, -109.25, -12.5, 73.74, 2, 0)
- MovementLoopAddLocation(NPC, -109.37, -11.1, 75.47, 4, 0)
- MovementLoopAddLocation(NPC, -109.15, -12.03, 73.19, 4, 0)
- MovementLoopAddLocation(NPC, -110.89, -12.5, 66.5, 2, 4)
- MovementLoopAddLocation(NPC, -114.5, -12.5, 67.71, 2, 0)
- MovementLoopAddLocation(NPC, -116.05, -12.5, 69.56, 2, 0)
- MovementLoopAddLocation(NPC, -117.27, -12.5, 70.18, 2, 0)
- MovementLoopAddLocation(NPC, -119.44, -11.8, 69.36, 2, 0)
- MovementLoopAddLocation(NPC, -121.77, -10.66, 70.44, 2, 0)
- MovementLoopAddLocation(NPC, -121.92, -11.45, 69.11, 2, 0)
- MovementLoopAddLocation(NPC, -123.52, -12.5, 66.76, 2, 0)
- MovementLoopAddLocation(NPC, -123.81, -12.5, 65.57, 2, 0)
- MovementLoopAddLocation(NPC, -123.02, -12.24, 64.54, 2, 0)
- MovementLoopAddLocation(NPC, -124.38, -11.96, 62.39, 2, 0)
- MovementLoopAddLocation(NPC, -123.34, -12.5, 56.57, 2, 0)
- MovementLoopAddLocation(NPC, -121.86, -12.5, 52.42, 2, 3)
- MovementLoopAddLocation(NPC, -119.88, -12.5, 51.27, 2, 0)
- MovementLoopAddLocation(NPC, -118.97, -12.5, 51.52, 2, 0)
- end
|