- Joined
- Jun 20, 2015
- Messages
- 161
- Thread Author
- #1
I can't get GrandExchange.placeBuyOffer() to work. It names and selects the item and sets the amount properly, but then it clicks the button to set the price and just sits there on this ChatDialog:
https://i.imgur.com/RkWkEN9.png
Here's how I'm using it (I set the price to a constant to see if that worked):
GrandExchange.placeBuyOffer(bot.itemName,bot.buyAmount,2300);
I checked the log, but there's nothing relevant, here's how it ends:
@Party @Cloud
It now correctly sets the amount and price, but instead of clicking Confirm it just re-enters the price over and over again.
@Party @Cloud
https://i.imgur.com/RkWkEN9.png
Here's how I'm using it (I set the price to a constant to see if that worked):
GrandExchange.placeBuyOffer(bot.itemName,bot.buyAmount,2300);
I checked the log, but there's nothing relevant, here's how it ends:
Code:
00:00:13 TRACE [PlayerSense] Parsed PSElement "regal_max_LOGOUT_DELAY" with opcode 0 and value 6577.0
00:00:13 TRACE [PlayerSense] Parsed PSElement "step_threshold" with opcode 0 and value 4.0
00:00:17 TRACE [Bank] Withdrawing with action: Withdraw-X
@Party @Cloud
It now correctly sets the amount and price, but instead of clicking Confirm it just re-enters the price over and over again.
@Party @Cloud