Make more free scripts @Imba, they are really great :)
Printable View
Make more free scripts @Imba, they are really great :)
@Imba
Just tested your Liberty Bay Wyrms X2. Works great, I found only two small bugs:
-doesn't dropp vials when Drop Vials is set,
-keeps hasted all the time when Keep Hasted: Refill is set.
Really great script @ venore coryms
I'd rep you for that if I could.
Ran it on lvl 50 knight until 75 and it worked flawlessly.
Very good money maker.
Only once for some reason I couldn't start cause it kept getting stuck at depo action but it was when i relogged from one char to another and loaded script.
Reopening windbot fixed it.
Thanks for great share :)
@Imba Does your ultimate coryms venore have an force refill? im lvl 50 knight with bad skills + bad eq so it uses alot of mana every round :p
@Imba any idea how to fix the depositer with the new depots system? :( helppp!!
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