project-meteor-server/data/scripts/unique/fst0Town01/InstanceRaidGuide/serpent_private_hodder.lua

10 lines
206 B
Lua

require ("global")
function init(npc)
return false, false, 0, 0, 0x1eb, 0x2;
end
function onEventStarted(player, npc)
callClientFunction(player, "askEnterInstanceRaid", 15);
player:endEvent();
end