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

User Tag List

Page 113 of 351 FirstFirst ... 1363109110111112113114115116117163213 ... LastLast
Results 1,681 to 1,695 of 5265
  1. #1681
    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)
    Hi

    Have this probem several times today in one map.
    2022/2/25 11:55 Program exited with message:
    System.Exception: New (IsValid=True) flask base found Scroll of Wisdom. Please let the developer know.
    at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate()
    at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
    at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate()
    at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger)
    at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI()
    at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\Plugin\PManager.cs:line 201
    at Coroutine.ActiveCoroutine.MoveNext()
    at Coroutine.ActiveCoroutine.OnEvent(Event evt)
    at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
    at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
    at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 85
    at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken cancellationToken)
    at ClickableTransparentOverlay.Overlay.<Start>b__20_0()
    at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_1(Object state)
    at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
    at System.Threading.ThreadPoolWorkQueue.Dispatch()
    ------------------------------
    2022/2/25 12:08 Program exited with message:
    System.Exception: New (IsValid=True) flask base found Golden Plate. Please let the developer know.
    at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate()
    at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
    at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate()
    at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger)
    at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI()
    at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in D:\a\GameOverlay\GameOverlay\GameHelper\Plugin\PManager.cs:line 201
    at Coroutine.ActiveCoroutine.MoveNext()
    at Coroutine.ActiveCoroutine.OnEvent(Event evt)
    at Coroutine.CoroutineHandlerInstance.RaiseEvent(Event evt)
    at Coroutine.CoroutineHandler.RaiseEvent(Event evt)
    at GameHelper.GameOverlay.Render() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 85
    at ClickableTransparentOverlay.Overlay.RunInfiniteLoop(CancellationToken cancellationToken)
    at ClickableTransparentOverlay.Overlay.<Start>b__20_0()
    at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_1(Object state)
    at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
    at System.Threading.ThreadPoolWorkQueue.Dispatch()

    The tool just shutdown directly after this error.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #1682
    bigcheater1's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    26
    Thanks G/R
    13/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm pretty sure you could set up a condition under call of steel that it can't be used if you have done "Melee" (I think this is any attack? Not sure, but you could set it up for lancing steel) within x ms. So figure out the ms it takes to cast the full stacks of call of steel, set the cooldown a little above that, and it will only cast call of steel after you have consumed all steel charges.


    So under conditions you'd do:

    Animation Not_equal_to Melee for ___ ms.

  3. Thanks GameHelper (1 members gave Thanks to bigcheater1 for this useful post)
  4. #1683
    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 bigcheater1 View Post
    I'm pretty sure you could set up a condition under call of steel that it can't be used if you have done "Melee" (I think this is any attack? Not sure, but you could set it up for lancing steel) within x ms. So figure out the ms it takes to cast the full stacks of call of steel, set the cooldown a little above that, and it will only cast call of steel after you have consumed all steel charges.


    So under conditions you'd do:

    Animation Not_equal_to Melee for ___ ms.
    Great thanks. I didn't notice that why I don't have steel sharp, then the lancing steel animate will be changed to melee.
    This is a good solution.

  5. #1684
    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 bigcheater1 View Post
    I'm pretty sure you could set up a condition under call of steel that it can't be used if you have done "Melee" (I think this is any attack? Not sure, but you could set it up for lancing steel) within x ms. So figure out the ms it takes to cast the full stacks of call of steel, set the cooldown a little above that, and it will only cast call of steel after you have consumed all steel charges.


    So under conditions you'd do:

    Animation Not_equal_to Melee for ___ ms.
    I try it, but I notice that when I keep press down the key for lancing steel, the animate will keep puniture and never change to melee.
    But for another skill: splitting steel, looks like the animate will change to melee if no steel sharp avaialbe.

    Anyhow, I found another solution to use "run" and "idle" to judge whether I just click the key for lancing steel or I press down and hold the key for lancing steel.

  6. #1685
    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)
    -> 2022/2/25 11:55 Program exited with message:
    System.Exception: New (IsValid=True) flask base found Scroll of Wisdom. Please let the developer know.

    Thank you for sharing this error message. This will help me investigate why this happens. It’s so weird, why would the flask inventory be replaced by some other inventory.

    Btw you said it happened several time, was it several time in a single map?


    i wish i could re-produce this bug on my side so i could investigate it more.
    Last edited by GameHelper; 02-25-2022 at 08:17 AM.
    If I did not reply to you, it mean the question you are asking is stupid.

  7. #1686
    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
    I try it, but I notice that when I keep press down the key for lancing steel, the animate will keep puniture and never change to melee.
    But for another skill: splitting steel, looks like the animate will change to melee if no steel sharp avaialbe.

    Anyhow, I found another solution to use "run" and "idle" to judge whether I just click the key for lancing steel or I press down and hold the key for lancing steel.
    How about the following.
    Use when

    - steel_shard charg less than 1
    - Cool down 500ms

    Sorry I didn’t understand the reason why you want to detect if you are doing something or not.
    If I did not reply to you, it mean the question you are asking is stupid.

  8. #1687
    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)
    uploaded a new version

    - added more debug logs for the fked up "new flask found" issue.
    If I did not reply to you, it mean the question you are asking is stupid.

  9. Thanks BossManAdrostos (1 members gave Thanks to GameHelper for this useful post)
  10. #1688
    hacker143's Avatar Knight
    Reputation
    21
    Join Date
    Mar 2017
    Posts
    219
    Thanks G/R
    32/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Suggestion:
    Auto-update feature

  11. Thanks BossManAdrostos (1 members gave Thanks to hacker143 for this useful post)
  12. #1689
    Mutica's Avatar Member
    Reputation
    1
    Join Date
    Oct 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm on version v0.281.0 , I haven't been using Flask conditionals like Flask Charges or Flask Effect. I tried to configure those and used the Debug window, but I can't get them to work. Right now I just trigger flask based on health (or animation for Quicksilver) and run the Cooldown time to prevent spamming. But Flask Charges and Flask Effect don't see to be working. For example QS flask running for x seconds triggered on animation run works... if I had another condiional of Flask charges bigger than x ; it won't ever trigger regardless of how many charges are actually there. Same holds true for checking if the flask effect is already present. Either Flask Effect or Flask Charges seems to break the Autoflask functionality.

  13. #1690
    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
    How about the following.
    Use when

    - steel_shard charg less than 1
    - Cool down 500ms

    Sorry I didn’t understand the reason why you want to detect if you are doing something or not.
    I fixed my problem with some walk around.

  14. #1691
    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
    -> 2022/2/25 11:55 Program exited with message:
    System.Exception: New (IsValid=True) flask base found Scroll of Wisdom. Please let the developer know.

    Thank you for sharing this error message. This will help me investigate why this happens. It’s so weird, why would the flask inventory be replaced by some other inventory.

    Btw you said it happened several time, was it several time in a single map?


    i wish i could re-produce this bug on my side so i could investigate it more.
    Just to provide more information to you about this problem.
    1. Yes, this problem happened two times in the same map when I get the error message. It also happened several times these several days, but sometime there is no error message. So I didn't check it.
    2. I am playing in the city square map, this may happen when I open chest when a lot of monster show up in a short time. But I am not 100% sure since I didn't notice the GH is shutdown when it is happened.

    Anyhow, I will try to use you new version to reproduce this problem. It should not be that difficult.
    But I cannot play the game in next week. Let me try in tonight.

  15. Thanks GameHelper (1 members gave Thanks to setim for this useful post)
  16. #1692
    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 Mutica View Post
    I'm on version v0.281.0 , I haven't been using Flask conditionals like Flask Charges or Flask Effect. I tried to configure those and used the Debug window, but I can't get them to work. Right now I just trigger flask based on health (or animation for Quicksilver) and run the Cooldown time to prevent spamming. But Flask Charges and Flask Effect don't see to be working. For example QS flask running for x seconds triggered on animation run works... if I had another condiional of Flask charges bigger than x ; it won't ever trigger regardless of how many charges are actually there. Same holds true for checking if the flask effect is already present. Either Flask Effect or Flask Charges seems to break the Autoflask functionality.
    use the latest version. 0.281 have old offsets i think.
    If I did not reply to you, it mean the question you are asking is stupid.

  17. #1693
    killahzz13's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can plugins be loaded? looking for follower plugin.

  18. #1694
    XORReverseEngineering's Avatar Active Member
    Reputation
    54
    Join Date
    Feb 2021
    Posts
    44
    Thanks G/R
    39/51
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    there is a way that we can make plugins?

  19. #1695
    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)
    Minor Update

    I have updated the first post to include dynamic condition interfaces. Please read HowTo -> Auto HotKey Trigger -> Dynamic -> NOTES.
    If I did not reply to you, it mean the question you are asking is stupid.

  20. Thanks seankimy, zarloc, thebbandit (3 members gave Thanks to GameHelper for this useful post)

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 07:24 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