PoEHelper (ExileApi) - 3.20 (Forbidden Sanctum) menu

User Tag List

Page 56 of 78 FirstFirst ... 6525354555657585960 ... LastLast
Results 826 to 840 of 1167
  1. #826
    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 cheatingeagle View Post
    * 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
    Would it be possible to get a helper function for getting the buff/skill icons (for use with drawing/graphics), they are mapped in the BuffVisuals.dat in terms of internal_id/name -> Path location for the .dds

    PoEHelper (ExileApi) - 3.20 (Forbidden Sanctum)
  2. #827
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by VioletVibes View Post
    Would it be possible to get a helper function for getting the buff/skill icons (for use with drawing/graphics), they are mapped in the BuffVisuals.dat in terms of internal_id/name -> Path location for the .dds
    You can now access the path via
    Code:
    Buff.BuffDefinition.BuffVisual.DdsFile
    . I've committed the dlls to the repo, but don't feel like going through the release procedure now, I assume you'll manage though

    Can you post a snippet of how you retrieve the .dds data and display it on screen if it's not too much trouble?

  3. #828
    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 cheatingeagle View Post
    You can now access the path via
    Code:
    Buff.BuffDefinition.BuffVisual.DdsFile
    . I've committed the dlls to the repo, but don't feel like going through the release procedure now, I assume you'll manage though

    Can you post a snippet of how you retrieve the .dds data and display it on screen if it's not too much trouble?
    Thanks! I'll post a snippet once I figure out a decent-ish way to achieve it :P.

  4. #829
    pwndbymeh's Avatar Active Member
    Reputation
    44
    Join Date
    May 2010
    Posts
    194
    Thanks G/R
    20/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there still a working heist icon plugin?

  5. #830
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by pwndbymeh View Post
    is there still a working heist icon plugin?
    If you mean icons that show what is in the small chests, then no, that information is not sent over by GGG anymore AFAIK. If you have something else in mind, please elaborate.

  6. #831
    Raumli's Avatar Member
    Reputation
    8
    Join Date
    Oct 2018
    Posts
    14
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having problems compiling every plugin since the newest update (3.21.1.v4) - At first I thought it was Copilot that wasn't compiling correctly, so I tried others, and nothing seems to want to compile, citing errors with "net6.0-windows7.0". The pre-compiled plugins work fine, and the hud itself works fine, just nothing will compile anymore. I, of course, have net6.0 installed, or the HUD wouldn't even start and I also have 7.0 installed.. as a test, I removed 7.0. I also tried reinstalling 6.0 with noavail.

    Suggestions?


    [5/21/2023 7:53:51 AM, xxx\Plugins\Source\copilot-master\CoPilot.csproj(0, 0)] NU1100: Unable to resolve 'Microsoft.CSharp (>= 4.7.0)' for 'net6.0-windows7.0'.

  7. #832
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    22/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Raumli View Post
    I'm having problems compiling every plugin since the newest update (3.21.1.v4) - At first I thought it was Copilot that wasn't compiling correctly, so I tried others, and nothing seems to want to compile, citing errors with "net6.0-windows7.0". The pre-compiled plugins work fine, and the hud itself works fine, just nothing will compile anymore. I, of course, have net6.0 installed, or the HUD wouldn't even start and I also have 7.0 installed.. as a test, I removed 7.0. I also tried reinstalling 6.0 with noavail.

    Suggestions?


    [5/21/2023 7:53:51 AM, xxx\Plugins\Source\copilot-master\CoPilot.csproj(0, 0)] NU1100: Unable to resolve 'Microsoft.CSharp (>= 4.7.0)' for 'net6.0-windows7.0'.
    Run
    Code:
    dotnet nuget list source
    first. If the output is empty or is missing
    Code:
    https://api.nuget.org/v3/index.json
    , run
    Code:
    dotnet nuget add source --name nuget.org https://api.nuget.org/v3/index.json
    Run the list command again, verify that the source was added, and try compiling again.

  8. Thanks Raumli (1 members gave Thanks to cheatingeagle for this useful post)
  9. #833
    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 VioletVibes View Post
    Thanks! I'll post a snippet once I figure out a decent-ish way to achieve it :P.
    Haven't found a clean way of doing this, thinking about downloading the icons instead as needed from poedb and then store them for future use.

    Unless there's a way for you to expand the helper and adding access to it directly for use with Graphics.DrawImage 😎

  10. #834
    Raumli's Avatar Member
    Reputation
    8
    Join Date
    Oct 2018
    Posts
    14
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingeagle View Post
    Run
    Code:
    dotnet nuget list source
    first. If the output is empty or is missing
    Code:
    https://api.nuget.org/v3/index.json
    , run
    Code:
    dotnet nuget add source --name nuget.org https://api.nuget.org/v3/index.json
    Run the list command again, verify that the source was added, and try compiling again.
    Beautiful, this fixed the errors. Thanks so much!

  11. #835
    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)
    I settled for downloading the icons from poedb as needed (they also use the same path) and saving them locally.

    Started working on a very crude "weak aura"/buff display plugin, goal is to fix (at least improve) one of the biggest issues with poe, the horrible UI.

  12. #836
    standard_denk's Avatar Member
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by VioletVibes View Post
    I settled for downloading the icons from poedb as needed (they also use the same path) and saving them locally.

    Started working on a very crude "weak aura"/buff display plugin, goal is to fix (at least improve) one of the biggest issues with poe, the horrible UI.
    Dude that would be awesome, I played wow alot a few months ago and comparing having weakauras in wow vs what poe have (or lack thereof) is just staggering. PoE UI feels 20 years old at this point.

  13. #837
    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 standard_denk View Post
    Dude that would be awesome, I played wow alot a few months ago and comparing having weakauras in wow vs what poe have (or lack thereof) is just staggering. PoE UI feels 20 years old at this point.
    https://i.imgur.com/jvQ60nk.mp4 Work in progress, very barebones atm.

  14. #838
    standard_denk's Avatar Member
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by VioletVibes View Post
    https://i.imgur.com/jvQ60nk.mp4 Work in progress, very barebones atm.
    Looks dope!

  15. #839
    wasdesda's Avatar Member
    Reputation
    1
    Join Date
    May 2023
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello! Does anyone have any tips on how to get BlightHelper to work? It doesn't compile if put in "Source" folder and doesn't show up if put in "Compiled" folder. Other plugins such as ExpeditionIcons compile and work fine.
    PickIt doesn't seem to work too. I press the hotkey and it does nothing.
    Last edited by wasdesda; 05-25-2023 at 06:58 AM.

  16. #840
    CausalityMerchant's Avatar Active Member CoreCoins Purchaser
    Reputation
    15
    Join Date
    Aug 2012
    Posts
    69
    Thanks G/R
    10/14
    Trade Feedback
    2 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    the preloads are showing in the middle of the screen, any way to move them at the top, like they used to be?

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 01:06 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