mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-27 12:56:07 +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
|
@ -4,6 +4,6 @@
|
|||
--]]
|
||||
|
||||
function onEventStarted(player, actor, questId)
|
||||
player:SendRequestedInfo("requestedData", "activegl", 7, nil, nil, nil, nil, nil, nil, nil);
|
||||
player:SendDataPacket("requestedData", "activegl", 7, nil, nil, nil, nil, nil, nil, nil);
|
||||
-- player:SendRequestedInfo("requestedData", "glHist", 10, 0x1D4F2, 1009, 12464, 11727, 12485, 12526);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue