The Undefeated Posted June 23, 2017 Posted June 23, 2017 What's an easy way to buy bonds without completely writing my own method? getGrandExchange().buyItem() won't work. It screws up when trying to set an item amount because you can only buy 1 bond.
The Undefeated Posted June 23, 2017 Author Posted June 23, 2017 3 minutes ago, Chris said: use onMessage as a failsafe What do you mean? It just doesn't want to buy at all, that's the problem.
Chris Posted June 23, 2017 Posted June 23, 2017 if (message.getMessage().equals("Grand Exchange offer slots can only hold one Old School bond at a time.")) //click confirm button 1
The Undefeated Posted June 23, 2017 Author Posted June 23, 2017 (edited) Just now, Juggles said: Make it click the widget after 20 minutes ago, Chris said: if (message.getMessage().equals("Grand Exchange offer slots can only hold one Old School bond at a time.")) //click confirm button Oh makes sense. I thought the buy method itself actually closed the buying offer. Edited June 23, 2017 by The Undefeated
Chris Posted June 23, 2017 Posted June 23, 2017 1 minute ago, The Undefeated said: Oh makes sense. I thought the buy method itself actually closed the buying offer. just a bug with buyItem. k9thebeast already reported it
k9thebeast Posted June 23, 2017 Posted June 23, 2017 25 minutes ago, Chris said: just a bug with buyItem. k9thebeast already reported it Its a feature 2