Ported over the Limsa/Uldah opening zone scripts. Still not 100% done.

This commit is contained in:
Filip Maj 2016-06-21 22:50:30 -04:00
parent 926e9146e2
commit 3cd181f5da
35 changed files with 99 additions and 85 deletions

View file

@ -0,0 +1,6 @@
require ("global")
require ("quests/man/man0u0")
function onEventStarted(player, npc, triggerName)
player:EndEvent();
end