Everyone who has never used our Bots before, can test each one for 2 days without any limitation. The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons). If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.
I need a persistent that uses ring of healing with mana% 1>60 and use life ring with mana% 61>95 and with 96% or more unequip the rings. Anyone could help?
local ring_item = finger()
for _, ring in ipairs(RINGS) do
if value <= ring.valueEquip and ring_item.id == 0 then
moveitems(ring.notInUseId, 'finger', ring.BP)
wait(500, 800)
elseif value >= ring.valueUnequip and ring_item.id == ring.inUseId then
moveitems(ring.inUseId, ring.BP, 'finger')
wait(500, 800)
end
end