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

User Tag List

Page 244 of 297 FirstFirst ... 144194240241242243244245246247248294 ... LastLast
Results 3,646 to 3,660 of 4452
  1. #3646
    heathall's Avatar Member
    Reputation
    1
    Join Date
    Feb 2019
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fresh install of it and the offset for the menu is off, to use the menu I have to have my mouse a decent bit to the right and down of where the menu is.

    PoEHUD - Overlay for Path of Exile (Updated for 3.0)
  2. #3647
    satbuster's Avatar Member
    Reputation
    12
    Join Date
    Oct 2017
    Posts
    76
    Thanks G/R
    20/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi.

    Awesome.

    Basic HUD seems to work ok. Can see mobs.
    PluginsUpdater plugin works
    BasicFlaskRoutine works (health, mana, speed)
    AdvancedUberLab works


    Much appreciated.

  3. #3648
    e094013's Avatar Member
    Reputation
    6
    Join Date
    Apr 2015
    Posts
    11
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To all of those who would like to run PoEHUD at Garena_TW_X64 3.6.
    It is a known issue that the some HUD function don't work in Garena, but there is a simple fix to it.

    This requires Visual Studio to compile the modified version of PoEHUD.

    Steps:

    1. Download the latest source code from TehCheat/PoEHUD
    2. Open up the solution under PoEHUD-x64/src/ExileHUD.sln
    3. Replace Line 11-36 with the following codes in PoEHUD-x64/src/Poe/RemoteMemoryObjects/IngameUIElements.cs
    The following code may not works if PoE updates.
    If you would like it to work for every version in the future,
    You can add 0x8 to every addresses insides ReadObjectAt<T>(/*some addresses*/); and GetObject<T>(/*some addresses*/);
    e.g. change ReadObjectAt<SkillBarElement>(0x370) to ReadObjectAt<SkillBarElement>(0x378 )

    Code:
    		public SkillBarElement SkillBar => ReadObjectAt<SkillBarElement>(0x378);
    		public SkillBarElement HiddenSkillBar => ReadObjectAt<SkillBarElement>(0x380);
    		public PoeChatElement ChatBox => GetObject<PoeChatElement>(M.ReadLong(Address + 0x400, 0x2D8, 0xF88));
    		public Element QuestTracker => ReadObjectAt<Element>(0x480);
    		public Element OpenLeftPanel => ReadObjectAt<Element>(0x4E8/*4F0*/);
    		public Element OpenRightPanel => ReadObjectAt<Element>(0x4F0/*4F8 */);
    		public InventoryElement InventoryPanel => ReadObjectAt<InventoryElement>(0x520);
    		public StashElement StashElement => GetObject<StashElement>(0x528); //This element was in serverdata
    		public Element TreePanel => ReadObjectAt<Element>(0x550);
    		public Element AtlasPanel => ReadObjectAt<Element>(0x558);
    		public Map Map => ReadObjectAt<Map>(0x5A8);
    		public SyndicatePanel SyndicatePanel => GetObject<SyndicatePanel>(M.ReadLong(Address + 0xF00, 0xA58));
                    public SubterraneanChart MineMap => ReadObjectAt<SubterraneanChart>(0xEE0);
    		public WorldMapElement WorldMap => ReadObjectAt<WorldMapElement>(0xCC8);
    		public WorldMapElement AreaInstanceUi => ReadObjectAt<WorldMapElement>(0x7B0);
    
    		public IEnumerable<ItemsOnGroundLabelElement> ItemsOnGroundLabels
    		{
    			get
    			{
    				var itemsOnGroundLabelRoot = ReadObjectAt<ItemsOnGroundLabelElement>(0xD90);
    				return itemsOnGroundLabelRoot.Children;
    			}
    		}
    		public Element GemLvlUpPanel => ReadObjectAt<Element>(0x1070);
    		public ItemOnGroundTooltip ItemOnGroundTooltip => ReadObjectAt<ItemOnGroundTooltip>(0x10F0);
    4. Save and build the solution under "Release" Configuration.
    5. The modified version of PoeHUD is under PoEHUD-x64/Release

    You have to do this process again if you would like to use the latest version of PoEHUD.
    Enjoy!!!
    Last edited by e094013; 03-12-2019 at 07:48 AM.

  4. #3649
    winxp2003's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hope to continue updating the Tencent version of Hud.

    I am not very good at English. Machine translation is expected to produce jokes.

  5. #3650
    PreFlasH's Avatar Member
    Reputation
    2
    Join Date
    Dec 2018
    Posts
    72
    Thanks G/R
    54/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mega2k0 View Post
    latest (for tehcheat):
    autoupdate working
    flasks ok
    autoquit ok
    raresetmanager no (prolly on his side doesn't show tabs)
    enemies on map ok
    random feature ok
    --edit random freeze anywhere sometime working fine for hours tho (restarting poe fix)

    https://i.imgur.com/y7OQklH.jpg error

    thanks Teh & co
    Are u use steam version of PoE client? Coz for me flaskroutine is not working...

  6. #3651
    niggwer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    73
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    flask routin didnt work for me either

  7. #3652
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    219
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    My flasks arent working either, im using normal version
    also update basicflaskroutine, no help

    EDIT: copy tree* files from basicflaskroutine folder root to poehud root folder, then they work
    Last edited by roska; 03-12-2019 at 11:08 AM.

  8. #3653
    niggwer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    73
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how did you get the flask manager to work @roska

  9. #3654
    niggwer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    73
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just have the simple flask manager

  10. #3655
    niggwer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    73
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roska View Post
    My flasks arent working either, im using normal version
    also update basicflaskroutine, no help

    EDIT: copy tree* files from basicflaskroutine folder root to poehud root folder, then they work
    pls help me

  11. #3656
    hunk3r's Avatar Member
    Reputation
    3
    Join Date
    Nov 2016
    Posts
    84
    Thanks G/R
    7/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for 3.6 Hud )
    please, fix Stashie plugin :3

  12. #3657
    offimpulse's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i havent played for a very long time with poehud. can you help me a bit. so earlier i was able to set up hud that he can inform me about lich/cartographer strongbox/exiles/etc. how can i set it up now? and how to install plugins?
    ive played with friend at incursion league and we r not got banned. how likely i ll get ban for this now? got a banch of stash tabs, heros, etc. dont wanna lose them)
    Last edited by offimpulse; 03-12-2019 at 01:42 PM.

  13. #3658
    mega2k0's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    93
    Thanks G/R
    12/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PreFlasH View Post
    Are u use steam version of PoE client? Coz for me flaskroutine is not working...
    NOT using steam btw have u autopdate via poehud himself?

  14. Thanks Uvall (1 members gave Thanks to mega2k0 for this useful post)
  15. #3659
    guru007's Avatar Member
    Reputation
    2
    Join Date
    Jan 2017
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mega2k0 View Post
    NOT using steam btw have u autopdate via poehud himself?

    steam version nothing is working. no map, no mobs.

  16. #3660
    Jonxx's Avatar Active Member
    Reputation
    53
    Join Date
    Mar 2017
    Posts
    179
    Thanks G/R
    61/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by offimpulse View Post
    i havent played for a very long time with poehud. can you help me a bit. so earlier i was able to set up hud that he can inform me about lich/cartographer strongbox/exiles/etc. how can i set it up now? and how to install plugins?
    ive played with friend at incursion league and we r not got banned. how likely i ll get ban for this now? got a banch of stash tabs, heros, etc. dont wanna lose them)
    if you don't want to get banned then don't use it. We currently have success using limited user method to limit ways GGG can detect us. Doesn't look like anyone using it properly have been banned so far. And it's been 2 leagues since warnings have been issued. But for all we know this could change at any time. It could be just GGG not actively trying to combat hud atm.

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 06:13 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search