mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Some required changes to the database: Task Board - Change 1200195 in gamedata_actor_class to /Chara/Npc/Object/TaskBoard Serpent_Private_White - Change 1500324 in gamedata_actor_class to /Chara/Npc/Populace/PopulaceCompanyWarp Beaudonet - Adjust 1001708 in gamedata_actor_class. There is a linebreak in there causing problems
7 lines
229 B
Lua
7 lines
229 B
Lua
require ("global")
|
|
|
|
function onEventStarted(player, npc)
|
|
defaultSea = GetStaticActor("DftSea");
|
|
callClientFunction(player, "delegateEvent", player, defaultSea, "defaultTalkWithIvan_001", nil, nil, nil);
|
|
player:endEvent();
|
|
end |