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

Shout-Out

User Tag List

Page 113 of 297 FirstFirst ... 1363109110111112113114115116117163213 ... LastLast
Results 1,681 to 1,695 of 4452
  1. #1681
    akfgedfsas's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    62
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Monster icons on the map are kinda fucking up atm https://i.imgur.com/pW09MAh.jpg even showed brutus as a minion.

    PoEHUD - Overlay for Path of Exile (Updated for 3.0)
  2. #1682
    bartekai95's Avatar Member
    Reputation
    2
    Join Date
    Apr 2018
    Posts
    56
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PoEHud cutting my fps by around 90 every few seconds any fix for it?

  3. #1683
    Sharps's Avatar Contributor CoreCoins Purchaser
    Reputation
    117
    Join Date
    Apr 2012
    Posts
    138
    Thanks G/R
    31/70
    Trade Feedback
    8 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    ༼ つ ◕_◕ ༽つ TehCheat TAKE MY ENERGY ! ༼ つ ◕_◕ ༽つ

  4. #1684
    Evilwookie's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    163
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for some reason my computer decided that it didnt want aero transparency to work anymore so i cant use it -.-
    Last edited by Evilwookie; 05-04-2018 at 01:27 AM.

  5. #1685
    vitasikxp2's Avatar Member
    Reputation
    10
    Join Date
    Jan 2017
    Posts
    69
    Thanks G/R
    3/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My Golem is not Minion, but he montster.
    Error image

  6. #1686
    FrEeMaNlav's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    62
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vitasikxp2 View Post
    My Golem is not Minion, but he montster.
    Error image
    yes,for me too. minimap little broken

  7. #1687
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is the autoupdater done/out of business?


  8. #1688
    MasterDMFour's Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2014
    Posts
    141
    Thanks G/R
    12/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stfufag View Post
    is the autoupdater done/out of business?

    Update your hud to v1.0.6679


  9. #1689
    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 Sharps View Post
    ༼ つ ◕_◕ ༽つ TehCheat TAKE MY ENERGY ! ༼ つ ◕_◕ ༽つ
    Sorry. Not gonna get to it before the event. And after the event starts, I'll probably be pushing hard and not have much time. I'm not sure who found the enemy flag previously (zaafar, I think) but it's moved (thanks, captain obvious!). It also was part of a component (positioned) and there's a good change they moved it to a component that makes more sense (like targetable, or monster, or something). I looked a bit but I really need to write a program to dump a component bit by bit and compare friendlies vs. enemies to see where it's at now. It used to be a byte with a value of 1 if it was an enemy and a 0 if it was a friendly, but we never did find a proper solution for this. The ribbons were seen as friendly when blackguards were around. And the same with Solaris and Lunaris mobs in the same area.

  10. #1690
    XaocDIO's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2010
    Posts
    17
    Thanks G/R
    7/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Entity.cs
    ln22:
    Code:
    public bool IsHostile => (M.ReadByte(M.ReadLong(Address + 0x50) + 0x130) & 1) == 0;
    change to
    Code:
    public bool IsHostile => (M.ReadByte(M.ReadLong(Address + 0x50) + 0x128) & 1) == 0;

  11. Thanks Sharps, donmills, crage, TehCheat, kissmy4ss (5 members gave Thanks to XaocDIO for this useful post)
  12. #1691
    vitasikxp2's Avatar Member
    Reputation
    10
    Join Date
    Jan 2017
    Posts
    69
    Thanks G/R
    3/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by XaocDIO View Post
    Entity.cs
    ln22:
    Code:
    public bool IsHostile => (M.ReadByte(M.ReadLong(Address + 0x50) + 0x130) & 1) == 0;
    change to
    Code:
    public bool IsHostile => (M.ReadByte(M.ReadLong(Address + 0x50) + 0x128) & 1) == 0;
    Good news, pls update then

  13. #1692
    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 vitasikxp2 View Post
    Good news, pls update then
    I'll be updating it shortly (before the race).

  14. Thanks miracle1, levelmax (2 members gave Thanks to TehCheat for this useful post)
  15. #1693
    DJS's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    7/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanx a lot you two heroes XaocDIO and TehCheat. Awesome!
    I did one testrun, everything was fine again, feels so good :-)
    Last edited by DJS; 05-04-2018 at 03:57 PM.

  16. #1694
    godfeast's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    49
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fixed. delete post
    Last edited by godfeast; 05-04-2018 at 05:26 PM.
    Nothing to see here...move along.

  17. #1695
    Forumuser1000's Avatar Active Member
    Reputation
    27
    Join Date
    Mar 2017
    Posts
    257
    Thanks G/R
    169/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL, POEhud updated (Great Work TehCheat), but now every single one of my plugins is broken and wont work with the new updated POEhud >.<

    I guess the plugin creators will get to the fixes for them when they can.

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 09:23 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