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 OSRS Shop.buy

Joined
Jan 28, 2017
Messages
492
RuneMate Version: 2.47.3
Affected Games: OSRS
Code Used:
2017-07-06 20_53_36-Start.png

If I have 7 free inventory spaces and I call buy("", 10), it will retry an infinite amount of times to buy the item.

2017-07-06 20_30_43-Start.png
Due to the lack of documentation, I assumed I had to provide "1", "5" and "10" as quantity due this being the only options in OSRS.

But I found out that the method is supposed to be used as following
2017-07-06 20_53_54-Start.png

In OSRS, there's no Buy-X or Buy-All option. this will currently (if 27 slots):
Buy 10
Buy 10
Buy 5
Buy 1
Buy 1
This is quite unnatural (and takes a long time). The human approach is to:
Buy 10
Buy 10
Buy 10

Can this method be updated or an alternative method be created to buy via the specified option and ignore the amount bought (so buy("", 10) stops retrying)
Can the documentation be updated to reflect how this method works
 
Sorry for using screenshots of the code used... but Clouflare is going on a rampage when I used code-tags.

2017-07-06 20_46_55-New notification.png
 
Top