马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
--开传送一
function active_chuansongdian_skill(player, caster, target, skill_guid, threat)
if( caster ~= nil and C.is_player( caster ) and skill_guid== 8999)then
local level = C.get(caster, ILevel);
Player.add_all_transpoint( player );
end
--end
end
|