PoEHelper (ExileApi) - 3.20 (Forbidden Sanctum) menu

User Tag List

Page 55 of 78 FirstFirst ... 5515253545556575859 ... LastLast
Results 811 to 825 of 1167
  1. #811
    bittertide's Avatar Member
    Reputation
    1
    Join Date
    Mar 2022
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does any1 have a list/website with the current plugins supported by Exileapi ? would love to see incursion or betrayal helpers

    PoEHelper (ExileApi) - 3.20 (Forbidden Sanctum)
  2. #812
    NoobToken's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    51
    Thanks G/R
    11/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Keldonv7 View Post
    that works but its only on button hold/press, was looking for something automatic
    Download the code, remove the text
    !Input.IsKeyDown(Settings.Run.Value) ||
    and it will work automatically.

  3. #813
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1234
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    24/1081
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by bittertide View Post
    does any1 have a list/website with the current plugins supported by Exileapi ? would love to see incursion or betrayal helpers
    A non-exhaustive list (plugin authors mostly have to submit entries themselves) PluginBrowser

  4. Thanks YellowRodent (1 members gave Thanks to cheatingeagle for this useful post)
  5. #814
    TinyBad's Avatar Member
    Reputation
    2
    Join Date
    Apr 2023
    Posts
    4
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found that the latest version fixed the display issue of Cyrillic characters, for which I am very grateful. However, I still cannot display Chinese characters, which makes me puzzled. I'm sorry to say that I used dnspy to decompile the code of ExileCore.dll to check where the problem was. I found that the code used io.Fonts.GetGlyphRangesCyrillic() to get the character range, but this character range does not include non-Cyrillic characters such as Chinese and Japanese. I tried changing it to GetGlyphRangesChineseFull() to solve the problem with Chinese, and it worked well. Then I tried to reset the character range by loading the plugin and getting ExileCore reflectively, but failed. I understand that loading font ranges that users don’t need will have a big impact on performance, so I have an idea. Can we allow users to specify the font range in the Core's settings panel to solve this problem, or set the character range in the font's config file?

  6. Thanks YellowRodent (1 members gave Thanks to TinyBad for this useful post)
  7. #815
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1234
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    24/1081
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by TinyBad View Post
    Can we allow users to specify the font range in the Core's settings panel to solve this problem, or set the character range in the font's config file?
    That is the intended fix, I just need time to get to it.

  8. Thanks YellowRodent (1 members gave Thanks to cheatingeagle for this useful post)
  9. #816
    standard_denk's Avatar Member
    Reputation
    2
    Join Date
    Apr 2018
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, thanks for the link to the plugin browser.
    How do you properly install the plugins?
    On github I see source code download and .dll download, I tried with expedition icond and it seems to be working putting the source code folder into the "plugins/source" folder in PoeHuD.
    When I try with Altar plugin I get this error:
    "The type or namespace name 'ExileCore' could not be found (are you missing a using directive or an assembly reference?)"
    Is the plugin broken or am I just stupid? (most likely).

  10. #817
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1234
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    24/1081
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by standard_denk View Post
    Hey guys, thanks for the link to the plugin browser.
    How do you properly install the plugins?
    On github I see source code download and .dll download, I tried with expedition icond and it seems to be working putting the source code folder into the "plugins/source" folder in PoeHuD.
    When I try with Altar plugin I get this error:
    "The type or namespace name 'ExileCore' could not be found (are you missing a using directive or an assembly reference?)"
    Is the plugin broken or am I just stupid? (most likely).
    Nah it's the plugin in this case. Compare how the references to core dlls are setup in AltarHelper and ExpeditionIcons

  11. #818
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    37
    Join Date
    Jan 2018
    Posts
    177
    Thanks G/R
    39/35
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    There isn't any plugin for opening stacked decks, are there? PoEapikit broke 2 weeks ago at the patch and haven't been fixed yet :<

  12. #819
    VioletVibes's Avatar Active Member
    Reputation
    60
    Join Date
    Oct 2021
    Posts
    91
    Thanks G/R
    3/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xerance View Post
    There isn't any plugin for opening stacked decks, are there? PoEapikit broke 2 weeks ago at the patch and haven't been fixed yet :<
    You can use Wingman Reloaded in a pinch for that, as it uses pixels/colors.

  13. Thanks xerance (1 members gave Thanks to VioletVibes for this useful post)
  14. #820
    standard_denk's Avatar Member
    Reputation
    2
    Join Date
    Apr 2018
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingeagle View Post
    Nah it's the plugin in this case. Compare how the references to core dlls are setup in AltarHelper and ExpeditionIcons
    Yeah I can see that the references are different, I tried changing the paths but then I got some other error, so I gave up. Kinda have no idea what im doing xD
    the expedition plugin is really good anyways.. so I can live without Altar plugin.

  15. #821
    Pepegers's Avatar Member
    Reputation
    1
    Join Date
    Jan 2023
    Posts
    12
    Thanks G/R
    4/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to make it so that AreaChange(AreaInstance area) is called after EntityList is initially updated? I believe it worked like that few leagues ago, but not anymore. It's not a big deal but it makes a code a bit uglier
    Also I still hope for the removal of limit of 1000 childs for ChatBox. Or maybe someone can give me advice how to get Chat messages another way, not through ChatBox?

  16. #822
    notorious879's Avatar Member
    Reputation
    9
    Join Date
    Nov 2011
    Posts
    74
    Thanks G/R
    0/8
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where can i find the configuration for the Orange arrow for stash dumping ? Thanks

  17. #823
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    37
    Join Date
    Jan 2018
    Posts
    177
    Thanks G/R
    39/35
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by VioletVibes View Post
    You can use Wingman Reloaded in a pinch for that, as it uses pixels/colors.
    have you tried windman relaoded this league? cant for my life get stacked decks to work.

  18. #824
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1234
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    24/1081
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    * Improved element code somewhat, now position should be read correctly for elements like chat messages & divination card stash
    * Added TextNoTags, this works well with elements like tooltips which contain a lot of formatting tags by default
    * Made some previously hardcoded limits customizable through a separate `config/limits.json` file (doesn't exist by default), customizable keys are:
    Code:
    ElementChildCount
    UnicodeStringLength
    ReadStructsArrayCount
    ReadMemoryTimeLimit
    * Made font glyph range customizable. Available options are limited by what ImGui offers out of the box, default is the same as before (FontGlyphRangeType.Cyrillic). You will need a font that actually supports those glyphs, of course (default doesn't)
    * Added PoeChatElement.Messages, those should bypass the Element ChildCount limit by default

    Dependency list:
    .NET SDK 6.0 x64 (download page and direct link to current version (will change in the future))
    How to fix your .NET SDK installation
    DirectX (when you run the download, it will extract it to a specified folder, you then need to run DXSETUP in the extracted folder)
    VC 2015 Redistributable option 1, option 2

    Download PoeHelper https://github.com/TehCheat/PoEHelpe.../tag/3.21.1.v4
    Last edited by cheatingeagle; 05-20-2023 at 06:04 PM.

  19. Thanks Pepeg, Pepegers (2 members gave Thanks to cheatingeagle for this useful post)
  20. #825
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1234
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    24/1081
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Pepegers View Post
    Is it possible to make it so that AreaChange(AreaInstance area) is called after EntityList is initially updated? I believe it worked like that few leagues ago, but not anymore. It's not a big deal but it makes a code a bit uglier
    This was not an intentional change, but I think it makes a lot of sense the way it is now. After all, the area change happens before the entities spawn in. Can you elaborate on your reasons why the opposite way would be more convenient?

Similar Threads

  1. Replies: 11
    Last Post: 06-15-2025, 02:37 PM
  2. CoPilot Plugin for PoeHelper / PoeHud / ExileApi
    By totalschaden in forum PoE Bots and Programs
    Replies: 669
    Last Post: 07-31-2024, 04:38 AM
  3. Powerleveling (Horde) 1-20 in 24 hours or less
    By Matt in forum World of Warcraft Guides
    Replies: 2
    Last Post: 09-18-2006, 10:12 PM
  4. I'm flying without wings! FOR 20 SECONDS WHOAZERZ!
    By janzi9 in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 05-17-2006, 08:00 PM
  5. 20 Arcanite in 1 Hour
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 04-16-2006, 01:47 AM
All times are GMT -5. The time now is 12:50 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