- 打卡等级:热心大叔
- 打卡总天数:94
- 打卡月天数:17
- 打卡总奖励:94
- 最近打卡:2025-01-18 01:28:20
|
- -- local tEquipGemTable = {0,1,16,3,4,5,6,7,9,10,12,14,15,17,18,21}
- -- local bagbegin = GetBasicBagStartPos(sceneId, selfId)
- -- local bagend = GetBasicBagEndPos(sceneId, selfId)
- -- for i = 0,10 do
- -- for i=bagbegin, bagend do
- -- local itemIndex = LuaFnGetItemTableIndexByIndex( sceneId, selfId, i )
- -- if itemIndex>0 then
- -- local ret = LuaFnIsItemLocked( sceneId, selfId, i )
- -- if ret ~= 0 then
- -- return
- -- end
- -- local EquipType = LuaFnGetBagEquipType( sceneId, selfId, i )
- -- local find = 0
- -- for j, gem in tEquipGemTable do
- -- if gem == EquipType then
- -- find = 1
- -- end
- -- end
- -- if find == 1 then
- -- local equipMaxGemCount = GetBagGemCount( sceneId, selfId, i )
- -- local ret = AddBagItemSlot( sceneId, selfId, i )
- -- AddBagItemSlotFour( sceneId, selfId, i )
- -- equipMaxGemCount = GetBagGemCount( sceneId, selfId, i )
- -- end
- -- end
- -- end
- -- end
复制代码
|
|