mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 03:48:23 +02:00
Changed "SendRequestedInfo" to "SendDataPacket" as that's the actual name of the packet. Copied all the progress with the Limsa Opening director to Gridania and Uldah.
This commit is contained in:
parent
1bf25b2a2b
commit
7c25b14640
6 changed files with 101 additions and 74 deletions
|
@ -34,7 +34,7 @@ function onEventStarted(player, actor, triggerName)
|
|||
|
||||
wait(6); --Should be wait for mobkill
|
||||
worldMaster = GetWorldMaster();
|
||||
player:SendRequestedInfo("attention", worldMaster, "", 51073, 1);
|
||||
player:SendDataPacket("attention", worldMaster, "", 51073, 1);
|
||||
wait(7);
|
||||
player:ChangeMusic(7);
|
||||
player:ChangeState(0);
|
||||
|
@ -73,9 +73,6 @@ end
|
|||
|
||||
function onCommandEvent(player, command)
|
||||
|
||||
quest = GetStaticActor("Man0l0");
|
||||
callClientFunction(player, "delegateEvent", player, quest, "processTtrBtl002", nil, nil, nil);
|
||||
|
||||
end
|
||||
|
||||
function onEventUpdate(player, npc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue