Added scripts for the inn keepers. Added default event conditions to almost all actors. Updated sql for actorClass, spawnLocations, and new zoneEntrances.

This commit is contained in:
Filip Maj 2016-06-12 21:30:47 -04:00
parent 5723f77b1f
commit 65389e3362
106 changed files with 776 additions and 750 deletions

View file

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