POE Stash Sorter menu

User Tag List

Page 1 of 18 12345 ... LastLast
Results 1 to 15 of 260
  1. #1
    bjarkeck's Avatar Corporal
    Reputation
    27
    Join Date
    Feb 2014
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    POE Stash Sorter

    Latest Update: 10-07-2014
    You can now login with Session ID Thanks to @crub-poe


    I've made this little "auto stash-tab sorter" that i hope some of you will find useful.



    How it works
    It works by downloading the item-positions of the selected stash tab from the website API (Just like procurement), and when you have selected which stash tab to sort, and how to sort it, it takes over your mouse, and sort your items by clicking and dragging them around until your stash is completely sorted. There are no injections or anything, and this program doesn’t do anything that AutoHotKey and Procurement doesn’t do (which both are allowed by GGG)

    Instructions:
    • Open the POEStashSorter.exe located in the bin folder with administrator rights and login.
    • Make path of exile run in windowed or windowed fullscreen.
    • Go to town, and open the stash tab you want to sort.
    • Open the program, and select the league and stash, and how you want to sort your items.
    • Click Start Sorting, and don’t touch your mouse until it has finished.
    • Additional Instructions
      • Press F3 to search through your tabs
      • Press F5 to refresh the selected tab (if it doesnt work, try entering a new town instanace in path of exile to push the changes to the server)



    Screenshots


    Requirements:
    • Windows 64bit (haven’t tested it with 32bit, but I’m pretty sure it doesn’t work, try it and let me know)
    • Microsoft .NET Framework 4.5


    Download
    Download Link
    Source code

    Updating the program
    If you want to keep your saved settings such as login info & such... Just replce the config.bin with your old one. It is located in the main / root folder.

    Why is the file so big? (about 20mb and 54mb unzipped)
    In order to make the stash sorter moddable using c#, I have to compile c# code live while the program is running. That requires a lot of .dll references. And I want to make sure that it has everything it needs… Better safe than sorry

    Change log
    • 10-07-2014
      You can now login with Session ID Thanks to @crub-poe
    • 09-01-2014
      You can now press F3 to search through your tabs, and F5 for refreshing the selected stash tab
    • 08-25-2014
      Program has recently been completely rewritten; here are some of the changes that have been made:
      • Much faster sorting speed than before, and much safer as well.
      • Auto league detection – which means that the stash sorter doesn’t need to be updated every time a new league starts.
      • Easy to extend and modify sorting algorithms (Requires a little C# know how)
      • New Interface – it now shows a preview of the sorting algorithm, and each sorting algorithm now has its own drop down with different sorting options.
      • Remember details such as; login information, which league was selected, which sorting algorithm was used on a given tab.
      • 6 Different ways to sort Gems
      • 8 Different ways to sort Maps
      • 2 Different ways to sort Amulets and Rings / Any 1 slot item
      • Gem Colors now gets correctly identified

    Todo list
    • Mini guide for creating custom algoritims (post a reply if your'e interested!)
    • Currency sorting algorithm




    If you have any feature requests, or problems let me know.

    Enjoy!
    Last edited by bjarkeck; 10-06-2014 at 09:42 PM.

    POE Stash Sorter
  2. Thanks solopro16, ntoskrnl, Parog (3 members gave Thanks to bjarkeck for this useful post)
  3. #2
    Artarion's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Needs Login info? Why?

    No thanks.

  4. #3
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems Legit,

    He posted with Source, so just compile yourself if you are afraid of the .exe.

    Also Welcome to this forum.


    Originally Posted by Artarion View Post
    Needs Login info? Why?

    No thanks.
    Because it's getting the stash info from the Path of Exile site, with needs your login.

    Code:
           public static string StashUrl = "http://" + "www.pathofexile.com/character-window/get-stash-items?league={0}&tabs={1}&tabIndex={2}";
           public static string LoginUrl = "https://" + "www.pathofexile.com/login";
    If i helped you in any way consider supporting me by donating in paypal at: [email protected]

  5. Thanks Parog (1 members gave Thanks to gurud for this useful post)
  6. #4
    bjarkeck's Avatar Corporal
    Reputation
    27
    Join Date
    Feb 2014
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Artarion View Post
    Needs Login info? Why?

    No thanks.
    I would love to learn how to program this by fetching the information directly from memory, i guess i have come to the right place to learn


    Originally Posted by gurud View Post
    Seems Legit,

    He posted with Source, so just compile yourself if you are afraid of the .exe.

    Also Welcome to this forum.




    Because it's getting the stash info from the Path of Exile site, with needs your login.

    Code:
           public static string StashUrl = "http://" + "www.pathofexile.com/character-window/get-stash-items?league={0}&tabs={1}&tabIndex={2}";
           public static string LoginUrl = "https://" + "www.pathofexile.com/login";
    Thanks!

  7. #5
    PerfectMiscreation's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've used this several times now, from a prior posting elsewhere, and it works just fine, and is safe.

  8. #6
    corz's Avatar Member
    Reputation
    2
    Join Date
    May 2010
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe if possible add so it sort currency aswell (:
    Last edited by corz; 02-26-2014 at 04:08 AM.

  9. #7
    bjarkeck's Avatar Corporal
    Reputation
    27
    Join Date
    Feb 2014
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by corz View Post
    maybe if possible add so it sort currency aswell (:
    Personally I love sorting my currency manually
    But i will implement it if you can come with a suggestion on how it should be sorted.. Maybe a screenshot ?

  10. #8
    Syncness's Avatar Legendary
    Reputation
    695
    Join Date
    Dec 2007
    Posts
    953
    Thanks G/R
    2/65
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The program doesn't exit properly, still exists in task manager.
    Last edited by Syncness; 02-26-2014 at 07:53 AM.
    Double check you're trading with me in case of impostors

  11. #9
    eclip's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    11/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for your work! keep going )

  12. #10
    bjarkeck's Avatar Corporal
    Reputation
    27
    Join Date
    Feb 2014
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [sync] View Post
    The program doesn't exit properly, still exists in task manager.
    Thanks, it has been fixed, and the download link has been updated.

  13. #11
    Nipper's Avatar Member
    Reputation
    12
    Join Date
    Jun 2013
    Posts
    115
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Can I get a video on this in action.

  14. #12
    bjarkeck's Avatar Corporal
    Reputation
    27
    Join Date
    Feb 2014
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nipper View Post
    Can I get a video on this in action.
    I've uploaded a video of it in action
    https://www.youtube.com/watch?v=-pfMrAkADmg

  15. Thanks supervirus5 (1 members gave Thanks to bjarkeck for this useful post)
  16. #13
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello there friend,

    Nice tool, it helps a lot. We know it's still on first versions and has some little issues but I'm sure you can improve it
    So, I was using and testing this tool and I noticed that it is considering the ice nova blue skill as a green one when you chose sorting gems by color, moving that skill to the green group. Also, sometimes it's clicking and trying to move empty slots. It is considering the portal skill as red. The speed fast (50%) is slower then normal (100%) o0
    I would like to suggest you to make the tool to save the email/pass after first use so we don't have to type all again. Also could you please make it sorts currency? Some like stacking and sorting them. Maybe for accessories as well (rings/amulets) as sort by level, for example. Flasks? Ah, please, add an option for a key press to stop tool if needed.
    I'll keep trying it and let you know if any other issue or suggestion.
    Thanks in advance.
    Last edited by fabcard; 03-05-2014 at 07:35 PM.

  17. #14
    lexm1's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please update for the new leagues I love this program

  18. #15
    bjarkeck's Avatar Corporal
    Reputation
    27
    Join Date
    Feb 2014
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fabcard View Post
    Hello there friend,

    Nice tool, it helps a lot. We know it's still on first versions and has some little issues but I'm sure you can improve it
    So, I was using and testing this tool and I noticed that it is considering the ice nova blue skill as a green one when you chose sorting gems by color, moving that skill to the green group. Also, sometimes it's clicking and trying to move empty slots. It is considering the portal skill as red. The speed fast (50%) is slower then normal (100%) o0
    I would like to suggest you to make the tool to save the email/pass after first use so we don't have to type all again. Also could you please make it sorts currency? Some like stacking and sorting them. Maybe for accessories as well (rings/amulets) as sort by level, for example. Flasks? Ah, please, add an option for a key press to stop tool if needed.
    I'll keep trying it and let you know if any other issue or suggestion.
    Thanks in advance.
    Hi, firstly - thanks a lot for your feedback.

    If you ever experience that it is trying to move items where there are none. It is properly because that you have moved some items around in the stash recently, and the changes haven't been pushed to the path of exile website yet (where i fetch the item-positions). The way you can make sure that website know of your new item locations, is by re-entering the town, or just travel to another. (hope it makes sense)

    I've added an exception to Ice Nova and now, so it should register it as a blue gem now. But it is in fact more green than blue (if you ask my image-color recognition algorithm)^^
    The speed is fixed as well, i was multiplying it the other way arount... ups.

    Originally Posted by lexm1 View Post
    Please update for the new leagues I love this program
    The two new leagues have been added

    For sorting currency, amulets and rings, you can use the "sort by image" option. but it is not so pretty, i will might include a nice currency sorter in the future

    i promise to add the option for remember password & email in the next update, to lazy right now
    Last edited by bjarkeck; 03-06-2014 at 02:25 PM.

Page 1 of 18 12345 ... LastLast

Similar Threads

  1. [Buying] Buy PoE Account - Stash / MTX Cosmetics
    By Valdurian in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 02-14-2016, 10:28 AM
  2. [Selling] 3y old POE Account - premium stash tabs, characters - original owner + email control
    By miyamotomusash1 in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 09-04-2015, 08:30 AM
  3. [Selling] Poe Standard account, 5 exile, 8 level masters, 100 ex in stash...
    By ins3Ar in forum PoE Buy Sell Trade
    Replies: 1
    Last Post: 06-18-2015, 10:27 AM
  4. [Selling] PoE Standard exalted orbs - $1 each!! 1000+ on my stash
    By Demonyte in forum PoE Buy Sell Trade
    Replies: 6
    Last Post: 10-13-2014, 05:35 PM
  5. Replies: 8
    Last Post: 05-22-2013, 09:34 PM
All times are GMT -5. The time now is 07:53 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search