EQ2EMu/server/SpawnScripts/CryptofBetrayal/tortured_essence7.lua
2022-06-05 13:50:31 -07:00

56 lines
2.7 KiB
Lua
Executable file

--[[
Script Name : tortured_essence7.lua
Script Purpose : Waypoint Path for tortured_essence7.lua
Script Author : Auto Generated
Script Date : 06/02/2020 03:41:11 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, 142.67, 6.99, -19.4, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 154.81, 6.99, -17.06, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 154.57, 6.99, -4.7, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 142.34, 6.99, -4.84, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 149.9, 7.74, -10.78, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 153.55, 6.99, -4.02, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 153.48, 7.02, 8.41, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 149.87, 6.99, 5.62, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 130.25, 7.58, 5.26, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 154.23, 6.99, 4.45, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 153.83, 6.99, -6.97, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 143.76, 6.99, -7.2, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 145.34, 6.99, -12.2, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 145.14, 6.99, -17.62, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 152.37, 6.99, -17.65, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 147.98, 6.99, -16.45, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 150.12, 7.74, -14.82, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 147.98, 6.99, -16.45, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 152.37, 6.99, -17.65, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 145.14, 6.99, -17.62, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 145.34, 6.99, -12.2, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 143.76, 6.99, -7.2, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 153.83, 6.99, -6.97, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 154.23, 6.99, 4.45, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 130.25, 7.58, 5.26, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 149.87, 6.99, 5.62, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 153.48, 7.02, 8.41, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 153.55, 6.99, -4.02, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 149.9, 7.74, -10.78, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 142.34, 6.99, -4.84, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 154.57, 6.99, -4.7, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 154.81, 6.99, -17.06, 2, math.random(0,5))
MovementLoopAddLocation(NPC, 142.67, 6.99, -19.4, 2, math.random(0,5))
end