Scripted almost all of lower limsa.

This commit is contained in:
Filip Maj 2016-06-13 21:26:19 -04:00
parent 65389e3362
commit d1c8987091
161 changed files with 293 additions and 911 deletions

View file

@ -0,0 +1,20 @@
function onZoneInit(zone)
end
function onZoneIn(player)
openingQuest = player:getQuest(110001);
--Opening Quest
if (openingQuest ~= nil) then
if (openingQuest:GetQuestFlag(0) == false) then
player:kickEvent(player:getDirector(), "noticeEvent");
end
end
end
function onZoneOut(zone, player)
end