ExileApi 3.23 and beyond - Plugin framework menu

User Tag List

Page 68 of 109 FirstFirst ... 18646566676869707172 ... LastLast
Results 1,006 to 1,020 of 1628
  1. #1006
    headman's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    22
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wloczykij95 View Post
    Is there any plugin that shows only profitable beasts in right corner? or can I edit it?
    you can use the beast plugin: https://www.ownedcore.com/forums/mmo...le-beasts.html ([ExileApi/PoEHelper/POEHUD plugin] Beasts - Easily find profitable beasts!)

    just tick the ones that are profitable enough for you

    ExileApi 3.23 and beyond - Plugin framework
  2. #1007
    wloczykij95's Avatar Member
    Reputation
    1
    Join Date
    May 2024
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by headman View Post
    Yea but it shows only profitable beast when im nearby to them. I would like to just go into portal check if its worth doing and repeat. On the right corner on list every beast is showen.

  3. #1008
    malvient's Avatar Active Member
    Reputation
    19
    Join Date
    Jan 2020
    Posts
    17
    Thanks G/R
    7/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wloczykij95 View Post
    Yea but it shows only profitable beast when im nearby to them. I would like to just go into portal check if its worth doing and repeat. On the right corner on list every beast is showen.
    This is no longer possible.

  4. Thanks Sychotix (1 members gave Thanks to malvient for this useful post)
  5. #1009
    CelerEtAudax's Avatar Member
    Reputation
    1
    Join Date
    Nov 2021
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey will you be adding tinctures to the flask setup for auto activation?

  6. #1010
    manhllinh25's Avatar Member
    Reputation
    2
    Join Date
    Mar 2024
    Posts
    26
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi everyone, i have a problem with this func "public static void KeyPressRelease(Keys key)". How to stop Key Press when i want to stop?
    I put the func KeyPressRelease in a condition (if) but sometime Key still press.

  7. #1011
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1220
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1073
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by malvient View Post
    Related to IconsBuilder/MinimapIcons, Shrine icons (and more importantly labels) never show. I traced it down to line 154 in MinimapIcons.cs:

    Code:
    if (icon.HasIngameIcon && icon.Entity.Type != EntityType.Monster && icon.Entity.League != LeagueType.Heist)
    I'm guessing because shrines already have an ingame icon, it never draws them - but that means it never draws the label either, and the label is really useful.

    I changed it to:

    Code:
    if (icon.HasIngameIcon && icon.Entity.Type != EntityType.Monster && icon.Entity.League != LeagueType.Heist && icon.Entity.Type != EntityType.Shrine)
    It draws the label now. Would be great if this was added to the next exileapi release. Strongboxes suffer from the same issue though the label is not quite as important.

    I can do a PR on TC_MinimapIcons if you prefer.

    Thanks!
    Feel free to create a PR.
    Originally Posted by CelerEtAudax View Post
    Hey will you be adding tinctures to the flask setup for auto activation?
    Not to BFR (it's mostly unmaintained and I don't use it). ReAgent supports tinctures though.
    Originally Posted by manhllinh25 View Post
    Hi everyone, i have a problem with this func "public static void KeyPressRelease(Keys key)". How to stop Key Press when i want to stop?
    I put the func KeyPressRelease in a condition (if) but sometime Key still press.
    It's a weird legacy function, if you want control over the duration or anything reasonable, use KeyDown/KeyUp.

  8. Thanks manhllinh25 (1 members gave Thanks to cheatingeagle for this useful post)
  9. #1012
    overposital's Avatar Member
    Reputation
    1
    Join Date
    Jan 2024
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want to make sure that the unique dealer appears when I enter the portal. Is this possible?

  10. #1013
    nilas1999's Avatar Member
    Reputation
    14
    Join Date
    Jun 2010
    Posts
    29
    Thanks G/R
    7/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is not.

  11. #1014
    nilas1999's Avatar Member
    Reputation
    14
    Join Date
    Jun 2010
    Posts
    29
    Thanks G/R
    7/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by overposital View Post
    I want to make sure that the unique dealer appears when I enter the portal. Is this possible?
    It is not.

  12. #1015
    manhllinh25's Avatar Member
    Reputation
    2
    Join Date
    Mar 2024
    Posts
    26
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi everyone, Have anyway to read The Name of Unid Unique Item (like Headhunter or Mageblood) ? i using DevTree but cant find.

  13. #1016
    cout00's Avatar Active Member
    Reputation
    26
    Join Date
    Sep 2022
    Posts
    70
    Thanks G/R
    20/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by manhllinh25 View Post
    Hi everyone, Have anyway to read The Name of Unid Unique Item (like Headhunter or Mageblood) ? i using DevTree but cant find.
    parse render resource and compare with visual identities

  14. Thanks manhllinh25 (1 members gave Thanks to cout00 for this useful post)
  15. #1017
    shuzukuto's Avatar Member
    Reputation
    2
    Join Date
    Jun 2024
    Posts
    7
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by manhllinh25 View Post
    Hi everyone, Have anyway to read The Name of Unid Unique Item (like Headhunter or Mageblood) ? i using DevTree but cant find.
    Using UniqueFinder

  16. Thanks manhllinh25 (1 members gave Thanks to shuzukuto for this useful post)
  17. #1018
    manhllinh25's Avatar Member
    Reputation
    2
    Join Date
    Mar 2024
    Posts
    26
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That is a compiled plugin or a function in devtree? and where can i get it?

  18. #1019
    manhllinh25's Avatar Member
    Reputation
    2
    Join Date
    Mar 2024
    Posts
    26
    Thanks G/R
    23/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shuzukuto View Post
    Using UniqueFinder
    That is a compiled plugin or a function in devtree? and where can i get it?

  19. #1020
    headman's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    22
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by manhllinh25 View Post
    That is a compiled plugin or a function in devtree? and where can i get it?
    you can try this
    GitHub - Letale-vc/UniqueLootHelper: Highlights Labels of specified Unique Items via their Icon Model File.

    or use Ninja Price (get-chaos-value)
    GitHub - exApiTools/Get-Chaos-Value

    both support the function to show unid HH or Mageblood

  20. Thanks manhllinh25 (1 members gave Thanks to headman for this useful post)

Similar Threads

  1. The Irony of WOTLK and beyond
    By Z3D in forum World of Warcraft General
    Replies: 8
    Last Post: 09-15-2009, 09:54 PM
  2. Half Life 2 - Easter Eggs and Beyond
    By Glynbeard in forum Gaming Chat
    Replies: 0
    Last Post: 11-04-2007, 09:51 AM
  3. Above and Beyond AV (2.0.5(And hopefully above))
    By Dead_Man in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 02-03-2007, 12:38 AM
  4. Above and beyond Orgrimmar
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 12-30-2006, 08:37 PM
All times are GMT -5. The time now is 08:24 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