Welcome!

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

Sign up now!

Bug GrandExchange API

Joined
Feb 15, 2017
Messages
48
There are a couple of things GE API needs.

First is longer delay after clicking the place offer button. Currently the API starts typing before the chatbox dialogue is fully loaded (?), which results in GE.placeBuyOffer("Black platebody") -> "Bl" (finishes loading) -> "ack platebody".


The other fix immediately needed is case insensitive for placeBuyOffer. No one types "Black platebody" they type "black platebody" in lowercase. The current API does not support this, and is kind of bot like.
 
Top