12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- --[[
- Script Name : adervishgobetween001.lua
- Script Purpose : Waypoint Path for adervishgobetween001.lua
- Script Author : Auto Generated
- Script Date : 09/02/2020 10:49:05 AM
- Script Notes : Locations collected from Live
- --]]
- function spawn(NPC)
- waypoints(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- spawn(NPC)
- end
- function waypoints(NPC)
- MovementLoopAddLocation(NPC, 1078.23, -41.43, -46.45, 4, 0)
- MovementLoopAddLocation(NPC, 1051.36, -40.13, 81.32, 4, 0)
- MovementLoopAddLocation(NPC, 958.74, -49.56, 197.18, 4, 0)
- MovementLoopAddLocation(NPC, 912.54, -50.91, 207.25, 4, 0)
- MovementLoopAddLocation(NPC, 910.13, -52.19, 270.58, 4, 0)
- MovementLoopAddLocation(NPC, 797.16, -53.24, 284.22, 4, 0)
- MovementLoopAddLocation(NPC, 724.58, -51.22, 268.18, 4, 0)
- MovementLoopAddLocation(NPC, 717.26, -51.33, 276.35, 4, 0)
- MovementLoopAddLocation(NPC, 928.41, -35.31, 465.22, 4, 0)
- MovementLoopAddLocation(NPC, 1000.26, -41.49, 456.39, 4, 0)
- MovementLoopAddLocation(NPC, 1107.95, -36.87, 480.55, 4, 0)
- MovementLoopAddLocation(NPC, 1189.6, -34.4, 466.51, 4, 0)
- MovementLoopAddLocation(NPC, 1260.81, -16.84, 430.25, 4, 0)
- MovementLoopAddLocation(NPC, 1338.31, -34.12, 363.66, 4, 0)
- MovementLoopAddLocation(NPC, 1373.41, -38.88, 261.85, 4, 0)
- MovementLoopAddLocation(NPC, 1358.13, -36.91, 189.59, 4, 0)
- MovementLoopAddLocation(NPC, 1376.7, -32.31, 115.02, 4, 0)
- MovementLoopAddLocation(NPC, 1375.56, -31.74, 66.68, 4, 0)
- MovementLoopAddLocation(NPC, 1362.73, -32.05, 33.19, 4, 0)
- MovementLoopAddLocation(NPC, 1335.13, -30.9, 20.53, 4, 0)
- MovementLoopAddLocation(NPC, 1325, -29.5, -1.46, 4, 0)
- MovementLoopAddLocation(NPC, 1295.86, -28.76, -42.37, 4, 0)
- MovementLoopAddLocation(NPC, 1288.01, -28.95, -55.73, 4, 0)
- MovementLoopAddLocation(NPC, 1250.94, -31.78, -165.67, 4, 0)
- MovementLoopAddLocation(NPC, 1216.81, -34.18, -226.1, 4, 0)
- MovementLoopAddLocation(NPC, 1250.94, -31.78, -165.67, 4, 0)
- MovementLoopAddLocation(NPC, 1288.01, -28.95, -55.73, 4, 0)
- MovementLoopAddLocation(NPC, 1295.86, -28.76, -42.37, 4, 0)
- MovementLoopAddLocation(NPC, 1325, -29.5, -1.46, 4, 0)
- MovementLoopAddLocation(NPC, 1335.13, -30.9, 20.53, 4, 0)
- MovementLoopAddLocation(NPC, 1362.73, -32.05, 33.19, 4, 0)
- MovementLoopAddLocation(NPC, 1375.56, -31.74, 66.68, 4, 0)
- MovementLoopAddLocation(NPC, 1376.7, -32.31, 115.02, 4, 0)
- MovementLoopAddLocation(NPC, 1358.13, -36.91, 189.59, 4, 0)
- MovementLoopAddLocation(NPC, 1373.41, -38.88, 261.85, 4, 0)
- MovementLoopAddLocation(NPC, 1338.31, -34.12, 363.66, 4, 0)
- MovementLoopAddLocation(NPC, 1260.81, -16.84, 430.25, 4, 0)
- MovementLoopAddLocation(NPC, 1189.6, -34.4, 466.51, 4, 0)
- MovementLoopAddLocation(NPC, 1107.95, -36.87, 480.55, 4, 0)
- MovementLoopAddLocation(NPC, 1000.26, -41.49, 456.39, 4, 0)
- MovementLoopAddLocation(NPC, 928.41, -35.31, 465.22, 4, 0)
- MovementLoopAddLocation(NPC, 717.26, -51.33, 276.35, 4, 0)
- MovementLoopAddLocation(NPC, 724.58, -51.22, 268.18, 4, 0)
- MovementLoopAddLocation(NPC, 797.16, -53.24, 284.22, 4, 0)
- MovementLoopAddLocation(NPC, 910.13, -52.19, 270.58, 4, 0)
- MovementLoopAddLocation(NPC, 912.54, -50.91, 207.25, 4, 0)
- MovementLoopAddLocation(NPC, 958.74, -49.56, 197.18, 4, 0)
- MovementLoopAddLocation(NPC, 1051.36, -40.13, 81.32, 4, 0)
- MovementLoopAddLocation(NPC, 1078.23, -41.43, -46.45, 4, 0)
- end
|