- Joined
- Oct 12, 2017
- Messages
- 59
- Thread Author
- #1
I'm trying my hand at real bots, and after making something that can barely cut down trees, I felt confident enough to try and make something that buys stuff from the grand exchange. I don't know Java or runemate api very well. Anyways:
I have the GrandExchange window open, and placeBuyOffer clicks on a slot, moves to the buy screen, but then just sits there and does nothing.
GrandExchange.placeBuyOffer("Feather", 100, 1);
GrandExchange.placeSellOffer is giving me similar problems. It actually sets the offer up, and enters the right numbers, but doesn't confirm, and it also does nothing.
I have the GrandExchange window open, and placeBuyOffer clicks on a slot, moves to the buy screen, but then just sits there and does nothing.
GrandExchange.placeBuyOffer("Feather", 100, 1);
GrandExchange.placeSellOffer is giving me similar problems. It actually sets the offer up, and enters the right numbers, but doesn't confirm, and it also does nothing.