This is a personal project, and probably won't receive any major feature updates. |
---|
A Runelite plugin that add the ability to use math/s to set price and quantity in the Grans Exchange window, and enabled the entry of decimal values when using the k, m, and b unit identifiers. See usage below.
As of version 1.2 the plugin now supports more complex expressions, such as '13.8k * 11.3k' for a result of 25100.
The plugin enabled the use of expressions to set the price and/or quantity using the Grand Exchange.
Input | Result |
---|---|
45 * 4 | 180 |
180 / 4 | 45 |
100 + 100 | 200 |
100 - 50 | 50 |
This plugin also allows entering of decimal values followed by a unit:
Input | Result |
---|---|
5.63k | 5,630 |
8.5m | 8,500,000 |
1.024b | 1,024,000,000 |
The Grand Exchange quantity and price input windows contain an asterisk '*' at the end of the text field. This is only visual and does not impact the result. |
---|
If you do run into any bugs please create an issue. I am an "anything but Java" developer so be patient.
GE Calc is licensed under the BSD 2-Clause License. See LICENSE for info.
cman8396, LargeChongus