找回密码
 register

QQ登录

只需一步,快速开始

查看: 76|回复: 0

[游戏教程] 防止卡宝石检测,自动清理

[复制链接]

[游戏教程] 防止卡宝石检测,自动清理

[复制链接]
彩虹屁

主题

0

回帖

230

积分

金仙

积分
230
彩虹屁 2022-10-10 14:53 | 显示全部楼层 |阅读模式

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

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

×
  1. ---------防止卡宝石-----检测-----自动清理---------------
  2.     for i = 100,118 do
  3.         local nGem1,nGem2,nGem3 = LuaFnGetGemInfoInEquip(sceneId,selfId,i)
  4.         if nGem1 > 0 then
  5.             if nGem1 == nGem2 then
  6.                 LuaFnRemoveGemFromItem(sceneId,selfId,i,0);
  7.                 LuaFnRemoveGemFromItem(sceneId,selfId,i,1);
  8.                 x999994_NotifyTips( sceneId, selfId, "由于你卡宝石,已把你卡的宝石清理掉!" )
  9.                 x999994_NotifyTips( sceneId, selfId, "由于你卡宝石,已把你卡的宝石清理掉!" )
  10.             end
  11.             if nGem1 == nGem3 then
  12.                 LuaFnRemoveGemFromItem(sceneId,selfId,i,0);
  13.                 LuaFnRemoveGemFromItem(sceneId,selfId,i,2);
  14.                 x999994_NotifyTips( sceneId, selfId, "由于你卡宝石,已把你卡的宝石清理掉!" )
  15.                 x999994_NotifyTips( sceneId, selfId, "由于你卡宝石,已把你卡的宝石清理掉!" )
  16.             end
  17.         end   
  18.         if nGem2 > 0 then
  19.             if nGem2 == nGem3 then
  20.                 LuaFnRemoveGemFromItem(sceneId,selfId,i,1);
  21.                 LuaFnRemoveGemFromItem(sceneId,selfId,i,2);
  22.                 x999994_NotifyTips( sceneId, selfId, "由于你卡宝石,已把你卡的宝石清理掉!" )
  23.                 x999994_NotifyTips( sceneId, selfId, "由于你卡宝石,已把你卡的宝石清理掉!" )
  24.             end
  25.         end   
  26.     end
复制代码
您需要登录后才可以回帖 登录 | register

本版积分规则

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

GMT+8, 2025-1-19 11:13 , Processed in 0.115613 second(s), 8 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

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