mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
New scripts for the opening private areas, as well as db updates.
This commit is contained in:
parent
e898c045f7
commit
d918ad3776
29 changed files with 412 additions and 183 deletions
|
@ -3,6 +3,15 @@
|
|||
|
||||
--]]
|
||||
|
||||
function onEventStarted(player, actor, questId)
|
||||
player:SendRequestedInfo("requestedData", "qtdata", 0x1D4F2);
|
||||
function onEventStarted(player, actor, trigger, questId, mapCode)
|
||||
|
||||
quest = player:GetQuest(questId);
|
||||
if (mapCode == nil) then
|
||||
player:SendRequestedInfo("requestedData", "qtdata", quest:GetQuestId(), 3);
|
||||
player:EndEvent();
|
||||
else
|
||||
player:SendRequestedInfo("requestedData", "qtmap", quest:GetQuestId());
|
||||
player:EndEvent();
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue