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

User Tag List

Page 322 of 325 FirstFirst ... 222272318319320321322323324325 LastLast
Results 4,816 to 4,830 of 4867
  1. #4816
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2457
    Join Date
    Jun 2015
    Posts
    3,052
    Thanks G/R
    455/2202
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Akao View Post
    Mine works like this.

    Flasks.Flask5.IsUsable && !Flasks.Flask5.Active &&
    PlayerAnimation.Equals(Animation.Run) && MonsterCount(MonsterRarity.Any, MonsterNearbyZones.OuterCircle) <= 0

    Btw, is there a list of API functions I can look at just to see what's possible or does the templates already cover them all? Thanks!
    Yeah. Once u expand the rule, you see template button. Click on it. It has 99.99% of the things


    Originally Posted by TheBeaker View Post
    Can not get quicksilver to work at all.
    Tried a few methods I found in this thread but unfortunately the search function wont allow me to open each mention of quicksilver....
    Name is QuickSilver
    Key 3 number 51?
    Cooldown set to 6 seconds and 5.9 and 0 seconds
    Condition animation Run "shows true when running"
    Condition flask charged > 29 " shows true"

    I have tried other conditions like flash is usable has enough charges I have tried changing key to numpad 3 nothing seems to work.


    Anyone offer any help?

    Screenshot of the rule please.

    Originally Posted by kyhj8708 View Post
    I can't attach the file because the error log file isn't generated, I ran it in window mode, I'm using a Radeon graphics card, and I've used about 3 seasons before without any problems. I don't know why it's not working, I've read both FAQs and recent comments, but I can't figure out what the problem is. The program screen is not visible on the monitor at all, but when you open Task Manager, it appears to have been executed with very little resource
    1: Download in a new folder. 2: Apply limited user again. 3: Restart computer.


    Originally Posted by Chpok3 View Post
    Good afternoon, I didn’t find anything in the header, my English is very bad.
    Are there any additional plugins besides Hilbar and Radar for this application? If there is some kind of list, where can I look at it?
    Healthbar, radar, flask/skill manager, preload alert, draw abyss lines.


    That’s all.
    If I did not reply to you, it mean the question you are asking is stupid.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #4817
    gadasoft's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    17
    Thanks G/R
    5/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you automate flasks, i can't find anything in the default package, is there an additional plugin one must download ? Could anyone give me a hint on this, appreciate it.

  3. #4818
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2457
    Join Date
    Jun 2015
    Posts
    3,052
    Thanks G/R
    455/2202
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by gadasoft View Post
    How do you automate flasks, i can't find anything in the default package, is there an additional plugin one must download ? Could anyone give me a hint on this, appreciate it.
    Please read the first post.
    If I did not reply to you, it mean the question you are asking is stupid.

  4. #4819
    parkchan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2024
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm curious what the timer is for and how to remove it.

  5. #4820
    DEEGLEEF's Avatar Active Member
    Reputation
    40
    Join Date
    Dec 2018
    Posts
    44
    Thanks G/R
    0/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    had it fully working a few days ago, now I can't get anything to appear on screen I've got the menu up, I can get timers and stuff to appear, but nothing actually is getting drawn on-screen over the game. Followed the instructions 100% and it was working like I said just a couple of days ago. Any ideas?
    Last edited by DEEGLEEF; 04-04-2024 at 05:10 PM.

  6. #4821
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2457
    Join Date
    Jun 2015
    Posts
    3,052
    Thanks G/R
    455/2202
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by parkchan View Post
    I'm curious what the timer is for and how to remove it.
    its the time u spent in a map. u can't optimize what you can't see.
    removing it? hmm, i think i added an option in preload alert setting window to remove it.....check it out.
    If I did not reply to you, it mean the question you are asking is stupid.

  7. #4822
    parkchan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2024
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you You are always a great help to me.

  8. #4823
    Akao's Avatar Member
    Reputation
    2
    Join Date
    Apr 2015
    Posts
    8
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's a macro for using Defiance Banner for those who need it. It will place the banner when there are magic or better enemies nearby and pick it back up when leaving the banner zone effect. The banner is very powerful when fighting bosses or Ultimatum.

    PlayerSkillIsUseable.Contains("DefianceBanner") &&
    (!PlayerBuffs.Has("armour_evasion_banner_buff_aura") ||
    PlayerBuffs.Has("banner_add_stage_every_x_milliseconds_while_enemies_nearby") &&
    MonsterCount(MonsterRarity.Magic|MonsterRarity.AtLeastRare, MonsterNearbyZones.InnerCircle) >= 1)

  9. Thanks SolYandex (1 members gave Thanks to Akao for this useful post)
  10. #4824
    ReinForceGem's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    12
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to check the health of nearby unique monsters to avoid wasting flasks before actual fight begins(dont use on 100% life)? Maybe some other way?

  11. #4825
    yoxowned's Avatar Member
    Reputation
    2
    Join Date
    Oct 2016
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReinForceGem View Post
    Is there a way to check the health of nearby unique monsters to avoid wasting flasks before actual fight begins(dont use on 100% life)? Maybe some other way?
    what bro you want everything in easy way than use your skills ?
    this is very cheat for game enough

  12. #4826
    ReinForceGem's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    12
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How exactly did u decide that all other features u use is fine, but this particular one is overboard?
    Last edited by ReinForceGem; 04-06-2024 at 05:38 AM.

  13. #4827
    Quazaka's Avatar Member
    Reputation
    -4
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The radar seems super choppy lately. It only updates every other second making it very hard to see anything. Anything i can do about it?
    Its much worse in some maps than other.

    Edit: Using 5.1.0 of GameHelper, poe standalone and keyboard/mouse.
    Last edited by Quazaka; 04-06-2024 at 09:20 AM.

  14. #4828
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2457
    Join Date
    Jun 2015
    Posts
    3,052
    Thanks G/R
    455/2202
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Quazaka View Post
    The radar seems super choppy lately. It only updates every other second making it very hard to see anything. Anything i can do about it?
    Its much worse in some maps than other.

    Edit: Using 5.1.0 of GameHelper, poe standalone and keyboard/mouse.
    Make a video and share with me, please make sure performance window is visible it in.


    Can not reproduce it on my side.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #4829
    Gonzaga_'s Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    29
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it stopped working for me anymore

    edit: it did after I opened in administrator mode idk why
    Last edited by Gonzaga_; 04-07-2024 at 09:08 AM.

  16. #4830
    cavad's Avatar Member
    Reputation
    5
    Join Date
    Jun 2018
    Posts
    50
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems Radar is broken when in 4k in controller mode, would you kindly check it out?

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 09:05 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search