hey @
Imba ! In the ultimate coryms script how do I set to use stealth ring with 3 or more coryms instead of 4 or more coryms? Thx na btw, the script rox! Keep it up xD
---------
keep in mind that anyone who knows the answer is welcome to give it to me hahaha
------------------------------------------
i got it already! xd
to all who doesn't know : go to the scripter at the cavebot session and in the script "Ring Equipper" switch
if (slot.id ~= item) and (itemcount(item) > 0) and (maround(10, table.unpack(monsters)) >= 4) then
equipitem(item, slotName)
waitping()
elseif (slot.id == itemInUseID) and (maround(10, table.unpack(monsters)) < 4) then
moveitems(slot.id, mainBp, slotName, 100)
end
to
if (slot.id ~= item) and (itemcount(item) > 0) and (maround(10, table.unpack(monsters)) >= 3) then
equipitem(item, slotName)
waitping()
elseif (slot.id == itemInUseID) and (maround(10, table.unpack(monsters)) < 3) then
moveitems(slot.id, mainBp, slotName, 100)
end
in the last lines
thx anyway! +rep for the good script xD