mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
41 lines
1.6 KiB
Lua
Executable file
41 lines
1.6 KiB
Lua
Executable file
--[[
|
|
Script Name : ghostship.lua
|
|
Script Purpose : Waypoint Path for ghostship.lua
|
|
Script Author : Auto Generated
|
|
Script Date : 03/14/2021 11:57:46 AM
|
|
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, -1028.23, -146.12, -719.71, 3, 0)
|
|
MovementLoopAddLocation(NPC, -1004, -146.12, -734.81, 3, 0)
|
|
MovementLoopAddLocation(NPC, -965.65, -146.12, -754.73, 3, 0)
|
|
MovementLoopAddLocation(NPC, -932.42, -146.12, -772.44, 3, 0)
|
|
MovementLoopAddLocation(NPC, -903.33, -146.12, -788.15, 3, 0)
|
|
MovementLoopAddLocation(NPC, -871.25, -146.12, -805.51, 3, 0)
|
|
MovementLoopAddLocation(NPC, -836.77, -146.12, -824.23, 3, 0)
|
|
MovementLoopAddLocation(NPC, -806.54, -146.12, -840.76, 3, 0)
|
|
MovementLoopAddLocation(NPC, -782.86, -146.12, -853.94, 3, 0)
|
|
MovementLoopAddLocation(NPC, -753.93, -146.12, -873.7, 3, 0)
|
|
MovementLoopAddLocation(NPC, -732.61, -146.12, -893.95, 3, 0)
|
|
MovementLoopAddLocation(NPC, -711.24, -146.12, -922.86, 3, 0)
|
|
MovementLoopAddLocation(NPC, -701.24, -146.12, -949.58, 3, 0)
|
|
MovementLoopAddLocation(NPC, -700.39, -146.12, -982.98, 3, 0)
|
|
MovementLoopAddLocation(NPC, -706.05, -146.12, -1009.68, 3, 0)
|
|
MovementLoopAddLocation(NPC, -713.49, -146.12, -1030.85, 3, 0)
|
|
MovementLoopAddLocation(NPC, -728.89, -146.12, -1059.87, 3, 0)
|
|
MovementLoopAddLocation(NPC, -746.1, -146.12, -1081.15, 3, 0)
|
|
MovementLoopAddLocation(NPC, -1049.49, -146.12, -703.66, 3, 0)
|
|
end
|
|
|