June 23, 20178 yr 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.
June 23, 20178 yr Author 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.
June 23, 20178 yr if (message.getMessage().equals("Grand Exchange offer slots can only hold one Old School bond at a time.")) //click confirm button
June 23, 20178 yr Author 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, 20178 yr by The Undefeated
June 23, 20178 yr 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
June 23, 20178 yr 25 minutes ago, Chris said: just a bug with buyItem. k9thebeast already reported it Its a feature
Create an account or sign in to comment