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:
Filip Maj 2017-03-19 12:35:21 -04:00
parent 1bf25b2a2b
commit 7c25b14640
6 changed files with 101 additions and 74 deletions

View file

@ -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)