mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +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
|
@ -18,10 +18,10 @@ function onBeginLogin(player)
|
|||
|
||||
--For Opening. Set Director and reset position incase d/c
|
||||
if (player:HasQuest(110001) == true) then
|
||||
--director = player:GetZone():CreateDirector("OpeningDirector");
|
||||
--player:AddDirector(director);
|
||||
--player:SetLoginDirector(director);
|
||||
--player:KickEvent(director, "noticeEvent", true);
|
||||
director = player:GetZone():CreateDirector("OpeningDirector");
|
||||
player:AddDirector(director);
|
||||
player:SetLoginDirector(director);
|
||||
player:KickEvent(director, "noticeEvent", true);
|
||||
|
||||
player.positionX = 0.016;
|
||||
player.positionY = 10.35;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue