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

User Tag List

Page 134 of 351 FirstFirst ... 3484130131132133134135136137138184234 ... LastLast
Results 1,996 to 2,010 of 5265
  1. #1996
    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 h82w8 View Post
    I mean different delay for everyone flasks and skills, not for all. Because don't wanna use all utility flasks in same time, i think it can be bannable. Maybe some settings in Dynamic condition?


    hmm, in that case did you try using the cooldown timer?


    btw i will try to add the delay condition before the league start. here's how it's gonna work...



    Let's say user have 3 conditions in a rule.


    condition 1, condition 2, condition 3


    now if user add DELAY_CONITION between 2 and 3. here's what happen



    GH will wait for condition 2 to be true for the DELAY amount and then check CONDITION 3.




    now if user add DELAY CONDITION between 1 and 2. here's what gonna happen


    GH will wait for condition 1 to be true for the DELAY amount and then check condition 2, and 3.


    So basically where user put the delay condition is important.



    Will it solve your issue ? if cooldown timer isn't solving your issue?
    Last edited by GameHelper; 05-10-2022 at 07:41 PM.
    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. Thanks Borpa (1 members gave Thanks to GameHelper for this useful post)
  3. #1997
    JustAnotherGamer's Avatar Member
    Reputation
    6
    Join Date
    Feb 2022
    Posts
    36
    Thanks G/R
    11/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JustAnotherGamer View Post
    Would it be possible to add a feature that binds a shortcut key to entering a console command?
    Specifically, I just wish for a hotkey for /hideout, but maybe there are other commands that could be useful to have hotkeyed.
    No one commented on my suggestion above. Not sure if it's outside the scope of GameHelper, but I think it would be a convenient addition.

  4. #1998
    arturino009's Avatar Contributor
    Reputation
    92
    Join Date
    Sep 2019
    Posts
    170
    Thanks G/R
    21/85
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JustAnotherGamer View Post
    No one commented on my suggestion above. Not sure if it's outside the scope of GameHelper, but I think it would be a convenient addition.
    Just use a tool like Awakened Poe Trade, since there already is such functionality

  5. Thanks JustAnotherGamer (1 members gave Thanks to arturino009 for this useful post)
  6. #1999
    JustAnotherGamer's Avatar Member
    Reputation
    6
    Join Date
    Feb 2022
    Posts
    36
    Thanks G/R
    11/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's a solution, but I was hoping to avoid relying on additional programs (and I don't play much trade league, so Awakened Poe Trade would be just for the hotkey).
    Last edited by JustAnotherGamer; 05-11-2022 at 06:03 AM.

  7. #2000
    h82w8's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    hmm, in that case did you try using the cooldown timer?


    btw i will try to add the delay condition before the league start. here's how it's gonna work...


    Let's say user have 3 conditions in a rule.


    condition 1, condition 2, condition 3


    now if user add DELAY CONDITION between 1 and 2. here's what gonna happen


    GH will wait for condition 1 to be true for the DELAY amount and then check condition 2, and 3.


    So basically where user put the delay condition is important.


    Will it solve your issue ? if cooldown timer isn't solving your issue?
    Cooldown timer isn't solving my issue, because it always "ready" at start.

    I think your issue is good. Like CD timer what always FALSE, but starting count after previous condition gonna be TRUE, and after some msec becoming TRUE for aprove to use button.
    And it will be greate too add some random timing exmpl - 0.300ms +-1-50ms
    Last edited by h82w8; 05-11-2022 at 06:51 AM.

  8. #2001
    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 h82w8 View Post
    Cooldown timer isn't solving my issue, because it always "ready" at start.

    I think your issue is good. Like CD timer what always FALSE, but starting count after previous condition gonna be TRUE, and after some msec becoming TRUE for aprove to use button.
    And it will be greate too add some random timing exmpl - 0.300ms +-1-50ms
    Random timer is already there in the setting -> Core -> key timeout feature. Whatever value you select, it randomly add 0-20
    If I did not reply to you, it mean the question you are asking is stupid.

  9. #2002
    CTePJl9lDb's Avatar Member
    Reputation
    1
    Join Date
    Jul 2019
    Posts
    1
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looking forward to update 3.18

  10. #2003
    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
    hmm, in that case did you try using the cooldown timer?


    btw i will try to add the delay condition before the league start. here's how it's gonna work...



    Let's say user have 3 conditions in a rule.


    condition 1, condition 2, condition 3


    now if user add DELAY_CONITION between 2 and 3. here's what happen



    GH will wait for condition 2 to be true for the DELAY amount and then check CONDITION 3.




    now if user add DELAY CONDITION between 1 and 2. here's what gonna happen


    GH will wait for condition 1 to be true for the DELAY amount and then check condition 2, and 3.


    So basically where user put the delay condition is important.



    Will it solve your issue ? if cooldown timer isn't solving your issue?
    This is really a good idea.
    But is it more easier to be understood if you change DELAY CONDITION to SLEEP or WAIT CONDITION.
    For example:
    Condition 1
    Wait 1000
    Condition 2

    GH check condition1, if it is true, wait for 1 second, then check condition 2.

  11. #2004
    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 setim View Post
    This is really a good idea.
    But is it more easier to be understood if you change DELAY CONDITION to SLEEP or WAIT CONDITION.
    For example:
    Condition 1
    Wait 1000
    Condition 2

    GH check condition1, if it is true, wait for 1 second, then check condition 2.
    i am okay with WAIT. keep in mind that (in this case) condition 1 have to be true for that "1000" ms. If condition 1 becomes false during 1000ms, it will reset the WAIT.

    #hodor #holdthedoor


    btw some UI changes coming to AHK.


    UI when not expanded.

    Last edited by GameHelper; 05-11-2022 at 05:01 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. #2005
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    btw some UI changes coming to AHK....]
    Hello, this new functionality will already be debugged and will appear along with the first working version compatible with 3.18?

    also, if you're already redoing it anyway,
    I also strongly support/request do "DELAY/Sleep/WAIT" as a separate task and remove it from the ui as a slider

    ps nice new colored argument highlighting - very cool
    Last edited by GameAssist; 05-11-2022 at 06:00 PM.

  13. #2006
    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 wlastas View Post
    Hello, this new functionality will already be debugged and will appear along with the first working version compatible with 3.18?
    yes


    -> also, if you're already redoing it anyway, I also strongly support/request do "DELAY/Sleep/WAIT" as a separate task and remove it from the ui as a slider

    I don't understand

    1: what do you mean by "separate task"? What's a task?
    2: What do you mean by "remove it from the ui". It doesn't exist at this point in time.
    If I did not reply to you, it mean the question you are asking is stupid.

  14. #2007
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    yes

    1: what do you mean by "separate task"? What's a task?
    2: What do you mean by "remove it from the ui". It doesn't exist at this point in time.
    1 = you call it "condition", but in the case of "Sleep", it turns into "Task"
    2 =[auto] cooldown slader - i offer just delete it - no one can use and understand how use it well and that is the source of most of the problems.
    I got kicked from the server a few times when trying to help people fix their macros because this option was not configured correctly.
    it was a long time ago, when you were on vacation, and then the minimum value was 0 milliseconds - now I see 1 there and maybe now it does not problem(i mean kick)

    PS please fix support for Russian input, it seems to me that it worked before. i already did add a issue to ur repo
    Last edited by GameAssist; 05-11-2022 at 07:26 PM.

  15. #2008
    InSTALINg's Avatar Member
    Reputation
    1
    Join Date
    Jul 2021
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    League start, update

    Have question about 3.18 update. How I can update this soft to 3.18 and can I use old version on new league without update. Need use it only on league start for leveling.

  16. #2009
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    the new version will be available at the link on the first page.
    This will be after the release of 3.18
    How long it will take to release depends on many factors. In any case, not less than 30 minutes
    the old version will not work at all. This is extremely unlikely.

  17. #2010
    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 wlastas View Post
    1 = you call it "condition", but in the case of "Sleep", it turns into "Task"
    2 =[auto] cooldown slader - i offer just delete it - no one can use and understand how use it well and that is the source of most of the problems.
    I got kicked from the server a few times when trying to help people fix their macros because this option was not configured correctly.
    it was a long time ago, when you were on vacation, and then the minimum value was 0 milliseconds - now I see 1 there and maybe now it does not problem(i mean kick)

    PS please fix support for Russian input, it seems to me that it worked before. i already did add a issue to ur repo
    1: I am implementing it as a condition component (a.k.a partial condition) which is a new concept but you will understand.

    2: cooldown slider is different from WAIT. WAIT happen BEFORE skill/flask is triggered. Cooldown happen AFTER skill/flask is triggered.
    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 11:44 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