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

Shout-Out

User Tag List

Page 324 of 351 FirstFirst ... 224274320321322323324325326327328 ... LastLast
Results 4,846 to 4,860 of 5265
  1. #4846
    lyo32's Avatar Member
    Reputation
    1
    Join Date
    Jan 2023
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for reply, alright, thank you for your excellent work! Looking forward to use GH again. I wish luck.

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #4847
    Shaanujaanu's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this not work anymore? Running Windows 11

    5/2/2024 10:33 AM Program exited with message:
    System.AggregateException: One or more errors occurred. (Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.ValueTuple`3[System.Boolean,System.Single,System.Numerics.Vector4][]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
    To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
    Path 'AbyssPath.Item1', line 4, position 12.)
    ---> Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.ValueTuple`3[System.Boolean,System.Single,System.Numerics.Vector4][]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
    To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
    Path 'AbyssPath.Item1', line 4, position 12.
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonRead er reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(J sonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(Json Property property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonRead er reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(J sonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReade r reader, Type objectType, Boolean checkAdditionalContent)
    at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
    at Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
    at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
    at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
    at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
    at WorldDrawing.WorldDrawingCore.OnEnable(Boolean isGameOpened) in D:\a\GameOverlay\GameOverlay\WorldDrawing\WorldDrawingCore.cs:line 68
    at GameHelper.Plugin.PManager.EnablePluginIfRequired(PluginContainer container) in D:\a\GameOverlay\GameOverlay\GameHelper\Plugin\PManager.cs:line 214
    at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWor ker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
    --- End of stack trace from previous location ---
    at System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`1.<ForWorker>b__1(RangeWor ker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
    at System.Threading.Tasks.TaskReplicator.Replica.Execute()
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
    at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
    --- End of stack trace from previous location ---
    at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
    at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
    at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
    at GameHelper.Plugin.PManager.InitializePlugins() in D:\a\GameOverlay\GameOverlay\GameHelper\Plugin\PManager.cs:line 44
    at GameHelper.GameOverlay.PostInitialized() in D:\a\GameOverlay\GameOverlay\GameHelper\GameOverlay.cs:line 80
    at ClickableTransparentOverlay.Overlay.InitializeResources()
    at ClickableTransparentOverlay.Overlay.<Start>b__22_0()
    at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
    at System.Threading.ThreadPoolWorkQueue.Dispatch()
    at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

  3. #4848
    cheatingeagle's Avatar ★ Elder ★
    Reputation
    1233
    Join Date
    Feb 2017
    Posts
    422
    Thanks G/R
    24/1080
    Trade Feedback
    8 (100%)
    Mentioned
    25 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Shaanujaanu View Post
    Does this not work anymore? Running Windows 11
    That just means your settings file is not compatible with the current version of GH. Simplest solution is to start over from scratch.

  4. #4849
    Bonaf1de's Avatar Member
    Reputation
    3
    Join Date
    Nov 2014
    Posts
    8
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Playing BB of Unloading Saboteur and this build needs Arcanist Brand to be above X brands all the time. Was trying to figure a way to keep it there (like I would when trying to summon minions when would perish) but can't seem to find the Status Effect/Deployed Object/etc. that the brands are? Anyone can help?

  5. #4850
    Shaanujaanu's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingeagle View Post
    That just means your settings file is not compatible with the current version of GH. Simplest solution is to start over from scratch.
    thank you, fresh install fixed it.

  6. #4851
    serioux1337's Avatar Member
    Reputation
    4
    Join Date
    Feb 2018
    Posts
    5
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is the code obfuscated? i tried loading the offsets from your offset dll, but they don't seem to be correct. Is there a place, where i can access the Offsets? i am just building a small application, dont want to sell it or anything.

    poe.png

  7. #4852
    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 serioux1337 View Post
    Is the code obfuscated? i tried loading the offsets from your offset dll, but they don't seem to be correct. Is there a place, where i can access the Offsets? i am just building a small application, dont want to sell it or anything.

    poe.png
    GH offsets aren’t obfuscated.
    If I did not reply to you, it mean the question you are asking is stupid.

  8. #4853
    vibrantblue's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    asd.png
    Can the inventory dump function be added?

  9. #4854
    LazyKid's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to Use "Insufficient Mana" for a Skill as a trigger for a flask?

    !PlayerSkillIsUseable.Contains("XXXX") doesn't work

  10. #4855
    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 LazyKid View Post
    Is there any way to Use "Insufficient Mana" for a Skill as a trigger for a flask?

    !PlayerSkillIsUseable.Contains("XXXX") doesn't work
    If you know what’s considered insufficient for that skill, you can just write mana < XXX.
    If I did not reply to you, it mean the question you are asking is stupid.

  11. #4856
    LazyKid's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    If you know what’s considered insufficient for that skill, you can just write mana < XXX.
    iam aware if the mana cost would be a fixed value, but sadly its a indigon setup/build and the costs will vary (also way above the current max mana), i would need to check for "nor enough mana" if possible. even putting 99% or lower would not work, the mana costs reach way over 100% of the pool
    Last edited by LazyKid; 05-10-2024 at 05:39 PM. Reason: missed quote

  12. #4857
    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 LazyKid View Post
    iam aware if the mana cost would be a fixed value, but sadly its a indigon setup/build and the costs will vary (also way above the current max mana), i would need to check for "nor enough mana" if possible. even putting 99% or lower would not work, the mana costs reach way over 100% of the pool
    I see, well PlayerSkillUseable doesn’t take into account mana required to use the skill. So that will not work, it’s how the game is built….


    Now the exact amount of mana required by a skill, I have to dig deeper if that exists in GH or not. Will get back to you if I find something.
    If I did not reply to you, it mean the question you are asking is stupid.

  13. Thanks Forumuser1000, najiskape (2 members gave Thanks to GameHelper for this useful post)
  14. #4858
    LazyKid's Avatar Member
    Reputation
    1
    Join Date
    Dec 2023
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    I see, well PlayerSkillUseable doesn’t take into account mana required to use the skill. So that will not work, it’s how the game is built….


    Now the exact amount of mana required by a skill, I have to dig deeper if that exists in GH or not. Will get back to you if I find something.
    Thanks man, appreciate it.

  15. #4859
    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 LazyKid View Post
    Thanks man, appreciate it.
    okay, i understand how its done.
    basically each skill store skill related stats.
    also, there are like 100,000 total stats in the game so mana_cost is one of those 100,000 stats.
    so first we have to read all the stats stored in the skill and then figure out which stats is a mana cost stat and then read that stats value..

    so around 2 offsets need to be added to achieve this, so it's a no for now.
    If I did not reply to you, it mean the question you are asking is stupid.

  16. #4860
    andreluizlpg's Avatar Member
    Reputation
    11
    Join Date
    Aug 2012
    Posts
    48
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just me or when i uncheck autoflask it deletes all profiles?

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 12:08 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