PDA

View Full Version : [TLBB] Xin code đục lỗ trang bị



anhhungah12
24-08-15, 04:56 PM
Bro nào cho em xin đoạn code đục full lỗ ( 4 lỗ ) tất cả các trang bị có trong hòm đồ với ạ.
em sửa đoạn này chỗ " while equipMaxGemCount<4 do " từ 3 thành 4 mà nó ko chạy nữa.( théo e đoán thì 3 là đục 3 lỗ còn 4 là đục 4 lỗ ko biết có chuẩn ko? :)) )


if key == 1 then
local tEquipGemTable = { 0, 1, 2, 3, 4, 5, 6, 7, 8,9,10, 12, 14, 15, 16, 17, 18 }
local bagbegin = GetBasicBagStartPos(sceneId, selfId)
local bagend = GetBasicBagEndPos(sceneId, selfId)
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 )
while equipMaxGemCount<4 do
local ret = AddBagItemSlot( sceneId, selfId, i )
equipMaxGemCount = GetBagGemCount( sceneId, selfId, i )
end
if EquipType == 18 or EquipType == 10 then
AddBagItemSlotFour( sceneId, selfId, i ) -- 4 Lo
end
end
end
end
x000110_NotifyFailTips( sceneId, selfId, "T¤t cä trang b¸ ðã ðßþc khoan thành công!" )
end

Bro nào giúp em với.:D

songtu
25-08-15, 11:04 PM
muốn đục 1 phát 4 lỗ thì hàm này : AddBagItemSlotFour là quá đủ rồi,!!
cho hàm này vào trong vong lặp While là đc!! ko cần đến hàm đục 3 lỗ kia đâu!!