2016-06-13 21:26:19 -04:00
|
|
|
|
2016-06-12 19:06:03 -04:00
|
|
|
function onEventStarted(player, npc)
|
2016-06-15 03:41:23 +01:00
|
|
|
defaultSea = GetStaticActor("DftSea");
|
|
|
|
player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTirauland_001", nil, nil, nil);
|
|
|
|
--player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTirauland_002", nil, nil, nil); --LNC
|
|
|
|
--player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTirauland_003", nil, nil, nil); --LNC NO GUILD
|
|
|
|
--player:RunEventFunction("delegateEvent", player, defaultSea, "defaultTalkWithTirauland_010", nil, nil, nil); --NOT DOW/DOM
|
2016-06-12 19:06:03 -04:00
|
|
|
end
|