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

Shout-Out

User Tag List

Page 145 of 351 FirstFirst ... 4595141142143144145146147148149195245 ... LastLast
Results 2,161 to 2,175 of 5265
  1. #2161
    zarloc's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    2
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Anlong View Post
    any way remove preload black box? and keep only letters
    Edit the alpha channel of background color
    Last edited by zarloc; 05-22-2022 at 10:40 AM.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #2162
    keltuz's Avatar Member
    Reputation
    5
    Join Date
    Feb 2014
    Posts
    18
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question about DYNAMIC condition to summon zombies:

    ==> if zombies less than ... then press summon zombie

    or it doable with buff STATUS_EFFECT?

  3. #2163
    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 keltuz View Post
    Question about DYNAMIC condition to summon zombies:

    ==> if zombies less than ... then press summon zombie

    or it doable with buff STATUS_EFFECT?
    There is no buff for minions. The only reliable way I can see is using FriendlyMonsterCount , but it will only work if you have only zombies around or a consistent amount of other minions.

  4. Thanks keltuz (1 members gave Thanks to arturino009 for this useful post)
  5. #2164
    GlebSmet's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    47
    Thanks G/R
    33/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey buds! Who knows how to add "Bounty target packs" mobs to preload? Or maybe someone already added and can share the file pls

  6. #2165
    someguyhaha's Avatar Member
    Reputation
    1
    Join Date
    Feb 2021
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not sure if this is the appropriate place for this but
    curious if anyone has an updated preload file for strongboxes and shrines
    they dont seem to show up for me

    thanks!

  7. #2166
    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 someguyhaha View Post
    not sure if this is the appropriate place for this but
    curious if anyone has an updated preload file for strongboxes and shrines
    they dont seem to show up for me

    thanks!
    no one have done that yet. AFAIK.
    If I did not reply to you, it mean the question you are asking is stupid.

  8. #2167
    RebrandSoft's Avatar Member
    Reputation
    8
    Join Date
    Mar 2020
    Posts
    82
    Thanks G/R
    16/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    19.5.2022 г. 23:54 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Engraved Hatchet. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskUtility5 Metadata/Items/Flasks/FlaskUtility15 Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskLife11 Metadata/Items/Flasks/FlaskMana11 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    22.5.2022 г. 0:02 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Chain Hauberk. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskLife11 Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskUtility5 Metadata/Items/Flasks/FlaskMana11 Metadata/Items/Flasks/FlaskUtility15 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    22.5.2022 г. 0:31 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Gemstone Sword. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskUtility5 Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskMana11 Metadata/Items/Flasks/FlaskUtility15 Metadata/Items/Flasks/FlaskLife11 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    22.5.2022 г. 11:47 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Shagreen Tower Shield. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskUtility15 Metadata/Items/Flasks/FlaskLife11 Metadata/Items/Flasks/FlaskUtility5 Metadata/Items/Flasks/FlaskMana11 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    Code:
    ------------------------------
    23.5.2022 г. 23:47 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Coronal Maul. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskUtility10 Metadata/Items/Flasks/FlaskLife11 Metadata/Items/Flasks/FlaskUtility13 Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskUtility5 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    Last edited by RebrandSoft; 05-23-2022 at 06:49 PM.

  9. #2168
    xuantruongx98's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Untitled.png

    I got this error recently, what is this?

  10. #2169
    chishen's Avatar Member
    Reputation
    1
    Join Date
    Aug 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I auto use Plague Bearer?
    Is Dynamic can support to use Plague Bearer in max?

  11. #2170
    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 RebrandSoft View Post
    Code:
    19.5.2022 г. 23:54 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Engraved Hatchet. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskUtility5 Metadata/Items/Flasks/FlaskUtility15 Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskLife11 Metadata/Items/Flasks/FlaskMana11 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    22.5.2022 г. 0:02 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Chain Hauberk. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskLife11 Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskUtility5 Metadata/Items/Flasks/FlaskMana11 Metadata/Items/Flasks/FlaskUtility15 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    22.5.2022 г. 0:31 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Gemstone Sword. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskUtility5 Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskMana11 Metadata/Items/Flasks/FlaskUtility15 Metadata/Items/Flasks/FlaskLife11 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    22.5.2022 г. 11:47 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Shagreen Tower Shield. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskUtility15 Metadata/Items/Flasks/FlaskLife11 Metadata/Items/Flasks/FlaskUtility5 Metadata/Items/Flasks/FlaskMana11 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    Code:
    ------------------------------
    23.5.2022 г. 23:47 Program exited with message:
     System.Exception: New (IsValid=True) flask base found Coronal Maul. Please let the developer know. All items in list are Metadata/Items/Flasks/FlaskUtility10 Metadata/Items/Flasks/FlaskLife11 Metadata/Items/Flasks/FlaskUtility13 Metadata/Items/Flasks/FlaskUtility6 Metadata/Items/Flasks/FlaskUtility5 
       at AutoHotKeyTrigger.ProfileManager.Conditions.FlaskEffectCondition.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Conditions\FlaskEffectCondition.cs:line 101
       at System.Collections.Generic.List`1.TrueForAll(Predicate`1 match)
       at AutoHotKeyTrigger.ProfileManager.Rule.Evaluate() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 182
       at AutoHotKeyTrigger.ProfileManager.Rule.Execute(Action`1 logger) in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\ProfileManager\Rule.cs:line 134
       at AutoHotKeyTrigger.AutoHotKeyTriggerCore.DrawUI() in C:\Users\rebra\Desktop\GameOverlay-master\AutoHotKeyTrigger\AutoHotKeyTriggerCore.cs:line 199
       at GameHelper.Plugin.PManager.DrawPluginUiRenderCoroutine()+MoveNext() in C:\Users\rebra\Desktop\GameOverlay-master\GameHelper\Plugin\PManager.cs:line 206
       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 C:\Users\rebra\Desktop\GameOverlay-master\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()
    ------------------------------
    Please let the developer know. All items in list are Metadata/Items/Flasks . Issue #218 . zaafar/GameOverlay . GitHub
    Try suggestions mentioned in this URL. That being said, I am not sure why this really happens. If only I can somehow reproduce it on my side maybe then I can figure out a solution for it.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. #2171
    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 chishen View Post
    How can I auto use Plague Bearer?
    Is Dynamic can support to use Plague Bearer in max?
    Since I don’t play that build, I can’t help you here. Maybe someone from the community can help you. Please look at previous posts to see if someone have already done it.

    Originally Posted by xuantruongx98 View Post
    Untitled.png

    I got this error recently, what is this?
    Re-install your game.
    If I did not reply to you, it mean the question you are asking is stupid.

  13. #2172
    dgizyn's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to pull animate guardian health to use convocation automatically?? - I cannot seem to find it in data visulization.

  14. #2173
    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 dgizyn View Post
    Is there any way to pull animate guardian health to use convocation automatically?? - I cannot seem to find it in data visulization.
    Automating an Action based on an Entity info (other than entity count) isn't supported. You can automate actions based on your player info.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #2174
    camapxam's Avatar Active Member
    Reputation
    27
    Join Date
    Nov 2009
    Posts
    311
    Thanks G/R
    249/23
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    Automating an Action based on an Entity info (other than entity count) isn't supported. You can automate actions based on your player info.
    You got anything for Desecrate to create corpse and Detonade dead, or cremation to explode them up? Cuz this thing does not give any buff

  16. #2175
    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)
    Any chance of making expeditionicons plugin work with this? It's huge QOL.

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