mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Scripted almost all of lower limsa.
This commit is contained in:
20
data/scripts/unique/ocn0Battle02/PopulaceStandard/zone.lua
Normal file
20
data/scripts/unique/ocn0Battle02/PopulaceStandard/zone.lua
Normal 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
|
Reference in New Issue
Block a user