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

User Tag List

Page 290 of 351 FirstFirst ... 190240286287288289290291292293294340 ... LastLast
Results 4,336 to 4,350 of 5265
  1. #4336
    Choman's Avatar Member
    Reputation
    1
    Join Date
    Jun 2023
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oke so ive been using this 3rd program for 3 leagues now, and i had no issue with it whatsoever, i did a t16 map and it started stuttering and having issues, i came back to lower tier and i still have same issues, ive disabled all health bars and stuff ingame, which it used to cause the problem when i started using this app.. and for some reason i cant figure out how to fix this, i went back on some of the comments and is ee nobody ahving that issue.. i even downloaded the newer version (my version was from the start of this league).. any thought of what might have caused the sudden problem?


    PS: i also changed build from CF champ to TS, i have ice golem on TS, and i had herald of purity on CF, so i dont if that has any issue or if there is something with TS thats making this problem
    Last edited by Choman; 01-03-2024 at 07:18 AM.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #4337
    mariahcarey's Avatar Member
    Reputation
    4
    Join Date
    Jul 2018
    Posts
    18
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Choman View Post
    Oke so ive been using this 3rd program for 3 leagues now, and i had no issue with it whatsoever, i did a t16 map and it started stuttering and having issues, i came back to lower tier and i still have same issues, ive disabled all health bars and stuff ingame, which it used to cause the problem when i started using this app.. and for some reason i cant figure out how to fix this, i went back on some of the comments and is ee nobody ahving that issue.. i even downloaded the newer version (my version was from the start of this league).. any thought of what might have caused the sudden problem?


    PS: i also changed build from CF champ to TS, i have ice golem on TS, and i had herald of purity on CF, so i dont if that has any issue or if there is something with TS thats making this problem
    not GH problem, change TS mtx, take off Ebony and game works fine

  3. #4338
    Galaxy83's Avatar Member
    Reputation
    4
    Join Date
    Apr 2023
    Posts
    40
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way i can add Lunaris and Solaris-touch mobs to my radar? if yes how can i do it? help me please

  4. #4339
    MAASHSJIH's Avatar Member
    Reputation
    1
    Join Date
    Jan 2024
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    您好,我是一位中国玩家,请原谅我使用中文和你交流,因� �我不会英语,我使用的是腾讯客户端,我在开启GameHelper.exe� �后提示Current Game State: GameNotLoaded,进入游戏也没有变化,请问我该如何做?我在中� ��的游戏讨论网站发现了这种功能,花了12个小时找到这里来� ��但发现无法使用,非常难过,希望可以回复我,愿你有美好 的一天

  5. #4340
    Stanleyy's Avatar Member
    Reputation
    3
    Join Date
    Sep 2023
    Posts
    19
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    Autohotkey doesn't works for me, i tried both version but it won't works

    Example for Vaal Haste :

    Code:
    "Conditions": [
                {
                  "conditionSource": "PlayerSkillIsUseable.Contains(\"VaalHaste\")",
                  "component": null
                },
                {
                  "conditionSource": "MonsterCount(MonsterRarity.AtLeastRare, MonsterNearbyZones.OuterCircle) >= 1",
                  "component": null
                }
              ],
              "delayBetweenRuns": 6.8,
              "Enabled": true,
              "Name": "Vaal Haste",
              "Key": 84
    When i'm near a rare monster and both conditions are on true, key is setup on T and same in poe keyconfig but nothing happens.

    Tried with anymonster too nothing happens.

    Also i'm trying to config my divine blessing for Malevolence on Mbutton and in POE setup on middlebutton with the conditions "Atleast 1 rare monster" nothing happens when i'm near a rare monster but the condition is on true also ( Possible to add malevolence in useable skill ?)

    Thanks.

  6. #4341
    AngryBeavers's Avatar Member
    Reputation
    5
    Join Date
    Jul 2021
    Posts
    23
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stanleyy View Post
    Hi,

    Autohotkey doesn't works for me, i tried both version but it won't works

    Example for Vaal Haste :

    Code:
    "Conditions": [
                {
                  "conditionSource": "PlayerSkillIsUseable.Contains(\"VaalHaste\")",
                  "component": null
                },
                {
                  "conditionSource": "MonsterCount(MonsterRarity.AtLeastRare, MonsterNearbyZones.OuterCircle) >= 1",
                  "component": null
                }
              ],
              "delayBetweenRuns": 6.8,
              "Enabled": true,
              "Name": "Vaal Haste",
              "Key": 84
    When i'm near a rare monster and both conditions are on true, key is setup on T and same in poe keyconfig but nothing happens.

    Tried with anymonster too nothing happens.

    Also i'm trying to config my divine blessing for Malevolence on Mbutton and in POE setup on middlebutton with the conditions "Atleast 1 rare monster" nothing happens when i'm near a rare monster but the condition is on true also ( Possible to add malevolence in useable skill ?)

    Thanks.
    For VaalHaste try (changed condition and delay)
    Code:
    "Conditions": [
                {
                  "conditionSource": "PlayerSkillIsUseable.Contains("VaalHaste")",
                  "component": null
                },
                {
                  "conditionSource": "MonsterCount(MonsterRarity.AtLeastRare) >= 0",
                  "component": null
                }
              ],
              "delayBetweenRuns": 0.2,
              "Enabled": true,
              "Name": "Vaal Haste",
              "Key": 84
    For Malevolence
    Code:
    "Conditions": [
                {
                  "conditionSource": "PlayerSkillIsUseable.Contains(\"DamageOverTimeAura\")",
                  "component": null
                },
                {
                  "conditionSource": "!PlayerBuffs.Has(\"player_aura_damage_over_time\")",
                  "component": null
                },
                {
                  "conditionSource": "MonsterCount(MonsterRarity.Any) > 0",
                  "component": null
                }
              ],
              "delayBetweenRuns": 0.2,
              "Enabled": true,

  7. Thanks GameHelper (1 members gave Thanks to AngryBeavers for this useful post)
  8. #4342
    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 MAASHSJIH View Post
    您好,我是一位中国玩家,请原谅我使用中文和你交流,因� �我不会英语,我使用的是腾讯客户端,我在开启GameHelper.exe� �后提示Current Game State: GameNotLoaded,进入游戏也没有变化,请问我该如何做?我在中� ��的游戏讨论网站发现了这种功能,花了12个小时找到这里来� ��但发现无法使用,非常难过,希望可以回复我,愿你有美好 的一天
    腾讯用户注意:由于腾讯客户端有反作弊软件,GameHelper不支� ��腾讯客户端。
    If I did not reply to you, it mean the question you are asking is stupid.

  9. Thanks MAASHSJIH (1 members gave Thanks to GameHelper for this useful post)
  10. #4343
    egarfield19's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello @GameHelper. Thank you for your dedication in this project.

    I saw what you did with the Abyss trail/track rendering its path. Do you think its possible to render Delve Crawler path the same way?

    How can we change the Delve chest to icons instead of its text? and or remove the not desired chest to show up? I tried changing the icon and setting the icon size to 0 doesn't work.

    Also, not sure if this is reported yet. When you use Totem Mastery "Buffs from active Ancestral Totems linger for 3 seconds" it shows in the Data Visualization that the totem buff is still in the buff list even if the totem died and the lingering ended. You need to relog your character to remove the buff on the list.
    Capture.PNG

  11. #4344
    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 egarfield19 View Post
    Hello @GameHelper. Thank you for your dedication in this project.

    I saw what you did with the Abyss trail/track rendering its path. Do you think its possible to render Delve Crawler path the same way?

    How can we change the Delve chest to icons instead of its text? and or remove the not desired chest to show up? I tried changing the icon and setting the icon size to 0 doesn't work.

    Also, not sure if this is reported yet. When you use Totem Mastery "Buffs from active Ancestral Totems linger for 3 seconds" it shows in the Data Visualization that the totem buff is still in the buff list even if the totem died and the lingering ended. You need to relog your character to remove the buff on the list.
    Capture.PNG
    ill look into delve crawler path
    select a different icon and then set its size to zero.

    ill look into the totem issue.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. #4345
    EvilRumpelstilzchen's Avatar Member
    Reputation
    1
    Join Date
    Nov 2022
    Posts
    8
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, you have a plan to add something like dps meter? It's will be really helpfull. Anyway, thx for you work.

  13. #4346
    Galaxy83's Avatar Member
    Reputation
    4
    Join Date
    Apr 2023
    Posts
    40
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way i can add Lunaris and Solaris-touch mobs to my radar? if yes how can i do it? help me please

  14. #4347
    mariahcarey's Avatar Member
    Reputation
    4
    Join Date
    Jul 2018
    Posts
    18
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Galaxy83 View Post
    Is there any way i can add Lunaris and Solaris-touch mobs to my radar? if yes how can i do it? help me please
    why u need that? here no reason to add it

  15. #4348
    Dant121's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    63
    Thanks G/R
    45/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please help me with Plague Bearer so that it can be used at maximum stacks, I previously saw a similar method here, but the search on the forum is terrible and it’s impossible to find

  16. #4349
    Stanleyy's Avatar Member
    Reputation
    3
    Join Date
    Sep 2023
    Posts
    19
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    Thanks for u answer

    I tried it but still not works even with atleastrare to 0 it seems like Gamehelper can't send any hotkeys to poe


  17. #4350
    MtSeven's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Hi all!
    Is possible using Data Visualization to filter the world instance items dropped on the ground?
    For example the instance have a lot of Leather and Heavy belts, is there a way to know if one of them is t0 (hh or mb) looking at their data?

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:42 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