PoEHUD - Overlay for Path of Exile (Updated for 3.0) menu

Shout-Out

User Tag List

Page 193 of 297 FirstFirst ... 93143189190191192193194195196197243293 ... LastLast
Results 2,881 to 2,895 of 4452
  1. #2881
    vadrek's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Generally either a reference from a reputable user, or a post history that proves you're reputable.

    Those who have made donations in the past can get in as well.
    I remember i donated a long time ago for the autoflask of zaafar.

    I barely post in this forum, but i would like a discord invite

    PoEHUD - Overlay for Path of Exile (Updated for 3.0)
  2. #2882
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by vadrek View Post
    I remember i donated a long time ago for the autoflask of zaafar.

    I barely post in this forum, but i would like a discord invite
    PM me your paypal email and I will confirm.
    Even though I don’t understand the fuss about discord group. It’s not like they are selling too secret plugins over there.

  3. #2883
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Invite sent.

    This looks like it'd be pretty handy. I'll add this to the code base, but I'll add a menu option for it, as well.
    well done
    GH it's like cocaine, once you used, you can't forget.

  4. #2884
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    [QUOTE=kevin821205;3955076]
    Originally Posted by TehCheat View Post
    Invite sent.


    Attachment 63456

    sorry I want to ask for

    When I open this

    POE become all Dark

    can you help me to fix it
    That usually means either Aero/transparency in Windows is turned off, or you have anti-aliasing forced on in your nvidia/amd control panel.

    This is also listed in the FAQ section of the first post.

  5. #2885
    kevel1's Avatar Member
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    341
    Thanks G/R
    14/3
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bcz View Post
    I still suck at using github properly, so just posting it here.

    Small QOL tweak I made that has ended up being really useful. Quick reference for prefix/suffix counts (top left next to iLvl)



    AdvancedTooltipPlugin.cs (line 103)
    Code:
                        //  Adds quick reference number of affixes to the right of the iLvl text
                        int numpre = 0, numsuf = 0;
                        string pretxt = "", suftxt = "";
                        foreach ( ModValue mod in mods )
                        {
                            if (mod.AffixType == ModsDat.ModType.Prefix)
                            {
                                numpre++;
                                pretxt += "P";
                            }
                            else if (mod.AffixType == ModsDat.ModType.Suffix)
                            {
                                numsuf++;
                                suftxt += "S";
                            }
                        }
                        Graphics.DrawText(pretxt, 14, tooltipRect.TopLeft.Translate(26 + numpre * 10, 2), Settings.ItemMods.PrefixColor, FontDrawFlags.Right);
                        Graphics.DrawText(suftxt, 14, tooltipRect.TopLeft.Translate(26 + numpre * 10, 2), Settings.ItemMods.SuffixColor, FontDrawFlags.Left);
    PS. I'd love to join the discord server if you'd love to have me
    Hey this is really cool.

  6. #2886
    patriklops's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, front page of this post says this is detected, assuming an active player uses this every day, what are the odds of getting banned?

    Regards

  7. #2887
    Shiroineko's Avatar Member
    Reputation
    1
    Join Date
    Feb 2017
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a question.
    Trying uberlab for a few days and the preloads are not loading. Like example for curious lock box, it won't show at the preload area until i got the key and re-enter the area then it shows on the preload box. Because previously it will show once we enter the area the first time.

  8. #2888
    kevin821205's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [QUOTE=TehCheat;3955199]
    Originally Posted by kevin821205 View Post

    That usually means either Aero/transparency in Windows is turned off, or you have anti-aliasing forced on in your nvidia/amd control panel.

    This is also listed in the FAQ section of the first post.


    thanks you very much ! I already fix it

    sorry abt watch the F&Q part I'm a Taiwanese so my English might be poor

    thanks again

  9. #2889
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shiroineko View Post
    Just a question.
    Trying uberlab for a few days and the preloads are not loading. Like example for curious lock box, it won't show at the preload area until i got the key and re-enter the area then it shows on the preload box. Because previously it will show once we enter the area the first time.
    GGG patched many preloads. The only one I see still working are the masters.
    Last edited by MACROS4LIFE; 09-26-2018 at 01:55 PM.
    GH it's like cocaine, once you used, you can't forget.

  10. #2890
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Shiroineko View Post
    Just a question.
    Trying uberlab for a few days and the preloads are not loading. Like example for curious lock box, it won't show at the preload area until i got the key and re-enter the area then it shows on the preload box. Because previously it will show once we enter the area the first time.
    Chests were patched, no more preloads for them. There may be some lab data we can use for these specific boxes, but I haven't looked into it at all yet.

  11. #2891
    Norby93's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    42
    Thanks G/R
    5/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Chests were patched, no more preloads for them. There may be some lab data we can use for these specific boxes, but I haven't looked into it at all yet.
    is this real to make some dynamic memory check for boxes? or check on button?
    Last edited by Norby93; 09-26-2018 at 10:07 AM.

  12. #2892
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Norby93 View Post
    is this real to make some dynamic memory check for boxes? or check on button?
    I think the plan is to have some kind of proximity alert, I've just been too busy to implement it.

  13. #2893
    henri7890's Avatar Member
    Reputation
    2
    Join Date
    Oct 2016
    Posts
    10
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't use this, i get a ban playing 2, 3 days contstantly (sorry for my bad english)

  14. #2894
    HivNLG's Avatar Member
    Reputation
    1
    Join Date
    Sep 2018
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    bahn

    i have ban 2minutes ago

  15. #2895
    separik's Avatar Member
    Reputation
    2
    Join Date
    Jul 2018
    Posts
    8
    Thanks G/R
    2/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HivNLG View Post
    i have ban 2minutes ago
    27.09.2018
    Me too/

Similar Threads

  1. [Release] ExileHUD - External overlay for Path of Exile (work in progress)
    By Evozer in forum PoE Bots and Programs
    Replies: 1131
    Last Post: 04-04-2015, 05:14 PM
  2. [Release] PoeHUD - Overlay for Path of Exile
    By Coyl in forum PoE Bots and Programs
    Replies: 1870
    Last Post: 01-27-2015, 02:28 AM
  3. Replies: 0
    Last Post: 07-02-2014, 02:10 AM
  4. [Trading] "Path of Exile Beta Key" for "Diablo 3 Beta Key".
    By BlQ in forum Diablo 3 Buy Sell Trade
    Replies: 4
    Last Post: 03-30-2012, 01:42 AM
  5. [Trading] "Path of Exile Beta Key" for "Diablo 3 Beta Key".
    By Chakl22 in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 10-16-2011, 03:15 AM
All times are GMT -5. The time now is 10:23 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