kokosoida 21 Report post Posted October 12, 2014 (edited) Link: http://github.com/Kokosoida/POEStashSort(Click "Download ZIP" button at bottom right) Key features: It works with currency It works with 1*1 items only (everything else will be moved to your inventory) It's configurable It's free There might be bugs. Be patient. For casual users: Before using: Install AutoHotKey Resize POE to 800x600 Get some free space in your inventory (everything script can't sort will be moved there) Unbind "c" button in POE settings How to use: Run "read_stash.ahk" Wait To emergency stop - press Esc How to change sorting order: Just chnge order of lines in "classes.txt" For advanced users: Read "casual users" section How does it sort: Script goes through your stash tab and presses ctrl+с Scrip classifies each item by comparing item description to words from 1st column in "classes.txt". Second corresponding word from "classes.txt" is consider as item's class. Script reads your desired inventory layout from "sort1.txt". (there are 12 rows and 12 cloumns in this file) Possible values are: "___" - this cell in inventory will be left blank "any" - any item can be placed in this cell (items will be ordered) any class name (second word) taken from "classes.txt" For better understanding take a look at sort2 example. Script sorts! How to add new items to sorting system: Add new line to "classes.txt" First word should be a word from item decription of new item Second word should be some class name (think it out). Check .ahk file. In first lines there are values you might want to change. Nothing works. Pls help me: If you have a bad connection or slow PC try increasing SPEED and DELAY values in "read_stash.ahk" If you can't figure out solution- set LOGGING variable to 1. And send me log.txt, inv.txt, classes.txt and sort.txt. (upload this files to somewhere, or just copy them to pastebin and give me link) Link: http://github.com/Kokosoida/POEStashSort (Click "Download ZIP" button at bottom right) Edited October 12, 2014 by kokosoida 3 Quote Share this post Link to post Share on other sites
Owen 3 Report post Posted October 12, 2014 (edited) Innovation! Edited October 12, 2014 by Owen Quote Share this post Link to post Share on other sites
dynastyo 151 Report post Posted October 12, 2014 awesome dude! Quote Share this post Link to post Share on other sites
mickeyopq 0 Report post Posted October 18, 2014 could u give me some tips,I want add new items to sort system.(sort by the name of gems) I don't understand 3-3.second word should be some class name(think it out). here's U'r segment of classes.txt ;;/POEStashSort-master/classes.txt Wisdom wsd Portal prt Scrap scr there's one thing I know is "Second world is 3 letters" Quote Share this post Link to post Share on other sites
kokosoida 21 Report post Posted October 18, 2014 could u give me some tips,I want add new items to sort system.(sort by the name of gems) I don't understand 3-3.second word should be some class name(think it out). here's U'r segment of classes.txt ;;/POEStashSort-master/classes.txt Wisdom wsd Portal prt Scrap scr there's one thing I know is "Second world is 3 letters" Example of classes.txt for you: Fireball frb Proliferation prf .... Then you can use "frb" and "prf" in sort1.txt. You can also setup classes.txt like this: Fireball firebal Proliferation prolif .... But with this your sort1.txt will look crazy. Quote Share this post Link to post Share on other sites
kg934283 0 Report post Posted October 19, 2014 hi, does it support the garena taiwan verson? many thanks. Quote Share this post Link to post Share on other sites
kokosoida 21 Report post Posted October 19, 2014 hi, does it support the garena taiwan verson? many thanks. It shouldn't work as is. But you can modify classes.txt with chinese names and it should start working. Quote Share this post Link to post Share on other sites
Dimps 11 Report post Posted January 8, 2015 Out of 3 stash sorters I found, this is the only one that actually works. It is too hard for me to improve this source code. But it works, so I closed my eyes tight and done some hacks. Changes: -sorts gems (r-g-b, support r-g-b) -positions mouse absolutely within poe window (moving mouse during action still bad, but it won't screw everything up) -better name matching (now it will not place Bone Offering near rings because it's offeRING), case insensitive too I'm using it so maybe you'll find it useful too. Download AHK script PS: Thanks for releasing the sources, kokosoida! 1 Quote Share this post Link to post Share on other sites
kokosoida 21 Report post Posted January 9, 2015 Out of 3 stash sorters I found, this is the only one that actually works. It is too hard for me to improve this source code. But it works, so I closed my eyes tight and done some hacks. Changes: -sorts gems (r-g-b, support r-g-b) -positions mouse absolutely within poe window (moving mouse during action still bad, but it won't screw everything up) -better name matching (now it will not place Bone Offering near rings because it's offeRING), case insensitive too I'm using it so maybe you'll find it useful too. Download AHK script PS: Thanks for releasing the sources, kokosoida! Spasibo! Quote Share this post Link to post Share on other sites
hongthai 3 Report post Posted August 19, 2015 any chance that this can help map sorting? Quote Share this post Link to post Share on other sites
marci 4 Report post Posted October 18, 2015 A great idea - make an option to count-currencies. So it scans through all available stashtabs, and lists the amount of each orb in a txt or something? that would be SO sweet! Quote Share this post Link to post Share on other sites
akasskubba 0 Report post Posted April 13, 2017 nice thx Quote Share this post Link to post Share on other sites