mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 21:27:46 +00:00
Took out some test code for the limsa opening script.
This commit is contained in:
parent
d01c780cac
commit
7827fbf8d3
1 changed files with 3 additions and 3 deletions
|
@ -18,11 +18,11 @@ function onBeginLogin(player)
|
|||
|
||||
--For Opening. Set Director and reset position incase d/c
|
||||
if (player:hasQuest(110001) == true) then
|
||||
--player:setDirector("openingDirector", false);
|
||||
player:setDirector("openingDirector", false);
|
||||
player.positionX = 0.016;
|
||||
player.positionY = 10.35;
|
||||
--player.positionZ = -36.91;
|
||||
player.positionZ = -20.91;
|
||||
player.positionZ = -36.91;
|
||||
--player.positionZ = -20.91;
|
||||
player.rotation = 0.025;
|
||||
player:getQuest(110001):ClearQuestData();
|
||||
player:getQuest(110001):ClearQuestFlags();
|
||||
|
|
Loading…
Add table
Reference in a new issue