PoeHUD Plugin: Inventory Items Analyzer menu

User Tag List

Page 8 of 14 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 204
  1. #106
    Pazitif's Avatar Member
    Reputation
    14
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    23/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noneyatemp View Post
    Not sure if this is a bug? But it looks like the boots fit the criteria but no star on them..

    Attachment 56296Attachment 56297
    Energy shield?

    PoeHUD Plugin: Inventory Items Analyzer
  2. #107
    noneyatemp's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2014
    Posts
    177
    Thanks G/R
    249/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pazitif View Post
    Energy shield?
    It should of matched 2 attributes. 86 to Maximum Life and 65% to total resistances. And ultimately having a star next to it.. unless I'm missing something.

  3. #108
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noneyatemp View Post
    Not sure if this is a bug? But it looks like the boots fit the criteria but no star on them..

    Attachment 56296Attachment 56297

    See the guide:
    Boots:
    20+ % Movement Speed (Required or they are very hard to sell)


    it is not available in the options, because the required stat
    If you like what I'm doing and you want to support or speed up the development plagins, BTC donations can be send to: 1NLBDfMY7hURujkzfi9Uq6dnMf1zF3Vqcm

  4. Thanks noneyatemp (1 members gave Thanks to kSacred for this useful post)
  5. #109
    noneyatemp's Avatar Active Member
    Reputation
    20
    Join Date
    Sep 2014
    Posts
    177
    Thanks G/R
    249/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kSacred View Post
    See the guide:
    Boots:
    20+ % Movement Speed (Required or they are very hard to sell)


    it is not available in the options, because the required stat
    Ahh! Thank you.

  6. #110
    Seminko's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2010
    Posts
    507
    Thanks G/R
    35/89
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Let's remove this...
    Last edited by Seminko; 09-07-2017 at 03:42 PM. Reason: Mistakes were made
    Don't just say thanks, click thanks!

  7. #111
    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
    Does anyone know if this is fully working for 3.1, please?
    Thanks.

  8. #112
    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)
    After running this plugin for a few hours I noticed some errors showing up in red letters on the top right corner.
    Here is the ErrorLog.txt file. ErrorLog.txt
    Maybe this needs an update for 3.1? I think this is a very useful plugin and helps me a lot.
    Thanks

  9. #113
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks amazing. I'll definately try it!! thx

  10. #114
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    131
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Request: Can we have a new option for maps added? Have it star maps with certain mods we have selected? Like for example, I turn on "Physical reflect" and have it star all the maps with phys reflect on them? Just the bad mods more or less. Helps when you have a few hundred maps to go through!

  11. #115
    RaspberryPhoenix's Avatar Member
    Reputation
    13
    Join Date
    Apr 2017
    Posts
    29
    Thanks G/R
    15/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey KSacred, would it be possible to change the Resistance coding to be more accurate?

    else if (mod.Record.Group.Contains("Resist"))
    if (mod.Record.Group == "AllResistances")
    elemRes += mod.StatValue[0] * 3;
    else if (mod.Record.Group.Contains("And"))
    elemRes += mod.StatValue[0] * 2;
    else
    elemRes += mod.StatValue[0];

    This doesn't work very well catching resistances on items with 2 affixes as it just multiplies one of the values.
    Is there a way to add together the resistances instead, or somehow get a Total elemental resistance value from PoEHud?

  12. #116
    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,
    Does anyone have an updated version of this plugin, please?
    This is great to find good items fast and easy and avoid to sell them to the vendor by mistake.
    Maybe make it looks for jewels/abyss jewels too?
    Thanks.

  13. #117
    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)
    Hi,
    So looks like this plugin got some update lately (maybe by zaafar or k-Sacr) and I downloaded it to give it a try. I have latest PoEHUD available at this moment on GitHub with a message "recompiled exe" by zaafar and latest version for this plugin as well. Also I did not change any configuration on it, just enabled it on PoEHUD.
    On my first try opening inventory I got an issue, I guess, as you can see here: 1.jpg
    Then I turned on the plugin's debug and I got this: 2.jpg
    After I sold the items from my inventory, I saw this "red" error: 3.jpg
    And here is the ErrorLog.txt file found in its folder: ErrorLog.txt

    I don't know who is working on it but I want to thank for that. I really appreciate it. This plugin is so useful.
    I hope those logs/pics can help fix the issue.
    Again, thanks a lot.
    Last edited by fabcard; 12-29-2017 at 12:26 AM.

  14. #118
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,049
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Treasure worked on this, I will inform him about your post.

  15. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  16. #119
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fabcard View Post
    Hi,
    So looks like this plugin got some update lately (maybe by zaafar or k-Sacr) and I downloaded it to give it a try. I have latest PoEHUD available at this moment on GitHub with a message "recompiled exe" by zaafar and latest version for this plugin as well. Also I did not change any configuration on it, just enabled it on PoEHUD.
    On my first try opening inventory I got an issue, I guess, as you can see here: 1.jpg
    Then I turned on the plugin's debug and I got this: 2.jpg
    After I sold the items from my inventory, I saw this "red" error: 3.jpg
    And here is the ErrorLog.txt file found in its folder: ErrorLog.txt

    I don't know who is working on it but I want to thank for that. I really appreciate it. This plugin is so useful.
    I hope those logs/pics can help fix the issue.
    Again, thanks a lot.
    Hello, i was the one that rewrote modest portion of this plugin and added some new features.

    First delete the plugin folder, and copy it anew from github, second the messages you are getting are from the debug menu, if you wish not to see them then disable DEBUG MODE under the plugins menu. As to the last issue, i suspect that its related to how the plugin handles the collection of items for its list, as you can tell there is a bit of delay as they plugin stalls to update between inventory pages (make sure to disable debug if you don't want to see these messages).

    This is also in the gihub notes regarding the changes.

  17. Thanks toadskin, RaspberryPhoenix, fabcard (3 members gave Thanks to Treasure_Box for this useful post)
  18. #120
    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 @Treasure_Box
    Thank you for the reply and work on this plugin.
    So I downloaded the new version from GitHub and installed it on a fresh PoEHUD folder.
    I haven't tested it for a long time but I can tell that those issues I cited yesterday are no longer showing but I see some "possible" new ones that I'll describe below:
    *body armor: when you move the slider left/right in both life/ES they move together. Also, it says energy shield (tier) with values from 60 to 120, is that correct?
    *helmet: ES slider goes from 0 to 5, is that correct?
    *gloves: ES slider goes from 0 to 5, is that correct?
    *boots: ES slider goes from 0 to 5, is that correct? Movement slider goes from 0 to 50. Is there any way for rare boots go over 30ms? If yes, ignore this, I'm new in the league.
    *belts: ES slider goes from 0 to 5, is that correct?
    *rings: ES slider goes from 0 to 5, is that correct? What means "total attribute" going from 50 to 100?
    *amulets: ES slider goes from 0 to 5, is that correct? What means "total attribute" going from 50 to 100?
    *shields: ES slider goes from 0 to 5, is that correct? The life slider cannot be changed and when you click it, it will disable the shield filter.
    *cast weapons: total elemental spell damage or it's supposed to be total spell damage?
    *attack weapons: total elemental spell damage or it's supposed to be total elemental damage? Spell critical chance or it's supposed to be critical chance?
    Request: Any chance to add jewels/abyss jewels, please?
    Again, thank you in advance.

Page 8 of 14 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. PoeHUD Plugin: Flask Manager
    By Treasure_Box in forum PoE Bots and Programs
    Replies: 1138
    Last Post: 03-05-2018, 08:48 PM
  2. PQR Use inventory items~
    By Profesar in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 11-25-2016, 01:23 AM
  3. [Trading] TF2 inventory items of your choice for beta key (up to $35)
    By botofcoffee in forum Hearthstone Buy Sell Trade
    Replies: 0
    Last Post: 11-15-2013, 09:45 PM
  4. Replies: 5
    Last Post: 10-25-2008, 10:27 PM
  5. [d2loader plugin] item drop notifier!
    By jim3021 in forum Diablo 2
    Replies: 0
    Last Post: 09-24-2008, 02:02 AM
All times are GMT -5. The time now is 06:21 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