mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Fixed a few scripts. Jellyfish init script was built so it didn't crash boat zone.
This commit is contained in:
parent
4c7316702d
commit
926e9146e2
@ -0,0 +1,5 @@
|
||||
require ("global")
|
||||
|
||||
function init(npc)
|
||||
return true, true, 10, 0, 1, true, false, false, false, false, false, false, false, 0;
|
||||
end
|
@ -2,6 +2,6 @@ require ("global")
|
||||
|
||||
function onEventStarted(player, npc)
|
||||
defaultWil = GetStaticActor("DftWil");
|
||||
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithGag:Runa_001", nil, nil, nil);
|
||||
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithGagaruna_001", nil, nil, nil);
|
||||
player:endEvent();
|
||||
end
|
@ -1,8 +1,7 @@
|
||||
require ("global")
|
||||
|
||||
function onEventStarted(player, npc)
|
||||
defaultWil = GetStaticActor("DftWil");
|
||||
callClientFunction(player, "delegateEvent", player, defaultWil, "defaultTalkWithElecotte_001", nil, nil, nil);
|
||||
--NOT TALKABLE
|
||||
player:endEvent();
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user