123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- --[[
- Script Name : adervishgobetween002.lua
- Script Purpose : Waypoint Path for adervishgobetween002.lua
- Script Author : Auto Generated
- Script Date : 09/02/2020 10:49:21 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, 1202.9, -38.58, -185.67, 4, 0)
- MovementLoopAddLocation(NPC, 1231.03, -41.94, -103.84, 4, 0)
- MovementLoopAddLocation(NPC, 1236.46, -41.73, -82.37, 4, 0)
- MovementLoopAddLocation(NPC, 1239.32, -41.37, -61.42, 4, 0)
- MovementLoopAddLocation(NPC, 1271.53, -36.57, -21.34, 4, 0)
- MovementLoopAddLocation(NPC, 1290.06, -38.35, 13.4, 4, 0)
- MovementLoopAddLocation(NPC, 1313.16, -41.56, 83.43, 4, 0)
- MovementLoopAddLocation(NPC, 1317.49, -41.44, 130.84, 4, 0)
- MovementLoopAddLocation(NPC, 1299.02, -41.77, 199.66, 4, 0)
- MovementLoopAddLocation(NPC, 1298.43, -41.73, 235.12, 4, 0)
- MovementLoopAddLocation(NPC, 1278.49, -42.01, 281.24, 4, 0)
- MovementLoopAddLocation(NPC, 1260.89, -41.56, 316.56, 4, 0)
- MovementLoopAddLocation(NPC, 1215.97, -40.24, 349.77, 4, 0)
- MovementLoopAddLocation(NPC, 1100.01, -41.78, 385.8, 4, 0)
- MovementLoopAddLocation(NPC, 1058.26, -44.69, 396.19, 4, 0)
- MovementLoopAddLocation(NPC, 1009.29, -47, 396.29, 4, 0)
- MovementLoopAddLocation(NPC, 975, -48.91, 387.49, 4, 0)
- MovementLoopAddLocation(NPC, 953.03, -49.82, 375.89, 4, 0)
- MovementLoopAddLocation(NPC, 932.61, -50.44, 361.49, 4, 0)
- MovementLoopAddLocation(NPC, 856.13, -52.51, 316.61, 4, 0)
- MovementLoopAddLocation(NPC, 809.71, -52.86, 315.28, 4, 0)
- MovementLoopAddLocation(NPC, 739.93, -52.8, 294.59, 4, 0)
- MovementLoopAddLocation(NPC, 716.55, -51.6, 279.48, 4, 0)
- MovementLoopAddLocation(NPC, 739.93, -52.8, 294.59, 4, 0)
- MovementLoopAddLocation(NPC, 809.71, -52.86, 315.28, 4, 0)
- MovementLoopAddLocation(NPC, 856.13, -52.51, 316.61, 4, 0)
- MovementLoopAddLocation(NPC, 932.61, -50.44, 361.49, 4, 0)
- MovementLoopAddLocation(NPC, 953.03, -49.82, 375.89, 4, 0)
- MovementLoopAddLocation(NPC, 975, -48.91, 387.49, 4, 0)
- MovementLoopAddLocation(NPC, 1009.29, -47, 396.29, 4, 0)
- MovementLoopAddLocation(NPC, 1058.26, -44.69, 396.19, 4, 0)
- MovementLoopAddLocation(NPC, 1100.01, -41.78, 385.8, 4, 0)
- MovementLoopAddLocation(NPC, 1215.97, -40.24, 349.77, 4, 0)
- MovementLoopAddLocation(NPC, 1260.89, -41.56, 316.56, 4, 0)
- MovementLoopAddLocation(NPC, 1278.49, -42.01, 281.24, 4, 0)
- MovementLoopAddLocation(NPC, 1298.43, -41.73, 235.12, 4, 0)
- MovementLoopAddLocation(NPC, 1299.02, -41.77, 199.66, 4, 0)
- MovementLoopAddLocation(NPC, 1317.49, -41.44, 130.84, 4, 0)
- MovementLoopAddLocation(NPC, 1313.16, -41.56, 83.43, 4, 0)
- MovementLoopAddLocation(NPC, 1290.06, -38.35, 13.4, 4, 0)
- MovementLoopAddLocation(NPC, 1271.53, -36.57, -21.34, 4, 0)
- MovementLoopAddLocation(NPC, 1239.32, -41.37, -61.42, 4, 0)
- MovementLoopAddLocation(NPC, 1236.46, -41.73, -82.37, 4, 0)
- MovementLoopAddLocation(NPC, 1231.03, -41.94, -103.84, 4, 0)
- MovementLoopAddLocation(NPC, 1202.9, -38.58, -185.67, 4, 0)
- end
|