1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-20 19:57:46 +00:00
project-meteor-server/Data/scripts/quests/man/man2l0.lua
2022-01-26 01:15:02 -05:00

36 lines
No EOL
595 B
Lua

require("global")
function onStart(player, quest)
quest:StartSequence(SEQ_000);
end
function onFinish(player, quest)
end
function onSequence(player, quest, seqNum)
quest:ClearENpcs();
end
function onTalk(player, quest, npc)
local sequence = quest:getSequence();
local classId = npc:GetActorClassId();
end
function onEmote(player, quest, npc, emote)
end
function onPush(player, quest, npc)
end
function onNotice(player, quest, npc)
end
function getJournalInformation(player, quest)
return {};
end
function getJournalMapMarkerList(player, quest)
return 11000105, 11000106;
end