Hello I recently searched Crafting Guild Gold mining bot, I came across a thread in dreambot forums. Do you own a bot that mines gold at Crafting Guild and then loots at Falador Bank or the Pier deposit box ?
hi, how do i change account incase current user is dede?
Do you peeps like close client and start new clientino with other account or is changing account name implemented in this "amazing" API
oktybye
@Override
public void onItemChange(Item[] items) {
for (Item item : items) {
if (item.getName().equals("Saltpetre")) {
amount +=1;
}
}
}
i gues you could use the onItemChange method.
That would only be a temporarly solution.
It would help alot more if they got rid of all the suicide botters over the weekend
but i bet alot of you wouldn't like that
this GameObject tree = getGameObjects().closest(log -> log.getID() == 13445);
to GameObject tree = getGameObjects().closest(log -> log!=null && log.getID() == 13445);