Browse Source

Further updates to Vermyn Snye

devn00b 3 years ago
parent
commit
a5131f3e31

+ 54 - 0
server/SpawnScripts/VerminSnye/festering_zombie7.lua

@@ -0,0 +1,54 @@
+--[[
+	Script Name		:	festering_zombie7.lua
+	Script Purpose	:	Waypoint Path for festering_zombie7.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 04:04:12 PM
+	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, 220.69, -6.83, -119.9, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 219.51, -6.83, -121.76, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 219.61, -6.87, -115.1, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 218.51, -6.79, -121.41, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 218.43, -6.81, -115.38, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 220.57, -6.81, -117.09, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 217.53, -6.73, -120.16, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 219.41, -6.83, -122.22, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 222.28, -6.73, -117.06, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 216.98, -6.78, -116.22, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 219.14, -6.87, -118.06, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 222.22, -6.72, -117.15, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 222.24, -6.78, -118.84, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 218.7, -6.81, -121.48, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 216.5, -6.78, -116.4, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 218.38, -6.82, -115.91, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 216.5, -6.78, -116.4, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 218.7, -6.81, -121.48, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 222.24, -6.78, -118.84, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 222.22, -6.72, -117.15, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 219.14, -6.87, -118.06, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 216.98, -6.78, -116.22, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 222.28, -6.73, -117.06, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 219.41, -6.83, -122.22, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 217.53, -6.73, -120.16, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 220.57, -6.81, -117.09, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 218.43, -6.81, -115.38, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 218.51, -6.79, -121.41, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 219.61, -6.87, -115.1, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 219.51, -6.83, -121.76, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 220.69, -6.83, -119.9, 2, math.random(0,15))
+end
+
+

+ 44 - 0
server/SpawnScripts/VerminSnye/festering_zombie8.lua

@@ -0,0 +1,44 @@
+--[[
+	Script Name		:	festering_zombie8.lua
+	Script Purpose	:	Waypoint Path for festering_zombie8.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 05:24:02 PM
+	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, 188.29, -6.97, -94.03, 2, math.random(0,3))
+	MovementLoopAddLocation(NPC, 186.55, -6.57, -94.3, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 186.18, -7, -88.5, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 188.89, -7.12, -90.37, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 185.76, -6.62, -91.04, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 186.99, -6.93, -88.38, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 187.08, -6.93, -90.75, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 188.61, -7.19, -91.65, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 186.56, -6.74, -90.88, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 188.55, -7.17, -91.93, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 186.53, -6.52, -93.16, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 188.55, -7.17, -91.93, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 186.56, -6.74, -90.88, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 188.61, -7.19, -91.65, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 187.08, -6.93, -90.75, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 186.99, -6.93, -88.38, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 185.76, -6.62, -91.04, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 188.89, -7.12, -90.37, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 186.18, -7, -88.5, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 186.55, -6.57, -94.3, 2, math.random(0,15))
+	MovementLoopAddLocation(NPC, 188.29, -6.97, -94.03, 2, math.random(0,3))
+end
+
+

+ 44 - 0
server/SpawnScripts/VerminSnye/festering_zombie9.lua

@@ -0,0 +1,44 @@
+--[[
+	Script Name		:	festering_zombie9.lua
+	Script Purpose	:	Waypoint Path for festering_zombie9.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 05:34:26 PM
+	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, 174.9, -6.91, -69.88, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 172.24, -6.96, -72.38, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 171.77, -6.96, -75.25, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 168.91, -6.97, -69.83, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 169.44, -6.96, -71.8, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 173.01, -6.92, -71.36, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 174.81, -6.9, -70.09, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 175.03, -6.94, -72.96, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 169.48, -6.88, -73.69, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 171.95, -6.97, -70.72, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 171.13, -6.94, -75.27, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 171.95, -6.97, -70.72, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 169.48, -6.88, -73.69, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 175.03, -6.94, -72.96, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 174.81, -6.9, -70.09, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 173.01, -6.92, -71.36, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 169.44, -6.96, -71.8, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 168.91, -6.97, -69.83, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 171.77, -6.96, -75.25, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 172.24, -6.96, -72.38, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 174.9, -6.91, -69.88, 2, math.random(0,5))
+end
+
+

+ 42 - 0
server/SpawnScripts/VerminSnye/grave_scorpius3.lua

@@ -0,0 +1,42 @@
+--[[
+	Script Name		:	grave_scorpius3.lua
+	Script Purpose	:	Waypoint Path for grave_scorpius3.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 03:01:16 PM
+	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, 157.09, -6.34, -108.9, 2, math.random(0,10))
+	MovementLoopAddLocation(NPC, 181.21, -7.14, -110.06, 2, 0)
+	MovementLoopAddLocation(NPC, 190.37, -6.93, -115.36, 2, 0)
+	MovementLoopAddLocation(NPC, 201.28, -6.44, -123.62, 2, 0)
+	MovementLoopAddLocation(NPC, 220.95, -6.82, -107.27, 2, 0)
+	MovementLoopAddLocation(NPC, 222.45, -6.82, -81.02, 2, 0)
+	MovementLoopAddLocation(NPC, 217.24, -6.81, -79.61, 2, 0)
+	MovementLoopAddLocation(NPC, 210.73, -6.96, -80.88, 2, 0)
+	MovementLoopAddLocation(NPC, 208.53, -6.93, -90.89, 2, 0)
+	MovementLoopAddLocation(NPC, 191.84, -6.53, -91.63, 2, math.random(0,10))
+	MovementLoopAddLocation(NPC, 208.53, -6.93, -90.89, 2, 0)
+	MovementLoopAddLocation(NPC, 210.73, -6.96, -80.88, 2, 0)
+	MovementLoopAddLocation(NPC, 217.24, -6.81, -79.61, 2, 0)
+	MovementLoopAddLocation(NPC, 222.45, -6.82, -81.02, 2, 0)
+	MovementLoopAddLocation(NPC, 220.95, -6.82, -107.27, 2, 0)
+	MovementLoopAddLocation(NPC, 201.28, -6.44, -123.62, 2, 0)
+	MovementLoopAddLocation(NPC, 190.37, -6.93, -115.36, 2, 0)
+	MovementLoopAddLocation(NPC, 181.21, -7.14, -110.06, 2, 0)
+	MovementLoopAddLocation(NPC, 157.09, -6.34, -108.9, 2, math.random(0,10))
+end
+
+

+ 38 - 0
server/SpawnScripts/VerminSnye/grave_scorpius4.lua

@@ -0,0 +1,38 @@
+--[[
+	Script Name		:	grave_scorpius4.lua
+	Script Purpose	:	Waypoint Path for grave_scorpius4.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 03:42:38 PM
+	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, 205.71, -7, -120.17, 2, math.random(0,10))
+	MovementLoopAddLocation(NPC, 223.11, -6.74, -104.29, 2, 0)
+	MovementLoopAddLocation(NPC, 222.92, -6.32, -82.96, 2, 0)
+	MovementLoopAddLocation(NPC, 218.26, -6.78, -76.82, 2, 0)
+	MovementLoopAddLocation(NPC, 209.65, -6.8, -79.71, 2, 0)
+	MovementLoopAddLocation(NPC, 207.76, -7.09, -90.04, 2, 0)
+	MovementLoopAddLocation(NPC, 198.36, -7.08, -90.62, 2, 0)
+	MovementLoopAddLocation(NPC, 197.86, -6.92, -54.54, 2, math.random(0,10))
+	MovementLoopAddLocation(NPC, 198.36, -7.08, -90.62, 2, 0)
+	MovementLoopAddLocation(NPC, 207.76, -7.09, -90.04, 2, 0)
+	MovementLoopAddLocation(NPC, 209.65, -6.8, -79.71, 2, 0)
+	MovementLoopAddLocation(NPC, 218.26, -6.78, -76.82, 2, 0)
+	MovementLoopAddLocation(NPC, 222.92, -6.32, -82.96, 2, 0)
+	MovementLoopAddLocation(NPC, 223.11, -6.74, -104.29, 2, 0)
+	MovementLoopAddLocation(NPC, 205.71, -7, -120.17, 2, math.random(0,10))
+end
+
+

+ 54 - 0
server/SpawnScripts/VerminSnye/grave_scorpius5.lua

@@ -0,0 +1,54 @@
+--[[
+	Script Name		:	grave_scorpius5.lua
+	Script Purpose	:	Waypoint Path for grave_scorpius5.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 04:15:15 PM
+	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, 197.54, -6.94, -56.95, 2, 0)
+	MovementLoopAddLocation(NPC, 214.59, -6.9, -56.05, 2, 0)
+	MovementLoopAddLocation(NPC, 232.77, -6.45, -39.74, 2, 0)
+	MovementLoopAddLocation(NPC, 245.04, -7, -39.48, 2, 0)
+	MovementLoopAddLocation(NPC, 244.7, -7, -51.44, 2, 0)
+	MovementLoopAddLocation(NPC, 237.23, -6.88, -61.05, 2, 0)
+	MovementLoopAddLocation(NPC, 237.1, -6.86, -81.33, 2, 0)
+	MovementLoopAddLocation(NPC, 246.61, -6.86, -80.72, 2, 0)
+	MovementLoopAddLocation(NPC, 247.18, -6.86, -105.48, 2, 0)
+	MovementLoopAddLocation(NPC, 235.11, -6.86, -105.88, 2, 0)
+	MovementLoopAddLocation(NPC, 234.68, -6.86, -91.53, 2, 0)
+	MovementLoopAddLocation(NPC, 222.12, -6.83, -92.14, 2, 0)
+	MovementLoopAddLocation(NPC, 222.34, -6.32, -83.16, 2, 0)
+	MovementLoopAddLocation(NPC, 216.89, -6.81, -76.86, 2, 0)
+	MovementLoopAddLocation(NPC, 210.19, -6.81, -79.75, 2, 0)
+	MovementLoopAddLocation(NPC, 208.44, -6.98, -90.24, 2, 0)
+	MovementLoopAddLocation(NPC, 210.19, -6.81, -79.75, 2, 0)
+	MovementLoopAddLocation(NPC, 216.89, -6.81, -76.86, 2, 0)
+	MovementLoopAddLocation(NPC, 222.34, -6.32, -83.16, 2, 0)
+	MovementLoopAddLocation(NPC, 222.12, -6.83, -92.14, 2, 0)
+	MovementLoopAddLocation(NPC, 234.68, -6.86, -91.53, 2, 0)
+	MovementLoopAddLocation(NPC, 235.11, -6.86, -105.88, 2, 0)
+	MovementLoopAddLocation(NPC, 247.18, -6.86, -105.48, 2, 0)
+	MovementLoopAddLocation(NPC, 246.61, -6.86, -80.72, 2, 0)
+	MovementLoopAddLocation(NPC, 237.1, -6.86, -81.33, 2, 0)
+	MovementLoopAddLocation(NPC, 237.23, -6.88, -61.05, 2, 0)
+	MovementLoopAddLocation(NPC, 244.7, -7, -51.44, 2, 0)
+	MovementLoopAddLocation(NPC, 245.04, -7, -39.48, 2, 0)
+	MovementLoopAddLocation(NPC, 232.77, -6.45, -39.74, 2, 0)
+	MovementLoopAddLocation(NPC, 214.59, -6.9, -56.05, 2, 0)
+	MovementLoopAddLocation(NPC, 197.54, -6.94, -56.95, 2, 0)
+end
+
+

+ 40 - 0
server/SpawnScripts/VerminSnye/grave_scorpius6.lua

@@ -0,0 +1,40 @@
+--[[
+	Script Name		:	grave_scorpius4_1.lua
+	Script Purpose	:	Waypoint Path for grave_scorpius4_1.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 05:19:49 PM
+	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, 211.62, -6.86, -79.19, 2, 0)
+	MovementLoopAddLocation(NPC, 207.87, -6.95, -92.03, 2, 0)
+	MovementLoopAddLocation(NPC, 190.68, -6.82, -92.33, 2, 0)
+	MovementLoopAddLocation(NPC, 196.53, -7.03, -89.79, 2, 0)
+	MovementLoopAddLocation(NPC, 198.37, -6.31, -69.78, 2, 0)
+	MovementLoopAddLocation(NPC, 198.41, -6.99, -57.12, 2, 0)
+	MovementLoopAddLocation(NPC, 213.74, -6.88, -56.22, 2, 0)
+	MovementLoopAddLocation(NPC, 232.46, -6.45, -39.62, 2, 0)
+	MovementLoopAddLocation(NPC, 256.21, -6.91, -38.48, 2, 0)
+	MovementLoopAddLocation(NPC, 232.46, -6.45, -39.62, 2, 0)
+	MovementLoopAddLocation(NPC, 213.74, -6.88, -56.22, 2, 0)
+	MovementLoopAddLocation(NPC, 198.41, -6.99, -57.12, 2, 0)
+	MovementLoopAddLocation(NPC, 198.37, -6.31, -69.78, 2, 0)
+	MovementLoopAddLocation(NPC, 196.53, -7.03, -89.79, 2, 0)
+	MovementLoopAddLocation(NPC, 190.68, -6.82, -92.33, 2, 0)
+	MovementLoopAddLocation(NPC, 207.87, -6.95, -92.03, 2, 0)
+	MovementLoopAddLocation(NPC, 211.62, -6.86, -79.19, 2, 0)
+end
+
+

+ 40 - 0
server/SpawnScripts/VerminSnye/infected_grave_scorpius2.lua

@@ -0,0 +1,40 @@
+--[[
+	Script Name		:	infected_grave_scorpius2.lua
+	Script Purpose	:	Waypoint Path for infected_grave_scorpius2.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 01:31:16 PM
+	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, 137.22, -6.92, -97.49, 2, math.random(0,10))
+	MovementLoopAddLocation(NPC, 147.92, -7.09, -98.72, 2, 0)
+	MovementLoopAddLocation(NPC, 157.39, -6.44, -106.16, 2, 0)
+	MovementLoopAddLocation(NPC, 160.99, -6.92, -106.99, 2, 0)
+	MovementLoopAddLocation(NPC, 182.53, -7.01, -106.98, 2, 0)
+	MovementLoopAddLocation(NPC, 200.67, -6.47, -120.98, 2, 0)
+	MovementLoopAddLocation(NPC, 204.9, -6.99, -120.09, 2, 0)
+	MovementLoopAddLocation(NPC, 220.26, -6.8, -104.45, 2, 0)
+	MovementLoopAddLocation(NPC, 222.07, -6.32, -84.57, 2, math.random(0,10))
+	MovementLoopAddLocation(NPC, 220.26, -6.8, -104.45, 2, 0)
+	MovementLoopAddLocation(NPC, 204.9, -6.99, -120.09, 2, 0)
+	MovementLoopAddLocation(NPC, 200.67, -6.47, -120.98, 2, 0)
+	MovementLoopAddLocation(NPC, 182.53, -7.01, -106.98, 2, 0)
+	MovementLoopAddLocation(NPC, 160.99, -6.92, -106.99, 2, 0)
+	MovementLoopAddLocation(NPC, 157.39, -6.44, -106.16, 2, 0)
+	MovementLoopAddLocation(NPC, 147.92, -7.09, -98.72, 2, 0)
+	MovementLoopAddLocation(NPC, 137.22, -6.92, -97.49, 2, math.random(0,10))
+end
+
+

+ 48 - 0
server/SpawnScripts/VerminSnye/infected_grave_scorpius3.lua

@@ -0,0 +1,48 @@
+--[[
+	Script Name		:	infected_grave_scorpius3.lua
+	Script Purpose	:	Waypoint Path for infected_grave_scorpius3.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 05:08:19 PM
+	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, 223.66, -6.8, -81.49, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 216.39, -6.79, -75.99, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 211.18, -6.85, -79.68, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 207.39, -7.08, -89.65, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 199.23, -6.97, -90, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 198.89, -6.3, -69.43, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 198.73, -7, -55.13, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 215.03, -6.95, -55.03, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 232.82, -6.44, -39.77, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 246.21, -6.97, -39.25, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 245.27, -6.94, -54.07, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 236.66, -6.49, -62.96, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 236.8, -7.02, -74.94, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 236.66, -6.49, -62.96, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 245.27, -6.94, -54.07, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 246.21, -6.97, -39.25, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 232.82, -6.44, -39.77, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 215.03, -6.95, -55.03, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 198.73, -7, -55.13, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 198.89, -6.3, -69.43, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 199.23, -6.97, -90, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 207.39, -7.08, -89.65, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 211.18, -6.85, -79.68, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 216.39, -6.79, -75.99, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 223.66, -6.8, -81.49, 2, math.random(0,5))
+end
+
+

+ 36 - 0
server/SpawnScripts/VerminSnye/ravenous_cube.lua

@@ -0,0 +1,36 @@
+--[[
+	Script Name		:	ravenous_cube.lua
+	Script Purpose	:	Waypoint Path for ravenous_cube.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 05:31:02 PM
+	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, 191.99, -6.83, -75.69, 2, 0)
+	MovementLoopAddLocation(NPC, 185.67, -7.01, -77.08, 2, 0)
+	MovementLoopAddLocation(NPC, 173.65, -6.99, -81.77, 2, 0)
+	MovementLoopAddLocation(NPC, 165.68, -7.01, -81.16, 2, 0)
+	MovementLoopAddLocation(NPC, 156.84, -6.45, -72.96, 2, 0)
+	MovementLoopAddLocation(NPC, 156, -6.95, -63.75, 2, 0)
+	MovementLoopAddLocation(NPC, 154.93, -7.01, -45.38, 2, 0)
+	MovementLoopAddLocation(NPC, 156, -6.95, -63.75, 2, 0)
+	MovementLoopAddLocation(NPC, 156.84, -6.45, -72.96, 2, 0)
+	MovementLoopAddLocation(NPC, 165.68, -7.01, -81.16, 2, 0)
+	MovementLoopAddLocation(NPC, 173.65, -6.99, -81.77, 2, 0)
+	MovementLoopAddLocation(NPC, 185.67, -7.01, -77.08, 2, 0)
+	MovementLoopAddLocation(NPC, 191.99, -6.83, -75.69, 2, 0)
+end
+
+

+ 66 - 0
server/SpawnScripts/VerminSnye/shriller2.lua

@@ -0,0 +1,66 @@
+--[[
+	Script Name		:	shriller2.lua
+	Script Purpose	:	Waypoint Path for shriller2.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 03:50:59 PM
+	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, 206.54, -6.83, -116.58, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 221.44, -6.84, -106.48, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 222.6, -6.82, -91.54, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 234.51, -6.86, -91.53, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 235.37, -6.86, -106.55, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 244.93, -6.86, -107.48, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 243.18, -6.66, -122.87, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 243.09, -6.86, -133.32, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 234.78, -6.86, -148.74, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 234.7, -6.86, -154.96, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 246.46, -6.86, -161.98, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 250.05, -7, -181.13, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 259.37, -7, -192.57, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 256.21, -6.94, -201.95, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 249.57, -6.94, -203.87, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 225.14, -6.98, -202.87, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 209.52, -7.06, -186.41, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 209.18, -6.99, -168.71, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 194.23, -6.5, -162.51, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 172.44, -7.07, -166.4, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 170.3, -7.01, -174.69, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 169.22, -6.93, -185.05, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 170.3, -7.01, -174.69, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 172.44, -7.07, -166.4, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 194.23, -6.5, -162.51, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 209.18, -6.99, -168.71, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 209.52, -7.06, -186.41, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 225.14, -6.98, -202.87, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 249.57, -6.94, -203.87, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 256.21, -6.94, -201.95, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 259.37, -7, -192.57, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 250.05, -7, -181.13, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 246.46, -6.86, -161.98, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 234.7, -6.86, -154.96, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 234.78, -6.86, -148.74, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 243.09, -6.86, -133.32, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 243.18, -6.66, -122.87, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 244.93, -6.86, -107.48, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 235.37, -6.86, -106.55, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 234.51, -6.86, -91.53, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 222.6, -6.82, -91.54, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 221.44, -6.84, -106.48, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 206.54, -6.83, -116.58, 2, math.random(0,5))
+end
+
+

+ 54 - 0
server/SpawnScripts/VerminSnye/tomb_guard10.lua

@@ -0,0 +1,54 @@
+--[[
+	Script Name		:	tomb_guard10.lua
+	Script Purpose	:	Waypoint Path for tomb_guard10.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 04:04:03 PM
+	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, 220.34, -6.83, -114.82, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 222.69, -6.74, -118.5, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 217.45, -6.8, -115.06, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 215.49, -6.74, -118.59, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 219.72, -6.83, -122.01, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 219.87, -6.86, -118.04, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 216.59, -6.78, -116.37, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 220.82, -6.83, -120.58, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 216.79, -6.76, -116.82, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 221.97, -6.79, -118.9, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 221.6, -6.73, -117.52, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 218.32, -6.83, -118.13, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 216.93, -6.78, -116.06, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 218.76, -6.85, -114.88, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 217.71, -6.75, -116.22, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 219.16, -6.79, -119.13, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 217.71, -6.75, -116.22, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 218.76, -6.85, -114.88, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 216.93, -6.78, -116.06, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 218.32, -6.83, -118.13, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 221.6, -6.73, -117.52, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 221.97, -6.79, -118.9, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 216.79, -6.76, -116.82, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 220.82, -6.83, -120.58, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 216.59, -6.78, -116.37, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 219.87, -6.86, -118.04, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 219.72, -6.83, -122.01, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 215.49, -6.74, -118.59, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 217.45, -6.8, -115.06, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 222.69, -6.74, -118.5, 2, math.random(0,25))
+	MovementLoopAddLocation(NPC, 220.34, -6.83, -114.82, 2, math.random(0,25))
+end
+
+

+ 36 - 0
server/SpawnScripts/VerminSnye/tomb_guard11.lua

@@ -0,0 +1,36 @@
+--[[
+	Script Name		:	tomb_guard11.lua
+	Script Purpose	:	Waypoint Path for tomb_guard11.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 05:23:54 PM
+	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, 188.27, -6.97, -94.02, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 186.21, -6.75, -89.32, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 188.35, -7.12, -90.51, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 188.28, -6.97, -93.88, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 186.84, -6.97, -93.88, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 185.57, -6.25, -91.6, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 189.59, -7.19, -91.31, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 185.57, -6.25, -91.6, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 186.84, -6.97, -93.88, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 188.28, -6.97, -93.88, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 188.35, -7.12, -90.51, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 186.21, -6.75, -89.32, 2, math.random(0,5))
+	MovementLoopAddLocation(NPC, 188.27, -6.97, -94.02, 2, math.random(0,5))
+end
+
+

+ 46 - 0
server/SpawnScripts/VerminSnye/tomb_guard12.lua

@@ -0,0 +1,46 @@
+--[[
+	Script Name		:	tomb_guard12.lua
+	Script Purpose	:	Waypoint Path for tomb_guard12.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 05:34:17 PM
+	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, 168.99, -6.91, -75.14, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 171.2, -6.97, -70.78, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 174.32, -6.88, -71.14, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 175.29, -6.74, -73.82, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 172.44, -6.95, -71.74, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 169.74, -6.89, -74.56, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 171.19, -6.94, -75.64, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 172.14, -6.97, -70.72, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 169.75, -6.97, -71.65, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 174.95, -6.93, -72.97, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 172.84, -6.94, -72.15, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 171.46, -6.95, -75.38, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 172.84, -6.94, -72.15, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 174.95, -6.93, -72.97, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 169.75, -6.97, -71.65, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 172.14, -6.97, -70.72, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 171.19, -6.94, -75.64, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 169.74, -6.89, -74.56, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 172.44, -6.95, -71.74, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 175.29, -6.74, -73.82, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 174.32, -6.88, -71.14, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 171.2, -6.97, -70.78, 2, math.random(0,7))
+	MovementLoopAddLocation(NPC, 168.99, -6.91, -75.14, 2, math.random(0,7))
+end
+
+

+ 64 - 0
server/SpawnScripts/VerminSnye/tomb_vermin14.lua

@@ -0,0 +1,64 @@
+--[[
+	Script Name		:	tomb_vermin14.lua
+	Script Purpose	:	Waypoint Path for tomb_vermin14.lua
+	Script Author	:	Devn00b
+	Script Date		:	06/26/2020 05:40:17 PM
+	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, 156.72, -6.57, -74.3, 2, 0)
+	MovementLoopAddLocation(NPC, 156.98, -6.96, -63.82, 2, 0)
+	MovementLoopAddLocation(NPC, 157.46, -7.01, -59.17, 2, 0)
+	MovementLoopAddLocation(NPC, 172.83, -7.01, -44.42, 2, 0)
+	MovementLoopAddLocation(NPC, 177.37, -7.07, -44.89, 2, 0)
+	MovementLoopAddLocation(NPC, 190.88, -7.04, -54.72, 2, 0)
+	MovementLoopAddLocation(NPC, 216.78, -6.96, -55.08, 2, 0)
+	MovementLoopAddLocation(NPC, 232.35, -6.47, -38.53, 2, 0)
+	MovementLoopAddLocation(NPC, 245.92, -6.49, -49.9, 2, 0)
+	MovementLoopAddLocation(NPC, 238.3, -6.49, -62.83, 2, 0)
+	MovementLoopAddLocation(NPC, 236.78, -6.86, -79.4, 2, 0)
+	MovementLoopAddLocation(NPC, 242.63, -6.86, -81.3, 2, 0)
+	MovementLoopAddLocation(NPC, 247.22, -6.86, -81.2, 2, 0)
+	MovementLoopAddLocation(NPC, 247.3, -6.86, -111.29, 2, 0)
+	MovementLoopAddLocation(NPC, 235.41, -6.86, -111.43, 2, 0)
+	MovementLoopAddLocation(NPC, 235.06, -6.86, -91.93, 2, 0)
+	MovementLoopAddLocation(NPC, 222.35, -6.82, -91.99, 2, 0)
+	MovementLoopAddLocation(NPC, 222.19, -6.81, -79.49, 2, 0)
+	MovementLoopAddLocation(NPC, 213.38, -6.92, -77.23, 2, 0)
+	MovementLoopAddLocation(NPC, 209.68, -6.83, -80.81, 2, 0)
+	MovementLoopAddLocation(NPC, 207.74, -6.98, -91.18, 2, 0)
+	MovementLoopAddLocation(NPC, 209.68, -6.83, -80.81, 2, 0)
+	MovementLoopAddLocation(NPC, 213.38, -6.92, -77.23, 2, 0)
+	MovementLoopAddLocation(NPC, 222.19, -6.81, -79.49, 2, 0)
+	MovementLoopAddLocation(NPC, 222.35, -6.82, -91.99, 2, 0)
+	MovementLoopAddLocation(NPC, 235.06, -6.86, -91.93, 2, 0)
+	MovementLoopAddLocation(NPC, 235.41, -6.86, -111.43, 2, 0)
+	MovementLoopAddLocation(NPC, 247.3, -6.86, -111.29, 2, 0)
+	MovementLoopAddLocation(NPC, 247.22, -6.86, -81.2, 2, 0)
+	MovementLoopAddLocation(NPC, 242.63, -6.86, -81.3, 2, 0)
+	MovementLoopAddLocation(NPC, 236.78, -6.86, -79.4, 2, 0)
+	MovementLoopAddLocation(NPC, 238.3, -6.49, -62.83, 2, 0)
+	MovementLoopAddLocation(NPC, 245.92, -6.49, -49.9, 2, 0)
+	MovementLoopAddLocation(NPC, 232.35, -6.47, -38.53, 2, 0)
+	MovementLoopAddLocation(NPC, 216.78, -6.96, -55.08, 2, 0)
+	MovementLoopAddLocation(NPC, 190.88, -7.04, -54.72, 2, 0)
+	MovementLoopAddLocation(NPC, 177.37, -7.07, -44.89, 2, 0)
+	MovementLoopAddLocation(NPC, 172.83, -7.01, -44.42, 2, 0)
+	MovementLoopAddLocation(NPC, 157.46, -7.01, -59.17, 2, 0)
+	MovementLoopAddLocation(NPC, 156.98, -6.96, -63.82, 2, 0)
+	MovementLoopAddLocation(NPC, 156.72, -6.57, -74.3, 2, 0)
+end
+
+