Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question RS3 GrandExchange.placeBuyOffer / placeSellOffer just sit there

Joined
Oct 12, 2017
Messages
59
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.
 
Top