PDA

View Full Version : Solution to broken pickaxes=equip secondary pick



Atomic1221
06-03-2007, 11:38 AM
Isn't it possible for a mining script to use a secondary pick if the anti-gas fails. I usually carry 4 rune pickaxes with me, so if one breaks i just switch and repair later, but i have to do this manually. If a script did this automatically it would be nice.

Pentti
06-03-2007, 12:17 PM
But if you lose your pickaxe head then script won't be able to find if if you use SRL's Findpick;

Dan Cardin
06-03-2007, 12:20 PM
procedure drop;
begin
if(FindDTM(BrokenPickAxe,x,y,MMX1,MMY1,MMX2,MMY2)) then//make a dtm of a broken 1
broken=broken+1
if not FindDTM(BrokenPickAxe,x,y,MMX1,MMY1,MMX2,MMY2)then
begin
repeat
FindDTM(ore,x,y,MMX1,MMY1,MMX2,MMY2)then//dtm of the ore ur mining
Mouse(x,y,2,2,false);
ChooseOption('rop');
dropped= dropped+1
until dropped=24
if(broken=4)then
Logout;
NextPlayer(false);
or sumthing like that

PwNZoRNooB
06-03-2007, 01:59 PM
For me the SRL's anti-gas has never failed :)

Dan Cardin
06-03-2007, 02:40 PM
well it can fail...just like everything..no harm in being safe