PoEHUD Overlay Updated menu

User Tag List

Page 235 of 461 FirstFirst ... 135185231232233234235236237238239285335 ... LastLast
Results 3,511 to 3,525 of 6913
  1. #3511
    bcz's Avatar Contributor
    Reputation
    172
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/140
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    It's odd because I see the exact same structure in memory, but I don't see the file names where I think I would. My guess is they actually changed the fileroot structure a bit.

    And of course as soon as I say that, I see it perfectly fine...

    Offset 0x28 moved to 0x30, I think. Component lookup moved from 0x28->0x30 as well. Which broke all kinds of things.
    So I was trying to test what I thought might be the new offset by modifying and recompiling with adjusted offsets. It then complained about not being able to find "Data/BaseItemTypes.dat" so I went and looked at FsController and noticed that it isn't grabbing the "start" address in the same way that it does in PreloadAlertPlugin.cs. FsController starts at "fileRoot + 4" and the other starts at "fileRoot + 0xC, 0x18".

    Just wondering why this is, I assume there's a reason though since it was working last patch.

    Edit: oh i bet i know why, is it because they aren't accessing the same lists? one is the list thats loaded into memory and one is a list of all possible files?
    Last edited by bcz; 06-30-2016 at 12:24 AM.

    PoEHUD Overlay Updated
  2. #3512
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by bcz View Post
    So I was trying to test what I thought might be the new offset by modifying and recompiling with adjusted offsets. It then complained about not being able to find "Data/BaseItemTypes.dat" so I went and looked at FsController and noticed that it isn't grabbing the "start" address in the same way that it does in PreloadAlertPlugin.cs. FsController starts at "fileRoot + 4" and the other starts at "fileRoot + 0xC, 0x18".

    Just wondering why this is, I assume there's a reason though since it was working last patch.
    There's two lists. I actually reuse the first list now for preloads. I think I was confused by the prophecy preloads bugging out, so I switched to list the FScontroller uses. I don't know which is better, I haven't done a dump of each to examine them.

    Also, I think I have everything figured out, just updating the steam offsets real quick.

  3. Thanks toadskin, Amishdub3 (2 members gave Thanks to TehCheat for this useful post)
  4. #3513
    bcz's Avatar Contributor
    Reputation
    172
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/140
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    There's two lists. I actually reuse the first list now for preloads. I think I was confused by the prophecy preloads bugging out, so I switched to list the FScontroller uses. I don't know which is better, I haven't done a dump of each to examine them.

    Also, I think I have everything figured out, just updating the steam offsets real quick.
    Ok great, I'll take some time after its all working to learn some more about it

  5. Thanks toadskin (1 members gave Thanks to bcz for this useful post)
  6. #3514
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Not sure preloads are working, didn't test much. Just saw advancedtooltips and item alerts, map icons, etc., were working and went with that. Need to get to bed...

    Here as always.

    https://github.com/TehCheat/PoEHUD

  7. Thanks toadskin, OO42O, DzunG, Foluna, datz, fabcard, s1ssel, vmv, harrydom, Silent_Warrior, KamenRiderBanana (11 members gave Thanks to TehCheat for this useful post)
  8. #3515
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    I'll get Garena updated tomorrow, sorry I couldn't get to it tonight. I need sleep.

  9. Thanks toadskin, aujv, Amishdub3, DzunG, TheDarkAvenger (5 members gave Thanks to TehCheat for this useful post)
  10. #3516
    TheDarkAvenger's Avatar Member
    Reputation
    2
    Join Date
    Apr 2016
    Posts
    3
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your hard work! Rest well

  11. #3517
    luminair's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the update Teh, very much appreciated.

  12. #3518
    bcz's Avatar Contributor
    Reputation
    172
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/140
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Preloads not working and I'm getting all sorts of crazy results from messing with it. A few times i got it working accurately but only for the first area I try, and I was using the old listIterator 0xC, 0x18 offests. I'll hold off for now til you can take another look at it Thanks for the update though!

  13. #3519
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bcz View Post
    Preloads not working and I'm getting all sorts of crazy results from messing with it. A few times i got it working accurately but only for the first area I try, and I was using the old listIterator 0xC, 0x18 offests. I'll hold off for now til you can take another look at it Thanks for the update though!
    PreloadAlertPlugin.cs:

    PHP Code:
    private void Parse()
            {......
                    if (
    memory.ReadInt(listIterator 0x8) == || memory.ReadInt(listIterator 0xC0x34) != areaChangeCount) continue;
            } 
    Offset 0x2C changed to 0x34.

    Preloads should work after that.

  14. Thanks toadskin, Parog (2 members gave Thanks to vmv for this useful post)
  15. #3520
    emptyslot's Avatar Member
    Reputation
    1
    Join Date
    Jun 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new version only shows monsters on minimap no masters, strongboxes. how to fix it ?

  16. #3521
    bcz's Avatar Contributor
    Reputation
    172
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/140
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    PreloadAlertPlugin.cs:

    PHP Code:
    private void Parse()
            {......
                    if (
    memory.ReadInt(listIterator 0x8) == || memory.ReadInt(listIterator 0xC0x34) != areaChangeCount) continue;
            } 
    Offset 0x2C changed to 0x34.

    Preloads should work after that.
    Man, i even tried to check for that same thing, i went to the address at listiterator+0xC and looked around for the area change count... and only now realize that it was reading the address at 2C/34, not the value :P Thanks man!

  17. #3522
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by emptyslot View Post
    new version only shows monsters on minimap no masters, strongboxes. how to fix it ?
    Here is the fixed version until TehCheat updates the main hud: https://github.com/vmv/PoEHUD/releases

    I have added the test lines for unique strongboxes alert in preload_alerts.txt.

    Happy hunting,

  18. Thanks emptyslot, toadskin (2 members gave Thanks to vmv for this useful post)
  19. #3523
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bcz View Post
    Man, i even tried to check for that same thing, i went to the address at listiterator+0xC and looked around for the area change count... and only now realize that it was reading the address at 2C/34, not the value :P Thanks man!
    Can you teach me step by step how to find the file root by myself...a small tutorial in private ...for noobs ...would be wonderful.

    Thank's,

  20. #3524
    grindabo's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Here is the fixed version until TehCheat updates the main hud: https://github.com/vmv/PoEHUD/releases

    I have added the test lines for unique strongboxes alert in preload_alerts.txt.

    Happy hunting,
    Im Getting an IDP.ARES.Generic warning from my anti virus

  21. #3525
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by grindabo View Post
    Im Getting an IDP.ARES.Generic warning from my anti virus
    You should fire your antivirus.

    https://www.virustotal.com/ro/file/f...is/1467283426/
    https://www.virustotal.com/ro/url/8e...is/1467283342/

    And ofc, there is the source code for everyone...just compile it for yourself if you feel safer this way.

  22. Thanks Amishdub3 (1 members gave Thanks to vmv for this useful post)

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 01:02 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