I am making powerminer and first of all i got a lot of randoms most f them are solved except of mordaut but thats not the question. The question is about the GasFind function i use
but it not works and 2 times gas broke my pick.Code:procedure GasRock; begin if FindGas(x, y) then begin RunAway(Rundirection, false, 1, 8000); Writeln('Found Gas...'); GasFind := GasFind + 1; end; end;
And another one about pick axe finding
but still doesnt even know if my pick head is missing!? I put the 2 procedures in my mining procedure but they dont work can you help me with them?Code:procedure PickCheck; begin if FindNpcChatText('ickaxe', Nothing) then begin FindPick; end; end;![]()


Reply With Quote








