mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Further work on DefaultTalks
- DftFst - Every uniqueId script covered from the previous system. Still a lot of functions to still map and actors to pose & position for them. - AfterQuestWarpDirector - Added Man0g1 as a check. - Nuked PopulaceStandard uId scripts for Forest region since unneeded now.
This commit is contained in:
parent
a87244d13b
commit
023527efa3
112 changed files with 198 additions and 1264 deletions
|
@ -8,6 +8,9 @@ function onEventStarted(player, director, eventType, eventName)
|
|||
if (player:HasQuest(110002) == true) then
|
||||
quest = player:GetQuest("Man0l1");
|
||||
quest:OnNotice(player);
|
||||
elseif (player:HasQuest(110006) == true) then
|
||||
quest = player:GetQuest("Man0g1");
|
||||
quest:OnNotice(player);
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue