PDA

View Full Version : [TLBB] Xin script sữa chửa đồ nhanh



TS2GVN
09-07-22, 09:30 AM
Hiện tại mình có add item mới nhưng không sữa chửa được tại Âu Dã Tử quý tiền bối cho xin 1 script sữa chửa đồ đi ạ 8-}

mr.vik20
12-07-22, 01:04 AM
Hiện tại mình có add item mới nhưng không sữa chửa được tại Âu Dã Tử quý tiền bối cho xin 1 script sữa chửa đồ đi ạ 8-}


local HaveMoney = GetMoney(sceneId, selfId);
if HaveMoney < 2000000 then
x001085_MsgBox(sceneId, selfId, targetId, "Ngân lßþng không ðü 200#-02!")
return
end
CostMoney(sceneId, selfId, 2000000)

--local tEquipGemTable = { 0, 1, 2, 3, 4, 5, 6, 7, 12, 14, 15, 17}
local tEquipGemTable = {0}--vu khi
for pos=0,30 do
--local pos=0;
local itemIndex = LuaFnGetItemTableIndexByIndex( sceneId, selfId, pos )
local equipMaxGemCount = GetBagGemCount( sceneId, selfId, pos )
if itemIndex>0 then
local ret = LuaFnIsItemLocked( sceneId, selfId, pos )
if ret == 0 then
local EquipType = LuaFnGetBagEquipType( sceneId, selfId, pos )
local find = 0
for j, gem in tEquipGemTable do
if gem == EquipType then
find = 1
end
end
if find == 1 then
DoHighRepair( sceneId, selfId, pos, 0)
end
end
end
end
LuaFnSendSpecificImpactToUnit(sceneId, selfId, selfId, selfId, 150, 15)
x001085_MsgBox( sceneId, selfId,targetId,"Trang b¸ ðã ðßþc sØa thành công!" )