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

User Tag List

Page 58 of 351 FirstFirst ... 8545556575859606162108158 ... LastLast
Results 856 to 870 of 5265
  1. #856
    tiimbuck2'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)
    Hey! so i've been loving this tool but i've just encountered a weird FPS issue. Everything has been working more or less perfectly until i tried to implement the Limited User method - as soon as i did my FPS tanked. Anyone experienced this with limited user? How safe (ball park) is running this tool without limited user? any input appreciated

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #857
    lamleial's Avatar Member
    Reputation
    12
    Join Date
    Nov 2020
    Posts
    20
    Thanks G/R
    6/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by arturino009 View Post
    You have to do it in a map or zone. It seems it's disabled in hideout and towns (if you have disabled plugin activity in hideout).
    Thanks for the reply - it does not work in maps or zones either. Latest version of GH just grabbed, same thing.

  3. #858
    Hotpoe's Avatar Member
    Reputation
    2
    Join Date
    Feb 2019
    Posts
    34
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello,DearGameHelper , how i can edit the gamehelper.dll let can used for tencent server?

  4. #859
    letalko's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    27
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    next time you see this, please provide us with more details from DV e.g Entity Path, Component names on the entities etc.
    too many IDs, it's hard to write everything down
    https://i.gyazo.com/93bfbbeb84ac93ae...3fecc55394.jpg
    Last edited by letalko; 11-04-2021 at 09:48 PM.

  5. Thanks GameHelper (1 members gave Thanks to letalko for this useful post)
  6. #860
    John2039's Avatar Member
    Reputation
    3
    Join Date
    Feb 2018
    Posts
    8
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ProfesionnalLeecher View Post
    SimpleFlaskManager > Add New Profile > Type desired name of profile > Click add > https://i.imgur.com/vXTmpRU.png
    Replace Spacebar to whatever key your plaguebearer is on/using.
    Your image cut off, what's the full name of the debuff for corrosive shroud?

  7. #861
    suzimia's Avatar Member
    Reputation
    3
    Join Date
    Aug 2020
    Posts
    41
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will this work on the steam version?

  8. #862
    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 suzimia View Post
    will this work on the steam version?
    yeah, give it a try, let me know if you see any issues.
    If I did not reply to you, it mean the question you are asking is stupid.

  9. Thanks Hotpoe (1 members gave Thanks to GameHelper for this useful post)
  10. #863
    suzimia's Avatar Member
    Reputation
    3
    Join Date
    Aug 2020
    Posts
    41
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    yeah, give it a try, let me know if you see any issues.
    Ok i tried it and so far the maphack seems to work fine, shows mobs and stuff. (havent been able to get the other things to work but i believe thats on me)

  11. #864
    10243245's Avatar Member
    Reputation
    2
    Join Date
    Oct 2021
    Posts
    39
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    uploaded a new version, download it from the first post, this fixes the strongbox issue.

    To those who are waiting for POE non-western version, please wait until the weekend. Hopefully I will find some free time.





    next time you see this, please provide us with more details from DV e.g Entity Path, Component names on the entities etc.
    brother, Tencent service has been updated, I will re-upload the window name, process name and startup file to you, Tencent service game startup is a bit like STEM, Tencent service startup is Wegame, I have also uploaded to you, if you need anything else, you can tell me, I will upload to you, thank you very much Link:TeraBox Password:qmq3

  12. Thanks GameHelper (1 members gave Thanks to 10243245 for this useful post)
  13. #865
    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)
    Originally Posted by GameHelper View Post
    Yeah, that’s the case.


    Think of it like this, while I am moving, trigger a skill after every 2 seconds. In case I stops moving, stop triggering that skill.

    OR

    After 2 seconds, check if i am running, if yes trigger the skill, if not wait for player to run and then trigger the skill and reset.

    If you have a different use case please explain it in detail and I will see what I can do about it. Assume I know nothing about your build or molten shield skill.
    If I have a skill, I want to use it when I am moving. Any time when I am start to move, I want to use this skill if it is not on cooldown.
    Then what I want is check whether I am moving, if yes, check whether the cooldown is finish, if yes, use the skill.
    If the cooldown for a skill is 5 second.
    With the current wait function, when I use wait 5 second, then it will be: I start to run, after 5 second, I use the skill.
    Maybe you can create a new rule call: cooldown. When I start to run, if I didn't use the skill in the last 5 second, then the skill will be triggered. If I used this skill within 5 second before, then the skill will not be trigger until 5 second passed.

    I hope my explaination is clear. ; - )

  14. Thanks GameHelper (1 members gave Thanks to setim for this useful post)
  15. #866
    ProfesionnalLeecher's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    23
    Thanks G/R
    21/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by John2039 View Post
    Your image cut off, what's the full name of the debuff for corrosive shroud?
    corrosive_shroud_at_max_damage

  16. #867
    John2039's Avatar Member
    Reputation
    3
    Join Date
    Feb 2018
    Posts
    8
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ProfesionnalLeecher View Post
    corrosive_shroud_at_max_damage
    Thanks, I found out how to fully use the data visualizer right after I posted asking, lol.

  17. #868
    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 10243245 View Post
    brother, Tencent service has been updated, I will re-upload the window name, process name and startup file to you, Tencent service game startup is a bit like STEM, Tencent service startup is Wegame, I have also uploaded to you, if you need anything else, you can tell me, I will upload to you, thank you very much Link:TeraBox Password:qmq3
    Hey 10243245, can you use file.io - Super simple file sharing rather than terabox?
    If I did not reply to you, it mean the question you are asking is stupid.

  18. Thanks ocslappy, 10243245 (2 members gave Thanks to GameHelper for this useful post)
  19. #869
    ocslappy's Avatar Member
    Reputation
    5
    Join Date
    Jun 2013
    Posts
    94
    Thanks G/R
    6/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome work so far, the only things i miss that would make this a 10/10 is true customizable health bars, (height / width) instead of just scale increase/decrease.
    And a way to add/remove entities to a ignore list for radar, some bosses/areas spawn untargetable entities (like inside some maven invitation) so finding the boss(es) is a pain if there is 10+ "fake" entities cluttering the map.

  20. #870
    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 ocslappy View Post
    Awesome work so far, the only things i miss that would make this a 10/10 is true customizable health bars, (height / width) instead of just scale increase/decrease.
    And a way to add/remove entities to a ignore list for radar, some bosses/areas spawn untargetable entities (like inside some maven invitation) so finding the boss(es) is a pain if there is 10+ "fake" entities cluttering the map.
    share with me those entities details in the DV (entity path and components) I will remove them.
    If I did not reply to you, it mean the question you are asking is stupid.

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