mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
New scripts for the opening private areas, as well as db updates.
This commit is contained in:
parent
e898c045f7
commit
d918ad3776
29 changed files with 412 additions and 183 deletions
|
@ -14,11 +14,11 @@ function onEventStarted(player, command, triggerName)
|
|||
player:ChangeState(0);
|
||||
end
|
||||
|
||||
--player:endEvent();
|
||||
player:endEvent();
|
||||
|
||||
--For Opening Tutorial
|
||||
if (player:HasQuest("Man0l0") or player:HasQuest("Man0g0") or player:HasQuest("Man0u0")) then
|
||||
player:GetDirector("Quest/QuestDirectorMan0l001"):OnCommandEvent(player, command);
|
||||
end
|
||||
--if (player:HasQuest("Man0l0") or player:HasQuest("Man0g0") or player:HasQuest("Man0u0")) then
|
||||
--player:GetDirector("Quest/QuestDirectorMan0l001"):OnCommandEvent(player, command);
|
||||
--end
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue