eq2emu-content/SpawnScripts/FallenGate/AMeatStripper_A.lua
2024-10-26 11:37:28 +00:00

48 lines
1.9 KiB
Lua
Executable file

--[[
Script Name : AMeatStripper_A.lua
Script Purpose : Waypoint Path for AMeatStripper_A.lua
Script Author : Auto Generated
Script Date : 03/09/2019 01:13:03 PM
Script Notes : <special-instructions>
--]]
function spawn(NPC)
waypoints(NPC)
end
function hailed(NPC, Spawn)
FaceTarget(NPC, Spawn)
end
function respawn(NPC)
end
function waypoints(NPC)
MovementLoopAddLocation(NPC, -136.04, -12.06, -206.46, 2, 0)
MovementLoopAddLocation(NPC, -145.34, -11.52, -197.07, 2, 0)
MovementLoopAddLocation(NPC, -151.67, -11.16, -184.93, 2, 0)
MovementLoopAddLocation(NPC, -152.76, -11.32, -176.03, 2, 0)
MovementLoopAddLocation(NPC, -152.27, -11.32, -172.74, 2, 0)
MovementLoopAddLocation(NPC, -151.12, -11.32, -170.03, 2, 0)
MovementLoopAddLocation(NPC, -148.68, -11.32, -167.7, 2, 0)
MovementLoopAddLocation(NPC, -143.81, -11.32, -165.78, 2, 0)
MovementLoopAddLocation(NPC, -133.7, -11.32, -164.97, 2, 0)
MovementLoopAddLocation(NPC, -119.82, -11.66, -166.57, 2, 0)
MovementLoopAddLocation(NPC, -121.33, -11.68, -171.33, 2, 0)
MovementLoopAddLocation(NPC, -123.85, -11.65, -173.69, 2, 0)
MovementLoopAddLocation(NPC, -124.82, -11.64, -178.15, 2, 0)
MovementLoopAddLocation(NPC, -123.85, -11.65, -173.69, 2, 0)
MovementLoopAddLocation(NPC, -121.33, -11.68, -171.33, 2, 0)
MovementLoopAddLocation(NPC, -119.82, -11.66, -166.57, 2, 0)
MovementLoopAddLocation(NPC, -133.7, -11.32, -164.97, 2, 0)
MovementLoopAddLocation(NPC, -143.81, -11.32, -165.78, 2, 0)
MovementLoopAddLocation(NPC, -148.68, -11.32, -167.7, 2, 0)
MovementLoopAddLocation(NPC, -151.12, -11.32, -170.03, 2, 0)
MovementLoopAddLocation(NPC, -152.27, -11.32, -172.74, 2, 0)
MovementLoopAddLocation(NPC, -152.76, -11.32, -176.03, 2, 0)
MovementLoopAddLocation(NPC, -151.67, -11.16, -184.93, 2, 0)
MovementLoopAddLocation(NPC, -145.34, -11.52, -197.07, 2, 0)
MovementLoopAddLocation(NPC, -136.04, -12.06, -206.46, 2, 0)
end