mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +02:00
Added Gridania scripts and various others. Fixed error messages popping for scripts that may not use certain functions.
This commit is contained in:
parent
67928ee875
commit
5e926bf668
169 changed files with 1310 additions and 37 deletions
21
data/scripts/directors/questDirect_fst0Btl03_01@0A615.lua
Normal file
21
data/scripts/directors/questDirect_fst0Btl03_01@0A615.lua
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
function onEventStarted(player, actor, triggerName)
|
||||
|
||||
man0g0Quest = GetStaticActor("Man0g0");
|
||||
--player:RunEventFunction("delegateEvent", player, man0g0Quest, "processTtrBtl001");
|
||||
player:RunEventFunction("delegateEvent", player, man0g0Quest, "processTtrBtl002");
|
||||
|
||||
end
|
||||
|
||||
function onEventUpdate(player, npc, resultId)
|
||||
--man0g0Quest = GetStaticActor("Man0g0");
|
||||
--player:RunEventFunction("delegateEvent", player, man0g0Quest, "processTtrBtl002");
|
||||
player:EndEvent();
|
||||
end
|
||||
|
||||
function onCommand(player, command)
|
||||
--Check command if ActivateCommand
|
||||
player:EndCommand();
|
||||
player:EndEvent();
|
||||
player:KickEvent(player:GetDirector(), "noticeEvent", true);
|
||||
end
|
25
data/scripts/directors/questDirect_ocn0Btl02_01@0C196.lua
Normal file
25
data/scripts/directors/questDirect_ocn0Btl02_01@0C196.lua
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
function onEventStarted(player, actor, triggerName)
|
||||
|
||||
man0u0Quest = GetStaticActor("Man0u0");
|
||||
man0l0Quest = GetStaticActor("Man0l0");
|
||||
player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl001");
|
||||
--player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtlMagic001");
|
||||
--player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl002");
|
||||
--player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl003");
|
||||
|
||||
--player:RunEventFunction("delegateEvent", player, man0u0Quest, "processTtrBtl004");
|
||||
|
||||
end
|
||||
|
||||
function onEventUpdate(player, npc, resultId)
|
||||
--man0l0Quest = GetStaticActor("Man0l0");
|
||||
--player:RunEventFunction("delegateEvent", player, man0l0Quest, "processTtrBtl002");
|
||||
player:EndEvent();
|
||||
end
|
||||
|
||||
function onCommand(player, command)
|
||||
--Check command if ActivateCommand
|
||||
--player:KickEvent(player:GetDirector(), "noticeEvent");
|
||||
--player:EndCommand();
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue