mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Took out some test code for the limsa opening script.
This commit is contained in:
parent
d01c780cac
commit
7827fbf8d3
@ -18,11 +18,11 @@ function onBeginLogin(player)
|
|||||||
|
|
||||||
--For Opening. Set Director and reset position incase d/c
|
--For Opening. Set Director and reset position incase d/c
|
||||||
if (player:hasQuest(110001) == true) then
|
if (player:hasQuest(110001) == true) then
|
||||||
--player:setDirector("openingDirector", false);
|
player:setDirector("openingDirector", false);
|
||||||
player.positionX = 0.016;
|
player.positionX = 0.016;
|
||||||
player.positionY = 10.35;
|
player.positionY = 10.35;
|
||||||
--player.positionZ = -36.91;
|
player.positionZ = -36.91;
|
||||||
player.positionZ = -20.91;
|
--player.positionZ = -20.91;
|
||||||
player.rotation = 0.025;
|
player.rotation = 0.025;
|
||||||
player:getQuest(110001):ClearQuestData();
|
player:getQuest(110001):ClearQuestData();
|
||||||
player:getQuest(110001):ClearQuestFlags();
|
player:getQuest(110001):ClearQuestFlags();
|
||||||
|
Loading…
Reference in New Issue
Block a user