mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
All the script changes done to get the openings working.
This commit is contained in:
parent
3d5fa45730
commit
53064a7345
50 changed files with 764 additions and 87 deletions
20
data/scripts/zones/184/zone.lua
Normal file
20
data/scripts/zones/184/zone.lua
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
function onZoneInit(zone)
|
||||
end
|
||||
|
||||
function onZoneIn(player)
|
||||
|
||||
openingQuest = player:getQuest(110009);
|
||||
|
||||
--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
|
Loading…
Add table
Add a link
Reference in a new issue