ShowPoE1ModTier - ExileCore2 Plugin menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    darkxell133's Avatar Active Member
    Reputation
    39
    Join Date
    Mar 2017
    Posts
    97
    Thanks G/R
    8/31
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    ShowPoE1ModTier - ExileCore2 Plugin

    Until now it only shows Mod Tiers
    but i make the Tiers PoE1 like

    T1 is the best possible mod
    and then goes down

    This makes it much easier and faster to determine how good an item is

    It can Scan the Items of Stash, Vendor or Ritual Panels



    add the Link to the PluginUpdater

    Github Link
    ShowPoE1ModTier
    Attached Thumbnails Attached Thumbnails ShowPoE1ModTier - ExileCore2 Plugin-showpoe1modtierstashscaner1-jpeg   ShowPoE1ModTier - ExileCore2 Plugin-showmodtier-png  
    Last edited by darkxell133; 04-11-2025 at 10:05 AM.

    ShowPoE1ModTier - ExileCore2 Plugin
  2. Thanks ali_ee, Ferzian (2 members gave Thanks to darkxell133 for this useful post)
  3. #2
    darkxell133's Avatar Active Member
    Reputation
    39
    Join Date
    Mar 2017
    Posts
    97
    Thanks G/R
    8/31
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    ChangeLog

    v0.1.4
    Added T3 Mod Char
    Added Char Background for better Visibilty
    Added Vendor and Ritual ItemPanels
    Added Switches to turn on/off which Panels get Scaned
    Added Color Node for T3 Mods and a Color Node for Background Color
    v0.1.5
    Added a Switch to Ignore QuadStashTabs
    Added a Switch to only show T1 Mods on item Icons
    Added a query to prevent Errors caused of Items that dont have any Affixe
    Last edited by darkxell133; 04-12-2025 at 09:22 PM.

  4. Thanks Illidani (1 members gave Thanks to darkxell133 for this useful post)
  5. #3
    Dakstyle9's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    3
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes I was looking for something like this
    Thank you man

  6. #4
    Illidani's Avatar Member
    Reputation
    2
    Join Date
    Nov 2008
    Posts
    30
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome ! Thank you !!

  7. #5
    dhtm15's Avatar Member
    Reputation
    7
    Join Date
    Nov 2019
    Posts
    17
    Thanks G/R
    8/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Build failed:
    [19/03/2025 14:00:23, C:\Users\Miranda\Desktop\ExileCore2\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTi er.cs(58, 37)] CS1525: Termo de expressão inválido ":"
    [19/03/2025 14:00:23, C:\Users\Miranda\Desktop\ExileCore2\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTi er.cs(58, 37)] CS1002: ; esperado
    [19/03/2025 14:00:23, C:\Users\Miranda\Desktop\ExileCore2\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTi er.cs(58, 37)] CS1513: } esperada

    I just read it again and saw that it had : instead of ; it needs to be corrected in the source code.

  8. Thanks darkxell133 (1 members gave Thanks to dhtm15 for this useful post)
  9. #6
    darkxell133's Avatar Active Member
    Reputation
    39
    Join Date
    Mar 2017
    Posts
    97
    Thanks G/R
    8/31
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    oh yeah youre right i fixed it

  10. Thanks dhtm15 (1 members gave Thanks to darkxell133 for this useful post)
  11. #7
    darkxell133's Avatar Active Member
    Reputation
    39
    Join Date
    Mar 2017
    Posts
    97
    Thanks G/R
    8/31
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Added Stashscaner it show T1 and T2 mods on ItemIcons within Stashtabs
    Last edited by darkxell133; 04-10-2025 at 05:52 PM.

  12. Thanks Test505 (1 members gave Thanks to darkxell133 for this useful post)
  13. #8
    taren_pro's Avatar Member
    Reputation
    3
    Join Date
    Aug 2017
    Posts
    44
    Thanks G/R
    12/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    add this to Ritual window and Vendors
    nice work

  14. #9
    darkxell133's Avatar Active Member
    Reputation
    39
    Join Date
    Mar 2017
    Posts
    97
    Thanks G/R
    8/31
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    add this to Ritual window and Vendors
    nice work

    added Vendor and Ritual Panels

  15. #10
    Galaxy83's Avatar Member
    Reputation
    4
    Join Date
    Apr 2023
    Posts
    40
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2025-04-11 18:56:31.960 +03:00 [ERR] ShowPoE1ModTier, PerfomanceRender -> System.ArgumentNullException: Value cannot be null. (Parameter 'source')
    at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    at ShowPoE1ModTier.Classes.InventoryScaner.InventoryScan(Inventory inventory) in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\Classes\InventoryScaner.cs: line 77
    at ShowPoE1ModTier.ShowPoE1ModTier.Render() in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTier.cs:line 124
    at ExileCore2.Shared.PluginWrapper.PerfomanceRender()
    2025-04-11 18:56:31.981 +03:00 [ERR] ShowPoE1ModTier, PerfomanceRender -> System.NullReferenceException: Object reference not set to an instance of an object.
    at ShowPoE1ModTier.ShowPoE1ModTier.Render() in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTier.cs:line 132
    at ExileCore2.Shared.PluginWrapper.PerfomanceRender()
    2025-04-11 18:56:42.234 +03:00 [ERR] ShowPoE1ModTier, PerfomanceRender -> System.ArgumentNullException: Value cannot be null. (Parameter 'source')
    at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    at ShowPoE1ModTier.Classes.InventoryScaner.InventoryScan(Inventory inventory) in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\Classes\InventoryScaner.cs: line 77
    at ShowPoE1ModTier.ShowPoE1ModTier.Render() in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTier.cs:line 124
    at ExileCore2.Shared.PluginWrapper.PerfomanceRender()
    2025-04-11 18:56:52.908 +03:00 [ERR] ShowPoE1ModTier, PerfomanceRender -> System.ArgumentNullException: Value cannot be null. (Parameter 'source')
    at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    at ShowPoE1ModTier.Classes.InventoryScaner.InventoryScan(Inventory inventory) in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\Classes\InventoryScaner.cs: line 77
    at ShowPoE1ModTier.ShowPoE1ModTier.Render() in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTier.cs:line 124
    at ExileCore2.Shared.PluginWrapper.PerfomanceRender()
    2025-04-11 18:56:59.451 +03:00 [ERR] ShowPoE1ModTier, PerfomanceRender -> System.ArgumentNullException: Value cannot be null. (Parameter 'source')
    at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    at ShowPoE1ModTier.Classes.ITier.ItemTier(ItemMod iMod, JObject jAffixeType, Boolean tierMode) in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\Classes\ITier.cs:line 25
    at ShowPoE1ModTier.ShowPoE1ModTier.Render() in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTier.cs:line 98
    at ExileCore2.Shared.PluginWrapper.PerfomanceRender()
    2025-04-11 18:57:35.959 +03:00 [ERR] ShowPoE1ModTier, PerfomanceRender -> System.ArgumentNullException: Value cannot be null. (Parameter 'source')
    at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    at ShowPoE1ModTier.Classes.InventoryScaner.InventoryScan(Inventory inventory) in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\Classes\InventoryScaner.cs: line 77
    at ShowPoE1ModTier.ShowPoE1ModTier.Render() in D:\HelpAp\3\EXileCore\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTier.cs:line 124
    at ExileCore2.Shared.PluginWrapper.PerfomanceRender()


    how to fix. Any help?

  16. #11
    Galaxy83's Avatar Member
    Reputation
    4
    Join Date
    Apr 2023
    Posts
    40
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not work with quad stash?

  17. #12
    darkxell133's Avatar Active Member
    Reputation
    39
    Join Date
    Mar 2017
    Posts
    97
    Thanks G/R
    8/31
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Galaxy83 View Post
    not work with quad stash?
    I dont have any problems but i copy pastet the whole Code from VS22 into Github think now it should work

  18. #13
    ddt442's Avatar Member
    Reputation
    8
    Join Date
    Oct 2009
    Posts
    35
    Thanks G/R
    16/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got error

    2025-04-12 19:14:25.334 +08:00 [ERR] ShowPoE1ModTier, PerfomanceRender -> System.ArgumentNullException: Value cannot be null. (Parameter 'source')
    at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
    at ShowPoE1ModTier.Classes.InventoryScaner.InventoryScan(Inventory inventory) in D:\PigggyBank\Plugins\Source\ShowPoE1ModTier\Classes\InventoryScaner.cs:line 77
    at ShowPoE1ModTier.ShowPoE1ModTier.Render() in D:\PigggyBank\Plugins\Source\ShowPoE1ModTier\ShowPoE1ModTier.cs:line 124
    at ExileCore2.Shared.PluginWrapper.PerfomanceRender()
    螢幕擷取畫面 2025-04-12 191831.png

    not working with quad.
    Last edited by ddt442; 04-12-2025 at 06:19 AM. Reason: add pic

  19. #14
    cuumjr's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't get it to work—am I doing something wrong? My Exile is updated, and most of the standard addons are working. I placed the 'showpoe1mod-tier-main' folder inside Plugins → Source. Is there anything else I need to do?

  20. #15
    neverp's Avatar Member
    Reputation
    1
    Join Date
    Dec 2024
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very useful, saved a lot of time, thank you!

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Copilot - ExileCore2 Plugin
    By Curvu in forum Path of Exile 2 Bots and Program
    Replies: 57
    Last Post: 2 Days Ago, 07:51 AM
  2. MapIcons - ExileCore2 Plugin
    By diesall in forum Path of Exile 2 Bots and Program
    Replies: 31
    Last Post: 05-16-2025, 09:31 AM
  3. [Release] XPBar - ExileCore2 Plugin
    By Curvu in forum Path of Exile 2 Bots and Program
    Replies: 1
    Last Post: 02-26-2025, 07:41 PM
  4. [Release] Copilot - ExileCore2 Plugin
    By Curvu in forum Path of Exile 2 Bots and Program
    Replies: 0
    Last Post: 02-22-2025, 04:25 PM
  5. [Release] AuraTracker - ExileCore2 Plugin
    By diesall in forum Path of Exile 2 Bots and Program
    Replies: 4
    Last Post: 02-06-2025, 12:03 PM
All times are GMT -5. The time now is 03:16 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search