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

User Tag List

Page 250 of 351 FirstFirst ... 150200246247248249250251252253254300350 ... LastLast
Results 3,736 to 3,750 of 5265
  1. #3736
    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)
    hey, i tried everything but cant get it to work. is it possible to automate summon harbringer of time? i cant find his name in the status effects.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #3737
    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 cavad View Post
    Author, sir, any way to make this work with map in controller mode?
    It’s in the todo list, I will get to it once I find some time.
    There are lots of stuff in the todo list.
    If I did not reply to you, it mean the question you are asking is stupid.

  3. #3738
    VeryTraveller's Avatar Member
    Reputation
    2
    Join Date
    Nov 2020
    Posts
    17
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    It’s in the todo list, I will get to it once I find some time.
    There are lots of stuff in the todo list.

    Originally Posted by VeryTraveller View Post
    Hey @GameHelper,
    Can you please please fix or explain how can I chance player icon in tab and mini map. I tried a few league to chance this but its not changing. maybe im doing wrong. some SS here
    Attachment 83882

    Helper settings

    Attachment 83883

    It may not matter to most people, but sometimes I can't find myself on the map.

    Thank you already.
    Can you add this in to your list pls ?

  4. Thanks GameHelper (1 members gave Thanks to VeryTraveller for this useful post)
  5. #3739
    cavad's Avatar Member
    Reputation
    5
    Join Date
    Jun 2018
    Posts
    57
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    It’s in the todo list, I will get to it once I find some time.
    There are lots of stuff in the todo list.
    I see, thank you kindly!

  6. #3740
    telesel756's Avatar Member
    Reputation
    3
    Join Date
    Sep 2023
    Posts
    3
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i add sanctum chests and traps at radar?

  7. Thanks GameHelper (1 members gave Thanks to telesel756 for this useful post)
  8. #3741
    touki01's Avatar Member
    Reputation
    2
    Join Date
    Aug 2022
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you please put Plague Bearer in the auto-hot key trigger at condition IS_SKILL_USEALBE?(if plague level max, can use automatticaly Or can you tell me how to customize it?

    /// i found in the custom conditon : PlayerBuffs["corrosive_shroud_at_max_damage"].Charges = 1
    Last edited by touki01; 09-30-2023 at 07:25 AM.

  9. Thanks GameHelper (1 members gave Thanks to touki01 for this useful post)
  10. #3742
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, recently I figured out how dissolution of the flesh works and it just blowed my mind LOL.

    In case you dont know, what this jewel do is reserve you life from hits until you take no damage for 2 seconds and then damage you.

    This means that if you have a autoquit feature that logouts when your max life was reserved, you are pretty much immortal.

    I see the "Line" of autoquit is PlayerVitals.HP.Percent <= 50.

    There is some way to make it worked with life reserved instead?

    I mean, something like: PlayersVitalsReserved.HP.Percent >= 100
    With something like this (i dont know if the program have a reservation to life code) you are pretty much immortal.
    Because anytime you are reserveing all your life, you are being disconnected BEFORE THE 2 SECONDS COOLDOWN hits and kill you.

    Any smart guy out there that can figure out how to make autoquit/dissolution of the flesh work together? This would be GG xD

    Or, can I add a "line" to autoquit (PlayerVitals.HP.Percent <= 50) that talks about life reservation instead of players vitals? There is a code for it?

    In other words, it should work somehow like this: If reserved life is > than player HP, then autoquit.
    This way, every time you get that big hit that should kill you, you disconnect before dying.
    Last edited by MACROS4LIFE; 09-30-2023 at 09:18 PM.
    GH it's like cocaine, once you used, you can't forget.

  11. #3743
    NoobToken's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    51
    Thanks G/R
    11/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MACROS4LIFE View Post
    So, recently I figured out how dissolution of the flesh works and it just blowed my mind LOL.

    In case you dont know, what this jewel do is reserve you life from hits until you take no damage for 2 seconds and then damage you.

    This means that if you have a autoquit feature that logouts when your max life was reserved, you are pretty much immortal.

    I see the "Line" of autoquit is PlayerVitals.HP.Percent <= 50.

    There is some way to make it worked with life reserved instead?

    I mean, something like: PlayersVitalsReserved.HP.Percent >= 100
    With something like this (i dont know if the program have a reservation to life code) you are pretty much immortal.
    Because anytime you are reserveing all your life, you are being disconnected BEFORE THE 2 SECONDS COOLDOWN hits and kill you.

    Any smart guy out there that can figure out how to make autoquit/dissolution of the flesh work together? This would be GG xD

    Or, can I add a "line" to autoquit (PlayerVitals.HP.Percent <= 50) that talks about life reservation instead of players vitals? There is a code for it?

    In other words, it should work somehow like this: If reserved life is > than player HP, then autoquit.
    This way, every time you get that big hit that should kill you, you disconnect before dying.

    I think you misunderstand the jewel. You die when your max life is reserved.

  12. #3744
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NoobToken View Post
    I think you misunderstand the jewel. You die when your max life is reserved.
    Yes!! its right.
    I did not misunderstand but I said wrong how it should work.

    It should be then: If reserved life is 80%/50%/40% (we should be able to set this value) then autoquit. =)

    Question is: Any smart guy out there that can make a autoquit work with reserved life?
    GH it's like cocaine, once you used, you can't forget.

  13. #3745
    vaskbp's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Support for controller will be great, since now lot of us can play from rog ally etc.

  14. #3746
    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 MACROS4LIFE View Post
    Yes!! its right.
    I did not misunderstand but I said wrong how it should work.

    It should be then: If reserved life is 80%/50%/40% (we should be able to set this value) then autoquit. =)

    Question is: Any smart guy out there that can make a autoquit work with reserved life?
    Originally Posted by MACROS4LIFE View Post
    Yes!! its right.
    I did not misunderstand but I said wrong how it should work.

    It should be then: If reserved life is 80%/50%/40% (we should be able to set this value) then autoquit. =)

    Question is: Any smart guy out there that can make a autoquit work with reserved life?

    sure, i can update GH to support this request but just to be clear, it will not make you any more immortal than what AutoQuit does on regular un-reserved life hits.
    For example:

    lets say that you set autoQuit to quit once your reserved life reach 80%.
    now a monster hit you and your reserved life reaches 85%
    autoquit now quits
    however, game server doesn't register that auto quit for next 0.5 second
    now monster hit you again and your reserved life reaches 100%
    so you die.


    how is this different from following scenario?

    lets say that you set autoQuit to quit once your life reach 20%.
    now a monster hit you and your life reaches 15%
    autoquit now quits
    however, game server doesn't register that auto quit for next 0.5 second
    now monster hit you again and your life reaches 0%
    so you die.


    FYI: You can use "current" life until your feature is ready since current life reaches 0 even with "dissolution of the flesh" (and there goes my 40 chaos just to test this )


    EDIT: updated a new version in the first post. it basically gives u what you are asking for. GL!
    Last edited by GameHelper; 10-01-2023 at 07:34 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #3747
    V1va's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this require poe client to be run under limited user?

  16. #3748
    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 V1va View Post
    Does this require poe client to be run under limited user?
    yes, it does require that.
    If I did not reply to you, it mean the question you are asking is stupid.

  17. #3749
    V1va's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to turn off friendly units like volatile dead balls & minions? It seems like whenever there's alot of these on screen the overlay lags behind and its hard on the eyes.

  18. #3750
    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 V1va View Post
    Is there anyway to turn off friendly units like volatile dead balls & minions? It seems like whenever there's alot of these on screen the overlay lags behind and its hard on the eyes.
    set friendly units icon size to zero
    as well as their disable their healthbars from healthbar setting window.
    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 09:59 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