mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
callClientFunction now returns ALL results. Fixed some scripts, finished fixing up Gridania opening script.
This commit is contained in:
parent
6e12668176
commit
b345521f79
11 changed files with 80 additions and 19 deletions
|
@ -13,10 +13,10 @@ function onEventStarted(player, actor, trigger, questId, mapCode)
|
|||
end
|
||||
|
||||
if (mapCode == nil) then
|
||||
player:SendRequestedInfo("requestedData", "qtdata", quest:GetQuestId(), quest:GetPhase());
|
||||
player:SendDataPacket("requestedData", "qtdata", quest:GetQuestId(), 0);
|
||||
player:EndEvent();
|
||||
else
|
||||
player:SendRequestedInfo("requestedData", "qtmap", quest:GetQuestId());
|
||||
player:SendDataPacket("requestedData", "qtmap", quest:GetQuestId());
|
||||
player:EndEvent();
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue