ExileApi - Unique item finder menu

User Tag List

Page 1 of 6 12345 ... LastLast
Results 1 to 15 of 83
  1. #1
    DKing's Avatar Member
    Reputation
    12
    Join Date
    Mar 2012
    Posts
    36
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ExileApi - Unique item finder

    A plugin for ExileApi, than can highlight desired unidentified items like Headhinter and Mageblood in your screen.

    Mostly for MFing, if you're tired of pointing at thousands of belts, too...


    GitHub - Relvl/POE_API_UniqueFinder





    Installation
    download/clone the repository, and add it to /{ExileApiFolder}/Plugins/Source/, there is should be installed .NET 8 x64 runtime and .NET x64 SDK

    Credits:
    cheatingeagle - for awesome tool maintaining, and for mod example (GitHub - exApiTools/Get-Chaos-Value)
    Sithylis - for unique art table and mod example (GitHub - DetectiveSquirrel/Ground-Items-With-Linq)
    Last edited by DKing; 3 Weeks Ago at 03:17 AM. Reason: credits

    ExileApi - Unique item finder
  2. Thanks cheatingeagle, KimSLi, Pepeg, bnc, chureulas (5 members gave Thanks to DKing for this useful post)
  3. #2
    cheatingeagle's Avatar Elite User
    Reputation
    585
    Join Date
    Feb 2017
    Posts
    264
    Thanks G/R
    14/498
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Right. Just to be clear, the unique art mapping has been in ninja pricer (GitHub - exApiTools/Get-Chaos-Value) for a bit: https://github.com/exApiTools/Get-Ch...g.default.json, and it does pretty much everything this plugin does (and what it doesn't, Sithylis's GitHub - DetectiveSquirrel/Ground-Items-With-Linq does). It's up to you to make another one of course (with a simpler UI and everything), but please do link to the source

  4. Thanks DKing (1 members gave Thanks to cheatingeagle for this useful post)
  5. #3
    DKing's Avatar Member
    Reputation
    12
    Join Date
    Mar 2012
    Posts
    36
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like this?

  6. #4
    cheatingeagle's Avatar Elite User
    Reputation
    585
    Join Date
    Feb 2017
    Posts
    264
    Thanks G/R
    14/498
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Yeah you're good.

  7. #5
    Ali Beki's Avatar Member
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually, I use the same thing named "UniqueLootHelper", they did something like this, but yours is better, thank you.

  8. #6
    Aplestic's Avatar Member
    Reputation
    4
    Join Date
    Jan 2024
    Posts
    11
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The plugin cant keep up with unique explosions from Abyss and Alva

    Screenshot 2024-01-17 074846.png
    Last edited by Aplestic; 01-17-2024 at 07:49 AM.

  9. #7
    banhcanhcha1234's Avatar Member
    Reputation
    1
    Join Date
    Jun 2020
    Posts
    7
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im still got nothing after put it in, need a tool can find HH/MB and i found u, but it didnt work, so sadhh12.jpg
    Last edited by banhcanhcha1234; 01-17-2024 at 08:11 AM.

  10. #8
    cout00's Avatar Member
    Reputation
    12
    Join Date
    Sep 2022
    Posts
    38
    Thanks G/R
    12/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aplestic View Post
    The plugin cant keep up with unique explosions from Abyss and Alva

    Screenshot 2024-01-17 074846.png
    try to increase a maximum items on ground in perfomance settings. but its only help a bit. here nothing was made to handle a big EntityList. with implementation from autor, here will be so many false positive reactions, and labels blinking

  11. #9
    Aplestic's Avatar Member
    Reputation
    4
    Join Date
    Jan 2024
    Posts
    11
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cout00 View Post
    try to increase a maximum items on ground in perfomance settings. but its only help a bit. here nothing was made to handle a big EntityList. with implementation from autor, here will be so many false positive reactions, and labels blinking
    How do i set up the other one that eagle mentioned? idc about prices or anything i just want it to show MB / HH

  12. #10
    banhcanhcha1234's Avatar Member
    Reputation
    1
    Join Date
    Jun 2020
    Posts
    7
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    me too, hope anyone can tell me how to do this

  13. #11
    cout00's Avatar Member
    Reputation
    12
    Join Date
    Sep 2022
    Posts
    38
    Thanks G/R
    12/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aplestic View Post
    How do i set up the other one that eagle mentioned? idc about prices or anything i just want it to show MB / HH
    from public plugins the best implementation i see a here
    GitHub - DetectiveSquirrel/Ground-Items-With-Linq

    but without modified ExileCore can be issues with perfomance, and label blinkings. but i dont think here can be false positive reactions. only private plugins, or dbp plugins now can work with 30k+ items on screen without issues

  14. #12
    Aplestic's Avatar Member
    Reputation
    4
    Join Date
    Jan 2024
    Posts
    11
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cout00 View Post
    from public plugins the best implementation i see a here
    GitHub - DetectiveSquirrel/Ground-Items-With-Linq

    but without modified ExileCore can be issues with perfomance, and label blinkings. but i dont think here can be false positive reactions. only private plugins, or dbp plugins now can work with 30k+ items on screen without issues
    what i mean is how do i add the MB / HH option?

  15. #13
    cheatingeagle's Avatar Elite User
    Reputation
    585
    Join Date
    Feb 2017
    Posts
    264
    Thanks G/R
    14/498
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cout00 View Post
    from public plugins the best implementation i see a here
    GitHub - DetectiveSquirrel/Ground-Items-With-Linq

    but without modified ExileCore can be issues with perfomance, and label blinkings. but i dont think here can be false positive reactions. only private plugins, or dbp plugins now can work with 30k+ items on screen without issues
    ground items doesn't doesn't use label position at all so there should be no "blinking". Ninja pricer recently switched to the new label source so it should be much better (although the default config is less than optimal, you should tick off the "UseRawElementPositionWhileMoving" setting)

  16. #14
    Aplestic's Avatar Member
    Reputation
    4
    Join Date
    Jan 2024
    Posts
    11
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im still getting the same error with PoE Ninja Pricer

  17. #15
    Stanleyy's Avatar Member
    Reputation
    3
    Join Date
    Sep 2023
    Posts
    12
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    For me Ninja price only showing "???" on all uniques

Page 1 of 6 12345 ... LastLast

Similar Threads

  1. [Request] AutoIt Item Finder & picker upper.
    By Lansluaght in forum Diablo 3 Bots Questions & Requests
    Replies: 1
    Last Post: 06-21-2012, 06:59 AM
  2. [EXPLOIT] Hold multiple "Unique" items.
    By Lolofail in forum WoW EMU Exploits & Bugs
    Replies: 5
    Last Post: 08-05-2009, 11:47 PM
  3. Is it possible to stack unique items?
    By Rofled in forum WoW EMU Exploits & Bugs
    Replies: 1
    Last Post: 07-26-2008, 04:01 PM
  4. Have more than one unique item (not as good as it sounds!)
    By Ultimateman in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 07-05-2008, 01:17 AM
All times are GMT -5. The time now is 05:52 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