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

Shout-Out

User Tag List

Page 52 of 326 FirstFirst ... 2484950515253545556102152 ... LastLast
Results 766 to 780 of 4883
  1. #766
    Syzxe's Avatar Member
    Reputation
    2
    Join Date
    Jul 2020
    Posts
    3
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm also desperately looking for something that'll automatically use Plague Bearer once it reaches max stacks

    GameHelper: A light version of PoeHUD/Exile-Api
  2. #767
    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)
    Anyone mind sharing their preloads.txt file with the scourge bossed added in? Im not having any luck with it

  3. #768
    bigcheater1's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    25
    Thanks G/R
    12/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone tell me how to make it cast corrupting fever when its down? I assume it's STATUS_EFFECT NOT_CONTAINS, but i'm not sure how to grab the ID of cf.

    Or better yet, tell me how to find it so I can do it myself in the future?
    Last edited by bigcheater1; 10-31-2021 at 01:27 AM.

  4. #769
    berloga03rus's Avatar Member
    Reputation
    4
    Join Date
    Mar 2018
    Posts
    43
    Thanks G/R
    50/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bigcheater1 View Post
    Can anyone tell me how to make it cast corrupting fever when its down? I assume it's STATUS_EFFECT NOT_CONTAINS, but i'm not sure how to grab the ID of cf.

    Or better yet, tell me how to find it so I can do it myself in the future?
    did you read first post?

  5. #770
    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 bigcheater1 View Post
    Can anyone tell me how to make it cast corrupting fever when its down? I assume it's STATUS_EFFECT NOT_CONTAINS, but i'm not sure how to grab the ID of cf.

    Or better yet, tell me how to find it so I can do it myself in the future?
    Corrupting fever ID is "blood_surge". To find it, go to data visualisation-> States -> InGameStateObject -> CurrentAreaInstance->Player->Components->Buffs, and there you will see all the buffs that the player has. From that you can figure out which buffs are currently active

  6. #771
    dinzz1990's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so does this thing work with steam or just stand alone client??

  7. #772
    10243245's Avatar Member
    Reputation
    2
    Join Date
    Oct 2021
    Posts
    39
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GameHelper View Post
    I will do it on the Weekend.




    Don’t think so. Didn’t see anything during development work.
    Eldest brother, Tencent version to help me update? thank you

  8. #773
    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)
    Originally Posted by Syzxe View Post
    I'm also desperately looking for something that'll automatically use Plague Bearer once it reaches max stacks
    CONTAINS corrosive_shroud_at_max_damage

  9. Thanks ProfesionnalLeecher, rcmartone (2 members gave Thanks to Bonaf1de for this useful post)
  10. #774
    bigcheater1's Avatar Member
    Reputation
    2
    Join Date
    Jun 2018
    Posts
    25
    Thanks G/R
    12/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks buddy

  11. #775
    MPli's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way we can autocast a guard skill like molten shell?

  12. #776
    Syzxe's Avatar Member
    Reputation
    2
    Join Date
    Jul 2020
    Posts
    3
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you, I got it working!

  13. #777
    EthEth's Avatar Active Member
    Reputation
    51
    Join Date
    Aug 2016
    Posts
    78
    Thanks G/R
    57/38
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm still testing it, so I'm not sending full preloads.txt.

    Copy-paste this:
    Code:
    	"Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshBoss": {
    		"DisplayName": "ScourgeBoss Ghorr",
    		"Color": {
    			"X": 1,
    			"Y": 0.35294117647058828,
    			"Z": 0.35294117647058828,
    			"W": 1
    		}
    	},
    	"Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleBoss": {
    		"DisplayName": "ScourgeBoss Beidat",
    		"Color": {
    			"X": 1,
    			"Y": 0.35294117647058828,
    			"Z": 0.35294117647058828,
    			"W": 1
    		}
    	},
    	"Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonBoss": {
    		"DisplayName": "ScourgeBoss Ktash",
    		"Color": {
    			"X": 1,
    			"Y": 0.35294117647058828,
    			"Z": 0.35294117647058828,
    			"W": 1
    		}

  14. #778
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2471
    Join Date
    Jun 2015
    Posts
    3,058
    Thanks G/R
    456/2216
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    updated preload alerts and important tgt file.
    download it from first post.

    also, if folks haven't noticed GH version 73 is out.
    If I did not reply to you, it mean the question you are asking is stupid.

  15. #779
    Jennings9's Avatar Member
    Reputation
    2
    Join Date
    Oct 2021
    Posts
    36
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    This is truly amazing, thank you for your handwork, for sure gonna sub to the patreon

    Have you thought about doing some premium features? That only patreon etc get? Stashing/ vendoring macros are so nice for example

  16. #780
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2471
    Join Date
    Jun 2015
    Posts
    3,058
    Thanks G/R
    456/2216
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Jennings9 View Post
    This is truly amazing, thank you for your handwork, for sure gonna sub to the patreon

    Have you thought about doing some premium features? That only patreon etc get? Stashing/ vendoring macros are so nice for example
    Yeah I am thinking about it but chances are really low since this is already taking so much of my time.
    I will see if I have time for premium features. Coding+answering questions+testing takes a lot of time. this is on top of updating offsets.
    Also, I don't want users to consider this as a replacement of ExileApi (ever).

    Also, some users are asking for non-standard clients as well, that’s another work which takes time.
    Last edited by GameHelper; 10-31-2021 at 12:38 PM.
    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 06:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search