找回密码
 register

QQ登录

只需一步,快速开始

查看: 102|回复: 0

[游戏教程] 宝宝资质异常直接封号代码

[复制链接]

[游戏教程] 宝宝资质异常直接封号代码

[复制链接]
  • 打卡等级:热心大叔
  • 打卡总天数:94
  • 打卡月天数:17
  • 打卡总奖励:94
  • 最近打卡:2025-01-18 01:28:20
Waylee

主题

0

回帖

1万

积分

仙帝

积分
12365
Waylee 2023-7-10 16:30 | 显示全部楼层 |阅读模式

马上注册,查看网站隐藏内容!!

您需要 登录 才可以下载或查看,没有账号?register

×
文章编辑人员:雪舞
内容测试时间:2023-7-10 16:30:14
测试版本:新武侠世界

实现的功能属性资质超过149106就封号,这个代码放到
\home\tlbb\Public\Data\Script\XYJ\PetSystem\PetCore.lua的x900009_FixPetData(sceneId,selfId)函数下,然后在传送场景中触发(scene.lua)


                --封号规则,触发其中一个即可
                -- local nStrPer = LuaFnGetPet_StrPerception(sceneId,selfId,i);
                -- local nSprPer = LuaFnGetPet_SprPerception(sceneId,selfId,i);
                -- local nConPer = LuaFnGetPet_ConPerception(sceneId,selfId,i);        
                -- local nIntPer = LuaFnGetPet_IntPerception(sceneId,selfId,i);
                -- local nDexPer = LuaFnGetPet_DexPerception(sceneId,selfId,i);
                -- local FengJinXian = 149106
                -- if nStrPer > FengJinXian or nSprPer > FengJinXian or nConPer > FengJinXian or nIntPer > FengJinXian or nDexPer > FengJinXian then
                        -- CallScriptFunction( 990000, "BanID",sceneId,selfId,100025) --封号
                        -- AddGlobalCountNews( sceneId,GetName(sceneId,selfId).." 的宝宝资质异常五项资质分别为:"..nStrPer.." "..nSprPer.." "..nConPer.." "..nIntPer.." "..nDexPer)
                -- end



您需要登录后才可以回帖 登录 | register

本版积分规则

雪舞知识库 | 浙ICP备15015590号-1 | 萌ICP备20232229号|浙公网安备33048102000118号 |天天打卡

GMT+8, 2025-1-20 10:51 , Processed in 0.098033 second(s), 8 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

快速回复 返回顶部 返回列表