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

User Tag List

Page 335 of 351 FirstFirst ... 235285331332333334335336337338339 ... LastLast
Results 5,011 to 5,025 of 5265
  1. #5011
    wallyflopsowned's Avatar Member
    Reputation
    1
    Join Date
    Aug 2023
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added to my Windows Exception (I added the folder I downloaded it to)
    When I boot it nothing happens...

    I think I installed the correct C++ distrubtables.

    Any other troubleshooting tips?

    I'm using W11, with the standalone launcher. I'm using Mouse/keyboard and version: v6.0.10

    There's no error.txt file.

    EDIT: I redownloaded, and now I get a popup telling me to install the redists. Doing that now
    EDIT2: That fixed it
    Last edited by wallyflopsowned; 07-28-2024 at 02:36 PM.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #5012
    miracle1's Avatar Active Member
    Reputation
    38
    Join Date
    Jun 2014
    Posts
    270
    Thanks G/R
    114/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit: all good, something lagged on my pc
    Last edited by miracle1; 07-28-2024 at 02:38 PM.

  3. #5013
    yihami's Avatar Member
    Reputation
    2
    Join Date
    Jul 2024
    Posts
    5
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So if 6.0.10 have problems with flask so i dont want update untill 6.0.11. I have 6.0.9 and Flasks._Number_.Active dont work too. But i dont care cause i have endless flasks with my pathfinder build xD just writing to let you know. You are awesome i really respect what you're doing.

  4. #5014
    johngallo0892's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    37
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm unfortunately not seeing the lines that would give you the shortest path to the next zone/objective this league. I see there is a newer tab from the last time I played(Start of last league) that wasn't there, I've tried to mess with those settings but nothing is displaying those lines anymore. Is that feature removed or maybe just bugged for me?

  5. #5015
    i0n1zeD's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    10
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And in preloadalert can we see Nameless Seer ?

  6. #5016
    AndyMan1987's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    u got to give me more than that......



    did it work on league start?
    I did not use on league start or before.

  7. #5017
    c4gRi's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    29
    Thanks G/R
    8/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone find out how to use it with tinctures?

  8. #5018
    jimpy's Avatar Member
    Reputation
    1
    Join Date
    Aug 2021
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also having trouble with the bot using mana flasks - currently using PlayerVitals.MANA.CURRENT <= 90 && Flasks.Flask1.IsUsable && Flasks.Flask1.Charges > 42

  9. #5019
    teffay's Avatar Member
    Reputation
    4
    Join Date
    Jan 2020
    Posts
    16
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like there was some sort of update that just broke it. Went from everything working to nothing working after I reset the game cause I had to get off for a few.

  10. #5020
    teffay's Avatar Member
    Reputation
    4
    Join Date
    Jan 2020
    Posts
    16
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by teffay View Post
    Looks like there was some sort of update that just broke it. Went from everything working to nothing working after I reset the game cause I had to get off for a few.
    Nm, rebooted, it looks like it was something was with me.

  11. #5021
    lvlotorbreath's Avatar Member
    Reputation
    2
    Join Date
    Feb 2017
    Posts
    17
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to figure out how to automate some of my spells based on conditions. So far, I have my Enduring Cry configured correctly. I am having trouble with activating Bladestorm, War Banner, and Vulnerability.

    What am I missing in my conditions?
    Is there an option to "cast spell on player" or "cast spell on rare/unique mob"?
    Is having three spells with conditions like this going to cause conflicting issues?
    Do I need some sort of animation AND function to ensure my character is not already casting something?

    Bladestorm: PlayerSkillIsUseable.Contains("Bladestorm") && MonsterCount(MonsterRarity.AtLeastRare, MonsterNearbyZones.InnerCircle) > 0
    Vulnerability: PlayerSkillIsUseable.Contains("Vulnerability") && MonsterCount(MonsterRarity.AtLeastRare, MonsterNearbyZones.InnerCircle) > 0
    War Banner: PlayerSkillIsUseable.Contains("WarBanner") && MonsterCount(MonsterRarity.AtLeastRare, MonsterNearbyZones.InnerCircle) > 0
    Last edited by lvlotorbreath; 07-28-2024 at 10:34 PM.

  12. #5022
    satbuster's Avatar Member
    Reputation
    12
    Join Date
    Oct 2017
    Posts
    79
    Thanks G/R
    20/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My flasks all working nicely again. Thanks.

  13. #5023
    Mojoguy01's Avatar Member
    Reputation
    3
    Join Date
    Oct 2014
    Posts
    71
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else crashing a lot? Can't figure out what changed :v

  14. #5024
    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 Mojoguy01 View Post
    Anyone else crashing a lot? Can't figure out what changed :v
    share error log file.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #5025
    yihami's Avatar Member
    Reputation
    2
    Join Date
    Jul 2024
    Posts
    5
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mojoguy01 View Post
    Anyone else crashing a lot? Can't figure out what changed :v
    there were problems on the game servers yesterday

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