Alek Posted October 1, 2016 Posted October 1, 2016 GrandExchange API: 1. The biggest change was adding a new method: buyItem(int itemId, String searchTerm, int price, int quantity) It handles literally everything for you including: -Scrolling through items with similar search terms -Going back if you are in sell screen -Resetting search if a term is already entered/not visible 2. buyItem(Box)/sellItem(Box) have had their logic slightly changed, some more automatic stuff in there too. Containers Continuity: Thanks to @Czar for his suggestion. The method isEmptyExcept() is now found in all containers including Bank, Trade, Store, etc. In addition I removed two duplicate Store contains() methods which were similar to the methods found in the super class. Other: -RS2Widget toString() overide with custom return, "root, second, third" -Removed worlds from F2P login list New scripts: -QverkkyAgility by @qverkk-Juggles AIO Shop Buyer by @Juggles -Glorious TzHaar by @Shudsy -HIronMiner by @venetox -Khal Wintertodt by @Khaleesi 24
Manner Posted October 1, 2016 Posted October 1, 2016 Nice job! @@Alek, Do you plan on adding sellItem as well?
Aiban Posted October 1, 2016 Posted October 1, 2016 Good shit Good shit, Thanks alot devs Good Job on the new scripts guys
Alek Posted October 1, 2016 Author Posted October 1, 2016 Nice job! @@Alek, Do you plan on adding sellItem as well? Yes, just testing the waters on the buyItem method first. 3
Juggles Posted October 1, 2016 Posted October 1, 2016 Great update Thanks for the GE API, makes it a lot easier instead of creating my own method. Can't wait to see a selling one.
Tom Posted October 1, 2016 Posted October 1, 2016 Good to see some new scripters populating the database 1