POE Stash Sorter menu

User Tag List

Page 4 of 18 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 260
  1. #46
    idsmoker's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bjarkeck View Post
    I have some free time on my hands, and i have decided to completely rewrite this stash sorter, and taking all of your feedback in to consideration.
    Welcome back!

    I've noticed the "sort by color" option seems to get confused by the new Vaal gems, any chance this will be fixed in the new version?

    Your plans for the next version sound great, especially the remembered credentials and auto-fetch for new leagues. Any chance of adding support for sorting items larger than 1x1? Being able to sort flasks and other items by the level required would be very handy.

    Keep up the great work!

    POE Stash Sorter
  2. #47
    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 idsmoker View Post
    Welcome back!

    I've noticed the "sort by color" option seems to get confused by the new Vaal gems, any chance this will be fixed in the new version?

    Your plans for the next version sound great, especially the remembered credentials and auto-fetch for new leagues. Any chance of adding support for sorting items larger than 1x1? Being able to sort flasks and other items by the level required would be very handy.

    Keep up the great work!
    Thanks man!
    Support for larger than 1x1 items will deffently also be a thing

    The color of the vaal orbs is a tricky one. If anyone have suggestion on how i can identify what color a gem truly is, it would help a lot! For instance, what color is Vaal Detonate Dead? Right now i determen the color of a gem by looking at what stat requirement it has most of (str = red, dex = green, int = blue), if it doesnt have any requirements (as many lvl 1 gems dont have) i scan the image pixel by pixel to determen color it has most of, this works most of the time... We can all agree that vaal detonate dead is a green gem, but if you ask my algorithm that scans the image it's red. Thats why most Vaal gems doesnt work properly. Dont know how to fix this other than creating a table of exceptions, which i will do unless someone has a better suggestion?
    Last edited by bjarkeck; 08-09-2014 at 10:05 AM.

  3. #48
    idsmoker's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bjarkeck View Post
    The color of the vaal orbs is a tricky one. If anyone have suggestion on how i can identify what color a gem truly is, it would help a lot! For instance, what color is Vaal Detonate Dead? Right now i determen the color of a gem by looking at what stat requirement it has most of (str = red, dex = green, int = blue), if it doesnt have any requirements (as many lvl 1 gems dont have) i scan the image pixel by pixel to determen color it has most of, this works most of the time... We can all agree that vaal detonate dead is a green gem, but if you ask my algorithm that scans the image it's red. Thats why most Vaal gems doesnt work properly. Dont know how to fix this other than creating a table of exceptions, which i will do unless someone has a better suggestion?
    In evaluating the color of the pixel, could you ignore the particular shade of red that all Vaal gems use (or only look for the "real" red), so you would be evaluating the "true" color of the gem?

  4. #49
    alucard1's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    246
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank-you for this, I was dreading having to sort all my gems and this was a life saver...

    It helped me find Quality and the gems I lvled already <3

  5. #50
    nadner's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yay just in time for new league

  6. #51
    fiw7's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bjarkeck View Post
    If anyone have suggestion on how i can identify what color a gem truly is, it would help a lot!
    If I'm not mistaken, you should be able to just look for the primary colours first and determine the gem from that.
    The only gems with the colour green are all dexterity and the only with blue are intelligence. It's only red that is being used on other gems (and only on Vaal gems)
    So perhaps something like:

    look for colour green -> If present = dex-gem
    look for colour blue -> if present = int-gem
    else = str-gem

    Don't know if that is the fastest way to do it, but it should be fairly easy and fast, since you should not have to change much from the pixel-searching-code..


    fiw7

    ps.. thank you for all the work with the sorter so far

  7. #52
    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 fiw7 View Post
    If I'm not mistaken, you should be able to just look for the primary colours first and determine the gem from that.
    The only gems with the colour green are all dexterity and the only with blue are intelligence. It's only red that is being used on other gems (and only on Vaal gems)
    So perhaps something like:

    look for colour green -> If present = dex-gem
    look for colour blue -> if present = int-gem
    else = str-gem

    Don't know if that is the fastest way to do it, but it should be fairly easy and fast, since you should not have to change much from the pixel-searching-code..


    fiw7

    ps.. thank you for all the work with the sorter so far
    Thats actually a good solution, problem solved
    Thanks for the help fiw7!

    The new version should be ready right before the new league.

  8. #53
    idsmoker's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fiw7 View Post
    If I'm not mistaken, you should be able to just look for the primary colours first and determine the gem from that.
    The only gems with the colour green are all dexterity and the only with blue are intelligence. It's only red that is being used on other gems (and only on Vaal gems)
    <snip>
    The only exception I can think of is the Cold to Fire gem, which the wiki considers a strength gem.

  9. #54
    IeUz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2011
    Posts
    84
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad to see this back. Hopefully we will see the new version still this week!

    Good work!

  10. #55
    Fantomfx's Avatar Member
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any progress on the new version? Thanks for your work!

  11. #56
    toykilla's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this work with the new league? I don't see Rampage as an option in the drop down.

  12. #57
    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)
    I'm sorry for the delay guys... but... but.. path of exile you know !?
    I didnt finnish it before the new league started. And i havent really been working on it sins then (for obvious reasons xD).

    I will finnish it tomorrow, after i have gotten some sleep!. All i need for it to be operational is the login window, and a couple of bug fixes, everything else is done.
    (except sorting more than 1x1 sized items that one is alot harder than i anticipated)

  13. #58
    Jubalee's Avatar Member
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    39
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bjarkeck View Post
    I'm sorry for the delay guys... but... but.. path of exile you know !?
    I didnt finnish it before the new league started. And i havent really been working on it sins then (for obvious reasons xD).

    I will finnish it tomorrow, after i have gotten some sleep!. All i need for it to be operational is the login window, and a couple of bug fixes, everything else is done.
    (except sorting more than 1x1 sized items that one is alot harder than i anticipated)
    My ocd is causing me to lose sleep over my stash. Hope you get this running at some point. It would help me stop afking in town each time I get a new gem trying to sort everything. I would edit the previous version from the 3 month league but I cannot understand where the leagues are set in the files. I guess its part of the exe and no idea how to get into an exe to try find it.

  14. #59
    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)
    Can't wait for this

  15. #60
    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)
    Sorry for the delay guys, i have no excuses. but now it is out!
    I've not tested it on other mashines so there is the chance it wont work at all xD let me know how it goes.

Page 4 of 18 FirstFirst 12345678 ... 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 09:46 AM. 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