- Joined
- Jan 28, 2017
- Messages
- 492
- Thread Author
- #1
RuneMate Version: 2.47.3
Affected Games: OSRS
Code Used:
If I have 7 free inventory spaces and I call buy("", 10), it will retry an infinite amount of times to buy the item.
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
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.
Affected Games: OSRS
Code Used:
If I have 7 free inventory spaces and I call buy("", 10), it will retry an infinite amount of times to buy the item.
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
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.