mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +02:00
Scripted almost all of lower limsa.
This commit is contained in:
parent
65389e3362
commit
d1c8987091
161 changed files with 293 additions and 911 deletions
|
@ -0,0 +1,7 @@
|
|||
|
||||
function onEventStarted(player, npc)
|
||||
defaultSea = getStaticActor("DftSea");
|
||||
player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithStephannot_001", nil, nil, nil);
|
||||
--player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithStephannot_002", nil, nil, nil); --MIN
|
||||
--player:runEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithStephannot_003", nil, nil, nil); --MIN NO GUILD
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue