EQ2EMu/server/SpawnScripts/Oakmyst/aclearwaterfrog606.lua
2022-10-16 17:40:14 +00:00

38 lines
1.4 KiB
Lua
Executable file

--[[
Script Name : SpawnScripts/Oakmyst/aclearwaterfrog606.lua
Script Author : Ememjr
Script Date : 2019.10.12 06:10:28
Script Purpose :
:
--]]
function spawn(NPC)
waypoints(NPC)
end
function waypoints(NPC)
MovementLoopAddLocation(NPC, 986.909, 0.781519, -206.048, 2, 5)
MovementLoopAddLocation(NPC, 986.909, 0.781519, -206.048, 2, 5)
MovementLoopAddLocation(NPC, 981.574, 0.676865, -206.435, 2, 5)
MovementLoopAddLocation(NPC, 981.336, 0.605602, -207.475, 2, 5)
MovementLoopAddLocation(NPC, 979.898, 0.860104, -207.574, 2, 5)
MovementLoopAddLocation(NPC, 976.898, 0.708733, -200.428, 2, 5)
MovementLoopAddLocation(NPC, 977.963, 0.984644, -203.69, 2, 5)
MovementLoopAddLocation(NPC, 978.806, 5.17616, -202.717, 2, 5)
MovementLoopAddLocation(NPC, 978.042, 7.46185, -197.574, 2, 5)
MovementLoopAddLocation(NPC, 980.773, 2.67748, -197.591, 2, 5)
MovementLoopAddLocation(NPC, 980.283, 2.00012, -197.601, 2, 5)
MovementLoopAddLocation(NPC, 980.283, 2.00012, -197.601, 2, 10)
MovementLoopAddLocation(NPC, 978.499, 2.72604, -197.598, 2, 0)
MovementLoopAddLocation(NPC, 978.499, 2.72604, -197.598, 2, 0)
MovementLoopAddLocation(NPC, 980.825, 5.26465, -202.383, 2, 0)
MovementLoopAddLocation(NPC, 980.158, 5.17928, -203.387, 2, 0)
MovementLoopAddLocation(NPC, 980.458, 6.2448, -203.579, 2, 10)
end
function respawn(NPC)
end