GameHelper: A light version of PoeHUD/Exile-Api menu

User Tag List

Page 79 of 351 FirstFirst ... 29757677787980818283129179 ... LastLast
Results 1,171 to 1,185 of 5265
  1. #1171
    BombokaLusitana's Avatar Member
    Reputation
    8
    Join Date
    Jun 2021
    Posts
    49
    Thanks G/R
    38/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    wow there is still someone playing POE just 2 weeks from new league start
    This POE update from GGG really fucks things up for GameHelper (it's a major change). so will try to fix it ASAP.

    I am glad this happened now rather than new league start.
    hahahah xD
    Take your time GH, no rush.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #1172
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    wow there is still someone playing POE just 2 weeks from new league start
    This POE update from GGG really fucks things up for GameHelper (it's a major change). so will try to fix it ASAP.

    I am glad this happened now rather than new league start.
    hmm, I think the changes are minimal))
    Everything seems to work for me, in the first case, the entity list, map and the local player are ok))
    as I understand it, the offset has changed to 0x7C8 for Terrain relative to IngameDataOffsets and Pos in RenderComponentOffsets
    You probably won't need it, but I'll leave it here anyway.
    Code:
      TerrainStruct TerrData {
                get {
                    var addres=ui.m.Read<long>(m.AddressOfProcess+m.BaseOffsets[OffsetsName.GameStateOffset], 8, 0, 0x18)+0x7E0-0x18;
                    var res = ui.m.Read<TerrainStruct>(addres);
                    return res;
                }
            }
      public struct RenderComponentOffsets
        {
            [FieldOffset(0x78+4)] public Vector3 Pos;
    ...
    Attached Thumbnails Attached Thumbnails GameHelper: A light version of PoeHUD/Exile-Api-3-16-3-jpg  
    Last edited by GameAssist; 01-25-2022 at 05:02 AM.

  3. Thanks EthEth (1 members gave Thanks to GameAssist for this useful post)
  4. #1173
    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 wlastas View Post
    hmm, I think the changes are minimal))
    Everything seems to work for me, in the first case, the entity list, map and the local player are ok))
    as I understand it, the offset has changed to 0x7C8 for Terrain relative to IngameDataOffsets and Pos in RenderComponentOffsets
    You probably won't need it, but I'll leave it here anyway.
    Code:
      TerrainStruct TerrData {
                get {
                    var addres=ui.m.Read<long>(m.AddressOfProcess+m.BaseOffsets[OffsetsName.GameStateOffset], 8, 0, 0x18)+0x7E0-0x18;
                    var res = ui.m.Read<TerrainStruct>(addres);
                    return res;
                }
            }
      public struct RenderComponentOffsets
        {
            [FieldOffset(0x78+4)] public Vector3 Pos;
    ...

    Yeah you are right,

    after posting that message, I noticed that the changes are not that big.
    If I did not reply to you, it mean the question you are asking is stupid.

  5. #1174
    VeryTraveller's Avatar Member
    Reputation
    2
    Join Date
    Nov 2020
    Posts
    17
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    wow there is still someone playing POE just 2 weeks from new league start
    This POE update from GGG really fucks things up for GameHelper (it's a major change). so will try to fix it ASAP.

    I am glad this happened now rather than new league start.
    without GH im stuck at my chair i cant even move my mouse. pls fix it

  6. #1175
    GlebSmet's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    47
    Thanks G/R
    33/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, bud! How do you think, should it work at the start of the league on we will need few days for the update?

  7. #1176
    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 GlebSmet View Post
    Hello, bud! How do you think, should it work at the start of the league on we will need few days for the update?
    will work at league start, that's the whole point of this software.
    If I did not reply to you, it mean the question you are asking is stupid.

  8. Thanks KimSLi, GlebSmet, armory236, nyva (4 members gave Thanks to GameHelper for this useful post)
  9. #1177
    derilz's Avatar Member
    Reputation
    2
    Join Date
    Oct 2021
    Posts
    16
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got problem, gh just froze at start how to fix this?

    Error file - Download | file.io
    Last edited by derilz; 01-26-2022 at 02:54 AM. Reason: add error file

  10. #1178
    S8322993d's Avatar Member
    Reputation
    1
    Join Date
    Dec 2019
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi wlastas, do you mind sharing the config of other flasks or your skills settings for us to compare how people who are more familiar with the configurations are setting it up?

    There are probably a few different ways to set the flasks to trigger, will be good to have people post their versions so we can all learn, don't think everyone can just straight copy and paste as we are playing different builds and skills but will be good to have some examples to tweak instead of setting up from scratch

  11. #1179
    kisapl's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    32
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi
    Should I just update gamehelper with old settings or clean install/config after long time not used that?

  12. #1180
    Graxizz's Avatar Member
    Reputation
    2
    Join Date
    Jan 2020
    Posts
    17
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GameHelper is currently out-of-order. This is due to a recent patch. Our savior is working on fixes to ensure uptime on league start. We should have an update soon. <3

  13. Thanks GameHelper (1 members gave Thanks to Graxizz for this useful post)
  14. #1181
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by S8322993d View Post
    Hi wlastas, do you mind sharing the config of other flasks
    I myself only play boss fights where automatic flasks get in the way.
    In all other cases, my bots use flasks before the pool of the next pack of enemies - this condition is not in the current version of the plugin.
    I just posted everything I tested after the plugin stopped working

  15. #1182
    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)
    Updated GameHelper.exe, download it from first post.

    - fixed offsets
    - Fix the issue where launcher doesn't work if it was in different folder than GH.exe (not the best fix ~ basically it will ask you to provide GH path again and again)
    - Added a new condition type Dynamic Condition (thx to cheatingeagle for all the hardwork)


    Will update documentation on the first page since a lot have changed.
    If I did not reply to you, it mean the question you are asking is stupid.

  16. Thanks cfzwxlove, guilhermera, BombokaLusitana, EthEth, KimSLi (5 members gave Thanks to GameHelper for this useful post)
  17. #1183
    guilhermera's Avatar Member
    Reputation
    2
    Join Date
    Sep 2019
    Posts
    21
    Thanks G/R
    28/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    Updated GameHelper.exe, download it from first post.

    - fixed offsets
    - Fix the issue where launcher doesn't work if it was in different folder than GH.exe (not the best fix ~ basically it will ask you to provide GH path again and again)
    - Added a new condition type Dynamic Condition (thx to cheatingeagle for all the hardwork)


    Will update documentation on the first page since a lot have changed.
    thank you soooo much!!

  18. #1184
    BombokaLusitana's Avatar Member
    Reputation
    8
    Join Date
    Jun 2021
    Posts
    49
    Thanks G/R
    38/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    Updated GameHelper.exe, download it from first post.

    - fixed offsets
    - Fix the issue where launcher doesn't work if it was in different folder than GH.exe (not the best fix ~ basically it will ask you to provide GH path again and again)
    - Added a new condition type Dynamic Condition (thx to cheatingeagle for all the hardwork)


    Will update documentation on the first page since a lot have changed.
    Thank you, seems to be working properly.

  19. #1185
    RebrandSoft's Avatar Member
    Reputation
    8
    Join Date
    Mar 2020
    Posts
    82
    Thanks G/R
    16/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the update paw

    Can I please you when you have time just to check if you can make and Simple Hotkey please this will be all I personally need
    Thanks

Similar Threads

  1. "Light" Version of PoE HUD
    By deimudda69 in forum Path of Exile
    Replies: 41
    Last Post: 01-04-2020, 09:44 PM
  2. Replies: 34
    Last Post: 12-14-2019, 11:08 AM
  3. US version of TBC needed
    By Victor in forum World of Warcraft General
    Replies: 0
    Last Post: 01-16-2007, 05:08 AM
  4. Cracked version of Fraps?
    By Amedis in forum Community Chat
    Replies: 36
    Last Post: 12-04-2006, 12:00 AM
  5. new version of Studio
    By wrigley in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 12-02-2006, 06:35 PM
All times are GMT -5. The time now is 08:24 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