PoEHelper (ExileApi) - 3.20 (Forbidden Sanctum) menu

Shout-Out

User Tag List

Page 41 of 78 FirstFirst ... 373839404142434445 ... LastLast
Results 601 to 615 of 1167
  1. #601
    cout00's Avatar Active Member
    Reputation
    27
    Join Date
    Sep 2022
    Posts
    70
    Thanks G/R
    20/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello. when player/terrain/skills/ui offsets will be updated? its mandatory for bots

    PoEHelper (ExileApi) - 3.20 (Forbidden Sanctum)
  2. #602
    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)
    Originally Posted by danil2113 View Post
    10 is installed on the PC, when the program starts, an icon appears after I hover the cursor on the panel from below, it disappears
    experiencing the same thing. already repaired NET SDK but still doing the same thing. icon show then after a few secs, it disappears.

  3. #603
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    132
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh yes. My favorite time of the year. When people rush for the hud update and then cant read.

  4. #604
    heoquoay's Avatar Member
    Reputation
    1
    Join Date
    Feb 2023
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    copilot work for anyone?

  5. #605
    hexaf's Avatar Member
    Reputation
    1
    Join Date
    Feb 2023
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  6. #606
    Wyny's Avatar Member
    Reputation
    1
    Join Date
    May 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pwndbymeh View Post
    experiencing the same thing. already repaired NET SDK but still doing the same thing. icon show then after a few secs, it disappears.
    Same issue , its not working for me , everything installed. Win 11

  7. #607
    hurrhurr1's Avatar Member
    Reputation
    9
    Join Date
    Mar 2017
    Posts
    100
    Thanks G/R
    28/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Install both x64 and x86, helped me previous league at least.

  8. #608
    mega2k0's Avatar Member
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    125
    Thanks G/R
    15/12
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    sup devs here we go again innit? XD
    been out for a bit from poe but im back...hud working but everytime i change zone red wall of errors
    (ofc hiding debug doesnt show)

    wcorVS0.jpg
    Last edited by mega2k0; 04-08-2023 at 09:13 AM.

  9. #609
    Raiwulf's Avatar Member
    Reputation
    10
    Join Date
    Nov 2016
    Posts
    53
    Thanks G/R
    9/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I skipped few leagues so forgive me if it's a bad question. Did they fix the Heist small chest icons?

  10. #610
    ddmkr's Avatar Member
    Reputation
    1
    Join Date
    Jun 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Raiwulf View Post
    I skipped few leagues so forgive me if it's a bad question. Did they fix the Heist small chest icons?
    There's nothing to fix. GGG disabled any way to see the contents of the small chests. It's not coming back.

  11. #611
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1272
    Join Date
    Feb 2017
    Posts
    424
    Thanks G/R
    24/1119
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by mega2k0 View Post
    sup devs here we go again innit? XD
    been out for a bit from poe but im back...hud working but everytime i change zone red wall of errors
    (ofc hiding debug doesnt show)

    wcorVS0.jpg
    Remove the defective old version of the Radar plugin from your hud folder for now since it's not doing anything anyway.

  12. #612
    Success13's Avatar Member
    Reputation
    2
    Join Date
    Aug 2020
    Posts
    8
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how soon will update? HUD didnt see players names! need update


    Screenshot by Lightshot
    Last edited by Success13; 04-08-2023 at 11:36 AM.

  13. #613
    VRita's Avatar Banned
    Reputation
    2
    Join Date
    Mar 2023
    Posts
    6
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Success13 View Post
    how soon will update? HUD didnt see players names! need update


    Screenshot by Lightshot



    you can always find them by yourself with 5 lines of code or something like that:
    Code:
     Dictionary<string, string> nams = new ();
        public void GetPlayerNameOff() {
            for (int i = 0; i < 800; i += 8) {
                var wstr = ui.m.Read<StdWString>(Address + i);
                var name = ui.m.ReadStdWString(wstr);
                if (name.Length > 0)
                    nams.Add(name, i.ToString("X"));
            }
        }
    Last edited by VRita; 04-08-2023 at 12:20 PM.

  14. #614
    iiisyniii's Avatar Member
    Reputation
    4
    Join Date
    Apr 2021
    Posts
    60
    Thanks G/R
    16/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cant seem to get it load at all, so I guess I will be looking for a more reliable release later on. Thank you all for the work in the past, and the work you are all currently doing.

  15. #615
    gonzaemon's Avatar Member
    Reputation
    2
    Join Date
    Aug 2015
    Posts
    24
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is any sorce code of this stuff?

Page 41 of 78 FirstFirst ... 373839404142434445 ... LastLast

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 10:56 AM. 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