mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Ported over the Limsa/Uldah opening zone scripts. Still not 100% done.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
require ("global")
|
||||
require ("quests/man/man0l0")
|
||||
|
||||
function onEventStarted(player, npc, triggerName)
|
||||
man0l0Quest = GetStaticActor("Man0l0");
|
||||
callClientFunction(player, "delegateEvent", player, man0l0Quest, "processEvent000_9", nil, nil, nil);
|
||||
player:EndEvent();
|
||||
end
|
Reference in New Issue
Block a user