mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
48 lines
1.9 KiB
Lua
Executable file
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
|
|
|
|
|