QH v1 Complete.
This commit is contained in:
parent
7b91a220bd
commit
c7a0136ec5
21 changed files with 193 additions and 13 deletions
|
@ -16,7 +16,7 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
|
spawn(NPC)
|
||||||
end
|
end
|
||||||
|
|
||||||
function InRange(NPC, Spawn)
|
function InRange(NPC, Spawn)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 803.77, -20.99, 135.44, 2, 20)
|
MovementLoopAddLocation(NPC, 803.77, -20.99, 135.44, 2, 20)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 699.65, -21.07, -56.69, 2, 0)
|
MovementLoopAddLocation(NPC, 699.65, -21.07, -56.69, 2, 0)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 679.82, -21.04, -115.09, 2, 0)
|
MovementLoopAddLocation(NPC, 679.82, -21.04, -115.09, 2, 0)
|
||||||
|
|
|
@ -15,6 +15,7 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
|
spawn(NPC)
|
||||||
end
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 679.82, -21.04, -115.09, 2, 0)
|
MovementLoopAddLocation(NPC, 679.82, -21.04, -115.09, 2, 0)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 802.60, -20.97, 136.78, 2, 20)
|
MovementLoopAddLocation(NPC, 802.60, -20.97, 136.78, 2, 20)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 705.82, -20.64, -22.54, 2, 0)
|
MovementLoopAddLocation(NPC, 705.82, -20.64, -22.54, 2, 0)
|
||||||
|
|
81
Lua/SpawnScripts/QeynosHarbor/aduck.lua
Normal file
81
Lua/SpawnScripts/QeynosHarbor/aduck.lua
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
--[[
|
||||||
|
Script Name : quackers.lua
|
||||||
|
Script Purpose : Waypoint Path for quackers.lua
|
||||||
|
Script Author : Devn00b
|
||||||
|
Script Date : 04/09/2020 07:37:55 PM
|
||||||
|
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, 710.33, -20.92, -33.26, 2, 0.5)
|
||||||
|
MovementLoopAddLocation(NPC, 768.24, -20.64, 16.21, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 775.48, -20.64, -20.75, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 777.23, -20.64, -28.23, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 792.43, -21.02, -60.86, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 807.09, -20.4, -64.84, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 827.85, -24.1, -67.39, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 857.54, -25.36, -64.19, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 864.55, -25.38, -61.14, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 889.47, -25.38, -50.69, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 900.34, -25.39, -19.62, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 915.06, -25.52, 21.48, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 929.88, -25.59, 29.73, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 917.92, -25.49, 57.47, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 894.7, -25.5, 49.31, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 866.66, -25.48, 106.51, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 837.54, -25.48, 90.63, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 863.76, -25.43, 27.82, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 847.75, -25.47, 13.53, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 837.56, -25.46, -4.84, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 829.77, -25.43, -17.58, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 861.02, -25.44, -30.85, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 866.19, -25.46, -32.91, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 871.23, -25.47, -33.17, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 899.58, -25.4, -21.7, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 899.06, -25.46, 47.99, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 848.9, -23.26, 41.72, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 832.21, -23.31, 45.86, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 807.99, -23.31, 123.92, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 832.21, -23.31, 45.86, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 848.9, -23.26, 41.72, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 899.06, -25.46, 47.99, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 899.58, -25.4, -21.7, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 871.23, -25.47, -33.17, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 866.19, -25.46, -32.91, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 861.02, -25.44, -30.85, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 829.77, -25.43, -17.58, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 837.56, -25.46, -4.84, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 847.75, -25.47, 13.53, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 863.76, -25.43, 27.82, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 837.54, -25.48, 90.63, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 866.66, -25.48, 106.51, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 894.7, -25.5, 49.31, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 917.92, -25.49, 57.47, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 929.88, -25.59, 29.73, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 915.06, -25.52, 21.48, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 900.34, -25.39, -19.62, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 889.47, -25.38, -50.69, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 864.55, -25.38, -61.14, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 857.54, -25.36, -64.19, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 827.85, -24.1, -67.39, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 807.09, -20.4, -64.84, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 792.43, -21.02, -60.86, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 777.23, -20.64, -28.23, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 775.48, -20.64, -20.75, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 768.24, -20.64, 16.21, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 710.33, -20.92, -33.26, 2, 0)
|
||||||
|
end
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 952.27, -25.5, 26, 5, 0)
|
MovementLoopAddLocation(NPC, 952.27, -25.5, 26, 5, 0)
|
||||||
|
|
|
@ -15,6 +15,7 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
|
spawn(NPC)
|
||||||
end
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
|
|
|
@ -15,6 +15,7 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
|
spawn(NPC)
|
||||||
end
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 832.06, -23.31, 45.72, 2, 0)
|
MovementLoopAddLocation(NPC, 832.06, -23.31, 45.72, 2, 0)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 809.06, -23.31, 118.9, 2, 0)
|
MovementLoopAddLocation(NPC, 809.06, -23.31, 118.9, 2, 0)
|
||||||
|
|
|
@ -15,6 +15,7 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
|
spawn(NPC)
|
||||||
end
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
|
|
|
@ -15,6 +15,7 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
|
spawn(NPC)
|
||||||
end
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
|
|
81
Lua/SpawnScripts/QeynosHarbor/quackers.lua
Normal file
81
Lua/SpawnScripts/QeynosHarbor/quackers.lua
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
--[[
|
||||||
|
Script Name : quackers.lua
|
||||||
|
Script Purpose : Waypoint Path for quackers.lua
|
||||||
|
Script Author : Devn00b
|
||||||
|
Script Date : 04/09/2020 07:37:55 PM
|
||||||
|
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, 710.33, -20.92, -33.26, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 768.24, -20.64, 16.21, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 775.48, -20.64, -20.75, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 777.23, -20.64, -28.23, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 792.43, -21.02, -60.86, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 807.09, -20.4, -64.84, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 827.85, -24.1, -67.39, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 857.54, -25.36, -64.19, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 864.55, -25.38, -61.14, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 889.47, -25.38, -50.69, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 900.34, -25.39, -19.62, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 915.06, -25.52, 21.48, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 929.88, -25.59, 29.73, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 917.92, -25.49, 57.47, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 894.7, -25.5, 49.31, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 866.66, -25.48, 106.51, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 837.54, -25.48, 90.63, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 863.76, -25.43, 27.82, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 847.75, -25.47, 13.53, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 837.56, -25.46, -4.84, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 829.77, -25.43, -17.58, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 861.02, -25.44, -30.85, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 866.19, -25.46, -32.91, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 871.23, -25.47, -33.17, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 899.58, -25.4, -21.7, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 899.06, -25.46, 47.99, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 848.9, -23.26, 41.72, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 832.21, -23.31, 45.86, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 807.99, -23.31, 123.92, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 832.21, -23.31, 45.86, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 848.9, -23.26, 41.72, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 899.06, -25.46, 47.99, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 899.58, -25.4, -21.7, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 871.23, -25.47, -33.17, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 866.19, -25.46, -32.91, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 861.02, -25.44, -30.85, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 829.77, -25.43, -17.58, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 837.56, -25.46, -4.84, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 847.75, -25.47, 13.53, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 863.76, -25.43, 27.82, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 837.54, -25.48, 90.63, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 866.66, -25.48, 106.51, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 894.7, -25.5, 49.31, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 917.92, -25.49, 57.47, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 929.88, -25.59, 29.73, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 915.06, -25.52, 21.48, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 900.34, -25.39, -19.62, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 889.47, -25.38, -50.69, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 864.55, -25.38, -61.14, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 857.54, -25.36, -64.19, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 827.85, -24.1, -67.39, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 807.09, -20.4, -64.84, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 792.43, -21.02, -60.86, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 777.23, -20.64, -28.23, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 775.48, -20.64, -20.75, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 768.24, -20.64, 16.21, 2, 0)
|
||||||
|
MovementLoopAddLocation(NPC, 710.33, -20.92, -33.26, 2, 0)
|
||||||
|
end
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
|
spawn(NPC)
|
||||||
end
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 686.64, -20.64, -14.49, 5, 0)
|
MovementLoopAddLocation(NPC, 686.64, -20.64, -14.49, 5, 0)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 839.82, -25.47, -0.55, 2, 45)
|
MovementLoopAddLocation(NPC, 839.82, -25.47, -0.55, 2, 45)
|
||||||
|
|
|
@ -15,7 +15,8 @@ function hailed(NPC, Spawn)
|
||||||
end
|
end
|
||||||
|
|
||||||
function respawn(NPC)
|
function respawn(NPC)
|
||||||
end
|
spawn(NPC)
|
||||||
|
end
|
||||||
|
|
||||||
function waypoints(NPC)
|
function waypoints(NPC)
|
||||||
MovementLoopAddLocation(NPC, 936.72, -25.56, 72.05, 2, 30)
|
MovementLoopAddLocation(NPC, 936.72, -25.56, 72.05, 2, 30)
|
||||||
|
|
Loading…
Reference in a new issue