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

User Tag List

Page 88 of 351 FirstFirst ... 38848586878889909192138188 ... LastLast
Results 1,306 to 1,320 of 5265
  1. #1306
    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 chameleon17 View Post
    Do we need to download anything other than .net to make it work?
    Originally Posted by oyvlnxpycchvdr View Post
    Same Problem maybe missing dot net or something


    check F.A.Q


    Originally Posted by c4gRi View Post
    im getting this

    donot use launcher or fix your GameHelper folder to not include anything like poe, helper, game etc etc.


    Folks, i will check again this thread once i reach act-2.
    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. #1307
    BombokaLusitana's Avatar Member
    Reputation
    8
    Join Date
    Jun 2021
    Posts
    49
    Thanks G/R
    38/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    - Skills that have variable cooldown rate (e.g. molten shell shield etc) aren't supported yet.

    This explains the lack of CONTAINS/NOT CONTAIN, right?

  3. #1308
    chameleon17's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    20
    Thanks G/R
    2/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    check F.A.Q





    donot use launcher or fix your GameHelper folder to not include anything like poe, helper, game etc etc.


    Folks, i will check again this thread once i reach act-2.
    #4-6 in FAQ worked. Thank you and donated.

  4. #1309
    Smokin76's Avatar Member
    Reputation
    1
    Join Date
    Oct 2016
    Posts
    20
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: Figured out, I just need to learn to read..

  5. #1310
    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 BombokaLusitana View Post
    - Skills that have variable cooldown rate (e.g. molten shell shield etc) aren't supported yet.

    This explains the lack of CONTAINS/NOT CONTAIN, right?
    give context please. i don't understand where/how/when r u using contain/not contain.

    maybe attach screenshot as well.
    If I did not reply to you, it mean the question you are asking is stupid.

  6. #1311
    BombokaLusitana's Avatar Member
    Reputation
    8
    Join Date
    Jun 2021
    Posts
    49
    Thanks G/R
    38/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    give context please. i don't understand where/how/when r u using contain/not contain.

    maybe attach screenshot as well.
    Contains -> corrosive_shroud_at_max_damage
    Contains -> elusive
    Contains -> slither

    Some patches ago when you replaced CONTAINS with player has debuff or something, the latter didn't worked properly, hence why I always used CONTAINS.
    Last edited by BombokaLusitana; 02-04-2022 at 04:48 PM.

  7. #1312
    dansev's Avatar Member
    Reputation
    5
    Join Date
    Jan 2010
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting Current issue: Game is minimized on flask plugin.

  8. #1313
    Kinsie's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    15
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, I'm sorry if its answered couldn't find it. I'm getting this error on startup:

    System.TypeInitializationException: The type initializer for 'Veldrid.Sdl2.Sdl2Native' threw an exception.
    ---> System.IO.FileNotFoundException: Could not find or load the native library from any name: [ SDL2.dll ]
    at NativeLibraryLoader.LibraryLoader.LoadNativeLibrary(String[] names, PathResolver pathResolver)
    at NativeLibraryLoader.NativeLibrary..ctor(String[] names, LibraryLoader loader, PathResolver pathResolver)
    at NativeLibraryLoader.NativeLibrary..ctor(String[] names)
    at Veldrid.Sdl2.Sdl2Native.LoadSdl2()
    at Veldrid.Sdl2.Sdl2Native..cctor()
    --- End of inner exception stack trace ---
    at Veldrid.Sdl2.Sdl2Native.SDL_SetHint(String name, String value)
    at Veldrid.Sdl2.Sdl2Window..ctor(String title, Int32 x, Int32 y, Int32 width, Int32 height, SDL_WindowFlags flags, Boolean threadedProcessing)
    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()
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

  9. #1314
    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 Kinsie View Post
    Hello, I'm sorry if its answered couldn't find it. I'm getting this error on startup:

    System.TypeInitializationException: The type initializer for 'Veldrid.Sdl2.Sdl2Native' threw an exception.
    ---> System.IO.FileNotFoundException: Could not find or load the native library from any name: [ SDL2.dll ]
    at NativeLibraryLoader.LibraryLoader.LoadNativeLibrary(String[] names, PathResolver pathResolver)
    at NativeLibraryLoader.NativeLibrary..ctor(String[] names, LibraryLoader loader, PathResolver pathResolver)
    at NativeLibraryLoader.NativeLibrary..ctor(String[] names)
    at Veldrid.Sdl2.Sdl2Native.LoadSdl2()
    at Veldrid.Sdl2.Sdl2Native..cctor()
    --- End of inner exception stack trace ---
    at Veldrid.Sdl2.Sdl2Native.SDL_SetHint(String name, String value)
    at Veldrid.Sdl2.Sdl2Window..ctor(String title, Int32 x, Int32 y, Int32 width, Int32 height, SDL_WindowFlags flags, Boolean threadedProcessing)
    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()
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    F.A.Q 14 plz.
    Last edited by GameHelper; 02-04-2022 at 05:19 PM.
    If I did not reply to you, it mean the question you are asking is stupid.

  10. #1315
    vlein's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    microsoft.netcore.app is missing but i have installed dot net , any idea why?

  11. #1316
    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 vlein View Post
    microsoft.netcore.app is missing but i have installed dot net , any idea why?
    no idea. maybe install .net 5
    and also do f.a.q 14.
    If I did not reply to you, it mean the question you are asking is stupid.

  12. #1317
    Kinsie's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    15
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    F.A.Q 14 plz.
    I'm sorry but I don't understand what I have to do. FAQ 14 is about flasks and fixing it in core settings. But I can't get program to launch. When i open it nothing happens.
    I used tool last league with no problem

  13. #1318
    KVon's Avatar Member
    Reputation
    8
    Join Date
    Oct 2017
    Posts
    52
    Thanks G/R
    8/6
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Everything is working fine on my end

  14. #1319
    arkapara's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Yo guys, ive just downloaded the new version and it works - except the flasks

    Im using the "LeagueStartNewPlayerProfile" Profile and enables LifeFlask1, LifeFlask2 and ManaFlask3...

    Now if i drop below 45% Mana, he doesnt press "5"... i just donw know why. My Lifeflasks aint working too....

    asd.jpg

    edit: ok, now it works. But he literally spams the mana flask like 2 times oO. Life flask working normally. ive uploaded my manaflask settings
    Last edited by arkapara; 02-04-2022 at 06:54 PM.

  15. #1320
    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 BombokaLusitana View Post
    Contains -> corrosive_shroud_at_max_damage
    Contains -> elusive
    Contains -> slither

    Some patches ago when you replaced CONTAINS with player has debuff or something, the latter didn't worked properly, hence why I always used CONTAINS.

    not sure what you are talking about, contains is still there.
    https://i.ibb.co/MgKbwtx/asdad.png


    Originally Posted by Kinsie View Post
    I'm sorry but I don't understand what I have to do. FAQ 14 is about flasks and fixing it in core settings. But I can't get program to launch. When i open it nothing happens.
    I used tool last league with no problem
    ah fuck,sorry i mean F.A.Q 12
    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 02:18 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