Sure i can :)
Printable View
Could someone give me script which will be drop vials on ground?
Change gold for otserv, example: if gold > 100 then usegold, need it!
auto(200, 300)
for i=0,15 do
local cont = getcontainer(i)
for j=1,cont.itemcount do
if cont.item[j].count == 100 and (cont.item[j].id == 3035 or cont.item[j].id == 3031) then
useitem(cont.item[j].id, i, j)
end
end
end
i will test now and edit post :D
@EDIT: It works, thanks!
a heal friend hotkey please
thx
-buy all the supplies
foreach supplyitem i 'a' do
buyitemsupto(i.id, i.uptocount)wait(500, 1000)
end
Someone can change it to when the bot buy any potions and if in mainbp there will be more than > 0 potions any category 'a' then it will move it first to potionbp and later buy next one ?, on standard libraries