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

Shout-Out

User Tag List

Page 125 of 351 FirstFirst ... 2575121122123124125126127128129175225 ... LastLast
Results 1,861 to 1,875 of 5265
  1. #1861
    setim's Avatar Member
    Reputation
    9
    Join Date
    Mar 2020
    Posts
    103
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi GH, is there any way to get some information from GH to AHK tool(Not the AHK function in GH)?
    Or is it possible to define a "action" in GH to send a "msg" to AHK tool, then user can create some actions in AHK tool based on the "msg" from GH?

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #1862
    fbknero's Avatar Member
    Reputation
    7
    Join Date
    Jul 2008
    Posts
    12
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi i have a strange problem i can't see my health bar. Enemy health bars are working. I used a fresh install

  3. #1863
    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 KVon View Post
    I was just following the cart and killing monsters. No area changes. If the crash is related to health bars these are the settings I was using: https://puu.sh/IQtzj/7490d4fef3.png


    @KVon can you test the following healthbar plugin dll?

    HealthBars.zip
    If I did not reply to you, it mean the question you are asking is stupid.

  4. #1864
    seankimy's Avatar Member
    Reputation
    2
    Join Date
    Feb 2022
    Posts
    8
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello.
    It seems that the trigger does not work when the game is in "minimized" state.
    Is there any setting that works even if the game window is not selected?
    Thank you very Much.

  5. #1865
    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 seankimy View Post
    Hello.
    It seems that the trigger does not work when the game is in "minimized" state.
    Is there any setting that works even if the game window is not selected?
    Thank you very Much.
    No there is no such settings. the triggers are only suppose to work when game is focused.
    If I did not reply to you, it mean the question you are asking is stupid.

  6. #1866
    seankimy's Avatar Member
    Reputation
    2
    Join Date
    Feb 2022
    Posts
    8
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All right. Thanks for your reply.

  7. #1867
    KVon's Avatar Member
    Reputation
    8
    Join Date
    Oct 2017
    Posts
    52
    Thanks G/R
    8/6
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    @KVon can you test the following healthbar plugin dll?

    HealthBars.zip
    Started delving and after about 10 minutes it crashed with no error log while I was running down a path. I used the same settings as in the image you quoted.

    Yesterday I played for awhile but with "Show rarity borders" turned off in healthbars and I didn't crash at all but given how sporadic the crash is it's hard to tell.
    Last edited by KVon; 03-27-2022 at 12:57 PM.

  8. Thanks GameHelper (1 members gave Thanks to KVon for this useful post)
  9. #1868
    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)
    it doesn't matter - I'm bugged
    Last edited by GameAssist; 03-28-2022 at 06:58 AM.

  10. #1869
    usebatu's Avatar Member
    Reputation
    2
    Join Date
    Sep 2016
    Posts
    25
    Thanks G/R
    24/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    hey there. can someone share about rage - berserk combo if possible. and i cant search any message in posts i dont know how forum works.

  11. #1870
    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 KVon View Post
    Started delving and after about 10 minutes it crashed with no error log while I was running down a path. I used the same settings as in the image you quoted.

    Yesterday I played for awhile but with "Show rarity borders" turned off in healthbars and I didn't crash at all but given how sporadic the crash is it's hard to tell.
    here are the things I know about this bug.

    1: It happens in the underlying imgui library.



    2: it can't be stopped with try/catch since it's in the c/c++ native code rather than managed code.

    3: It might be due to memory leak or something like that. ( I am planning on creating a memory graph overlay ~ similar to POE memory graph ) so that we know for sure at what memory range does it happen.

    4: I have failed to figure out the root cause. it's very intermittent (or as you have said sporadic).

    5: Workaround = a simple auto-hot-key script that restart GH after crash.



    EDIT: @KVon can you try this debug version? it has imgui.dll debug version, along with imgui.pdb file. This will not fix the issue but atleast it will block the termination of application.

    GameHelper-windows-latest-v0.323.0_debug.zip



    here's what you need to do after you get the error again with this version.


    1: press ignore a few times to see if the error is gone or not
    2: check GH memory when the error occurs
    3: screenshot the error popup with and share here.
    Last edited by GameHelper; 03-28-2022 at 11:35 AM.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. #1871
    horoyoi520's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    7
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,The GAMEHEPLER can use to VM win7?

    i try to used, but nothing cant work.

    And can Plugins [ExpeditionIcons] and [follwer] IN gamehelpr?

    thx
    Last edited by horoyoi520; 04-03-2022 at 01:43 PM.

  13. #1872
    KVon's Avatar Member
    Reputation
    8
    Join Date
    Oct 2017
    Posts
    52
    Thanks G/R
    8/6
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by horoyoi520 View Post
    Hi,The GAMEHEPLER can use to VM win7?

    i try to used, but nothing cant work.

    And can Plugins [ExpeditionIcons] and [follwer] IN gamehelpr?

    thx
    Gamehelper works with VMware Workstation and Windows 10

  14. #1873
    roffeewest's Avatar Member
    Reputation
    2
    Join Date
    Oct 2021
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello GameHelper, such a problem, there are two skills (skill1 and skill2), you need skill2 to work only when skill1 is not used, I tried to set it up via buffs _contain but it didn’t work because if both skills are ready, then the information that skill1 is already used does not have time to be processed and skill2 is pressed.

  15. #1874
    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 roffeewest View Post
    Hello GameHelper, such a problem, there are two skills (skill1 and skill2), you need skill2 to work only when skill1 is not used, I tried to set it up via buffs _contain but it didn’t work because if both skills are ready, then the information that skill1 is already used does not have time to be processed and skill2 is pressed.
    Try using animation
    If I did not reply to you, it mean the question you are asking is stupid.

  16. #1875
    roffeewest's Avatar Member
    Reputation
    2
    Join Date
    Oct 2021
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unfortunately, this is an instant skill.

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