1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-21 04:07:48 +00:00
project-meteor-server/Data/scripts/quests/man/man2l0.lua
2022-02-16 15:32:54 -05:00

36 lines
No EOL
598 B
Lua

require("global")
function onStart(player, quest)
quest:StartSequence(SEQ_000);
end
function onFinish(player, quest)
end
function onStateChange(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