PoEHUD Overlay Updated menu

Shout-Out

User Tag List

Page 354 of 461 FirstFirst ... 254304350351352353354355356357358404454 ... LastLast
Results 5,296 to 5,310 of 6913
  1. #5296
    phrozenlife's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    11
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    with windows 10 RS2(RTM), not works. (crashed).

    PoEHUD Overlay Updated
  2. #5297
    tsm-evo's Avatar Member
    Reputation
    6
    Join Date
    Dec 2016
    Posts
    37
    Thanks G/R
    70/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    There are some issues, I have a new update that will fix everything but it's not optimized.
    So wait for the updated code to be optimized + pushed then you can check/test it.
    I tried the dev version - great improvement. Some rolls didn't show as t1, for example cast speed on a ring, but the majority of life and es rolls on multiple items are correct now.

  3. #5298
    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 tsm-evo View Post
    I tried the dev version - great improvement. Some rolls didn't show as t1, for example cast speed on a ring, but the majority of life and es rolls on multiple items are correct now.
    Cool, thx for the feedback.

    About ring not showing the casting tier...
    it's because rings can only have 1 casting mod.... and tiers works if something can have more than 1 mod of same category...
    In this case it's not t1 it's "only tier/mod".

    The code I updating is correctly identifying it to be t1
    However, to display T1 an item needs to allow multiple tiers of that mod.

    programming wise: this function is returning false.
    public bool CouldHaveTiers()
    {
    return totalTiers > 1;
    }
    Last edited by GameHelper; 03-25-2017 at 10:45 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  4. Thanks tsm-evo, moment, toadskin (3 members gave Thanks to GameHelper for this useful post)
  5. #5299
    tsm-evo's Avatar Member
    Reputation
    6
    Join Date
    Dec 2016
    Posts
    37
    Thanks G/R
    70/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got it, I didn't know that. Makes perfect sense.

    I'll look at it some more soon

  6. #5300
    walkintall's Avatar Member
    Reputation
    3
    Join Date
    Dec 2013
    Posts
    27
    Thanks G/R
    1/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ever thought about adding a league stone panel towards the HUD or sth. similar like a notification if empty spots are inside the panel?

    Tho you are aware if spot(s) are free. totally annoying to always check, especially with stones that have different charges.

    Thx already

  7. Thanks tsm-evo (1 members gave Thanks to walkintall for this useful post)
  8. #5301
    tsm-evo's Avatar Member
    Reputation
    6
    Join Date
    Dec 2016
    Posts
    37
    Thanks G/R
    70/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's actually a pretty good idea, it sounds like the kind of thing that'd be a good plugin to have. It may not be necessary to have in the core HUD, because leaguestones might go away after legacy.

    It could be like the inventory preview plugin.

  9. #5302
    xxsevernajaxx's Avatar Member
    Reputation
    7
    Join Date
    Mar 2011
    Posts
    76
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for the newest updates . I encounter an error with the strict version though, items that are hidden are shown in the alert and the tornado wand that is showing on the screen isnt showing in the alert (both newest versions of the hud and neversinks).
    What also came to myy attention is that the hud doesnt show stone circles in the preload, are they loaded only when in proximity, or are they not in the preloads yet? If so it would be nice if someone could give me the preload for it if its known already.

    PoEHUD Overlay Updated-1-gif

  10. #5303
    gazedup's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    says path of exile isnt running when it is? any help plz?

  11. #5304
    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 xxsevernajaxx View Post
    thx for the newest updates . I encounter an error with the strict version though, items that are hidden are shown in the alert and the tornado wand that is showing on the screen isnt showing in the alert (both newest versions of the hud and neversinks).
    What also came to myy attention is that the hud doesnt show stone circles in the preload, are they loaded only when in proximity, or are they not in the preloads yet? If so it would be nice if someone could give me the preload for it if its known already.

    PoEHUD Overlay Updated-1-gif
    I don't know the answer to your second question but TehCheat haven't compiled the exe of poehud so newest updates are still in the source code ( not compiled ).
    Wait for Cheat to compile the poehud.


    Originally Posted by gazedup View Post
    says path of exile isnt running when it is? any help plz?

    please use x64 branch, from here.
    GitHub - TehCheat/PoEHUD at x64
    Last edited by GameHelper; 03-27-2017 at 08:53 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  13. #5305
    gazedup's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gazedup View Post
    says path of exile isnt running when it is? any help plz?
    ive followed every step, and ive done everything correct. anything im missing? (up to date on net framework all that stuff etc )

  14. #5306
    m03bius's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gazedup View Post
    ive followed every step, and ive done everything correct. anything im missing? (up to date on net framework all that stuff etc )
    If you did everything properly it would work.

    Use directx 11 so your game goes into x64 then it should work.

  15. #5307
    rlwjr's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    22
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    I don't know the answer to your second question but TehCheat haven't compiled the exe of poehud so newest updates are still in the source code ( not compiled ).
    Wait for Cheat to compile the poehud.
    Can we compile the source for PoeHud with the new changes in it? Any special steps?

    Also, I'm more of a python guy, so I just try to understand what I can about PoeHud, but could you explain how PoeFilterParser works? Is it a standalone program that you run a normal filter file through and it outputs a filter file that PoeHud can interpret? Is it built in to PoeHud?

    It all boils down to the fact that I'm too ignorant to get NeverSinks STRICT filter to work as it should in PoeHud, and any detailed help would be greatly appreciated.

  16. #5308
    datz's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2013
    Posts
    538
    Thanks G/R
    170/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see more and more bots on poe and on reddit.. I feel a ban wave coming for bots and other hacks soon

  17. #5309
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    332
    Join Date
    Jul 2016
    Posts
    562
    Thanks G/R
    124/277
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by datz View Post
    I see more and more bots on poe and on reddit.. I feel a ban wave coming for bots and other hacks soon
    Posts on reddit of bots are common...that changes nothing
    That doesnt speed up the bans people catch from cheating any more than they do now

  18. #5310
    Xcesiuss's Avatar Contributor CoreCoins Purchaser
    Reputation
    119
    Join Date
    Mar 2008
    Posts
    135
    Thanks G/R
    14/85
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sithylis View Post
    Posts on reddit of bots are common...that changes nothing
    That doesnt speed up the bans people catch from cheating any more than they do now
    Bots uses injection.. Hud = memory read only

Similar Threads

  1. [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
  2. [Tool] Exp per hour overlay (needs offset update)
    By moustache in forum PoE Bots and Programs
    Replies: 15
    Last Post: 11-08-2013, 09:00 PM
  3. Site updates 6/19/2006
    By Matt in forum OC News
    Replies: 1
    Last Post: 06-19-2006, 08:48 AM
  4. Updated(FuxxoZ|WoWGlider)
    By ih8blizz in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-16-2006, 09:24 PM
  5. New Update on the Patch!
    By Dwarpy in forum World of Warcraft General
    Replies: 1
    Last Post: 05-22-2006, 12:50 AM
All times are GMT -5. The time now is 03:05 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