123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- --[[
- Script Name : SpawnScripts/QueensColony/atriggerfish426462.lua
- Script Purpose : Waypoint Path for atriggerfish426462.lua
- Script Author : Rylec
- Script Date : 11-16-2019 11:24:48
- 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, -111.51, -12.5, 60.64, 2, 0)
- MovementLoopAddLocation(NPC, -109.1, -12.5, 63.78, 2, 0)
- MovementLoopAddLocation(NPC, -107.74, -12.5, 68.41, 2, 0)
- MovementLoopAddLocation(NPC, -109.19, -12.5, 71.76, 2, 0)
- MovementLoopAddLocation(NPC, -115.99, -12.5, 73.98, 2, 0)
- MovementLoopAddLocation(NPC, -116.49, -12.21, 74.45, 3, 0)
- MovementLoopAddLocation(NPC, -117.9, -12.5, 75.78, 3, 0)
- MovementLoopAddLocation(NPC, -120.6, -12.5, 80.23, 2, 0)
- MovementLoopAddLocation(NPC, -118.33, -12.5, 84.44, 2, 0)
- MovementLoopAddLocation(NPC, -114.19, -12.5, 86.88, 2, 0)
- MovementLoopAddLocation(NPC, -111.17, -12.5, 88.53, 2, 0)
- MovementLoopAddLocation(NPC, -108.97, -12.5, 89.96, 2, 0)
- MovementLoopAddLocation(NPC, -105.13, -12.5, 98.2, 2, 0)
- MovementLoopAddLocation(NPC, -108.2, -12.5, 107.35, 2, 0)
- MovementLoopAddLocation(NPC, -112.63, -12.32, 103.45, 2, 0)
- MovementLoopAddLocation(NPC, -112.13, -12.5, 108.23, 3, 0)
- MovementLoopAddLocation(NPC, -117.78, -12.5, 104.25, 3, 0)
- MovementLoopAddLocation(NPC, -120.06, -12.5, 103.88, 2, 0)
- MovementLoopAddLocation(NPC, -124.08, -12.5, 99.56, 2, 0)
- MovementLoopAddLocation(NPC, -125.06, -11.41, 94.07, 2, 0)
- MovementLoopAddLocation(NPC, -125.46, -11.53, 93.06, 2, 0)
- MovementLoopAddLocation(NPC, -126.54, -12.87, 93.06, 4, 0)
- MovementLoopAddLocation(NPC, -126.31, -12.93, 87.55, 4, 0)
- MovementLoopAddLocation(NPC, -124.81, -12.51, 85.78, 2, 0)
- MovementLoopAddLocation(NPC, -122.62, -12.46, 83.46, 2, 0)
- MovementLoopAddLocation(NPC, -122.47, -12.46, 83.41, 2, 0)
- MovementLoopAddLocation(NPC, -118.99, -12.48, 82.27, 2, 0)
- MovementLoopAddLocation(NPC, -116.05, -12.46, 82.22, 2, 0)
- MovementLoopAddLocation(NPC, -111.59, -11.64, 81.58, 2, 0)
- MovementLoopAddLocation(NPC, -109.92, -11.9, 81.49, 2, 0)
- MovementLoopAddLocation(NPC, -108.01, -12.5, 81.52, 2, 0)
- MovementLoopAddLocation(NPC, -105.56, -12.5, 79.62, 2, 0)
- MovementLoopAddLocation(NPC, -105.54, -12.5, 77.82, 2, 0)
- MovementLoopAddLocation(NPC, -105.96, -12.5, 76.42, 2, 0)
- MovementLoopAddLocation(NPC, -105.88, -12.5, 75.92, 2, 0)
- MovementLoopAddLocation(NPC, -107.22, -12.5, 74.76, 2, 0)
- MovementLoopAddLocation(NPC, -108.74, -12.5, 71.69, 2, 0)
- MovementLoopAddLocation(NPC, -112.06, -12.5, 68.29, 2, 0)
- MovementLoopAddLocation(NPC, -113.6, -12.5, 67.99, 2, 0)
- MovementLoopAddLocation(NPC, -114.01, -12.5, 67.75, 2, 0)
- MovementLoopAddLocation(NPC, -117.03, -12.5, 69.86, 2, 0)
- MovementLoopAddLocation(NPC, -118.52, -12.5, 71.61, 2, 0)
- MovementLoopAddLocation(NPC, -120.12, -12.5, 72.38, 2, 0)
- MovementLoopAddLocation(NPC, -124.55, -12.5, 71.85, 2, 0)
- MovementLoopAddLocation(NPC, -124.58, -12.6, 70.46, 2, 0)
- MovementLoopAddLocation(NPC, -125.11, -12.26, 69.79, 4, 0)
- MovementLoopAddLocation(NPC, -126.34, -12.8, 68.31, 4, 0)
- MovementLoopAddLocation(NPC, -126.35, -12.8, 66, 2, 0)
- MovementLoopAddLocation(NPC, -125.92, -12.7, 59.85, 2, 0)
- MovementLoopAddLocation(NPC, -125.12, -12.5, 56.04, 2, 0)
- MovementLoopAddLocation(NPC, -121.25, -12.5, 52.71, 2, 0)
- MovementLoopAddLocation(NPC, -116.64, -12.5, 52.42, 2, 0)
- MovementLoopAddLocation(NPC, -114.02, -12.5, 55.46, 2, 0)
- end
|