Compiled PoEHelper for 3.10 with Plugins menu

Shout-Out

User Tag List

Page 17 of 50 FirstFirst ... 131415161718192021 ... LastLast
Results 241 to 255 of 736
  1. #241
    AROR64's Avatar Member
    Reputation
    7
    Join Date
    Jun 2017
    Posts
    32
    Thanks G/R
    32/4
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BossManAdrostos View Post
    the second thing i wanted to ask about is for stashie i cant seem to figure out how to stash fragments. i dont see an option to select a fragment tab anywhere? thanks for your time. sorry if im making an obvious mistake and am not aware.
    If I understand you correctly, you need to adjust the FitersConfig settings, as an example here are my:
    Code:
    //FilterName(menu name):	filters		:ParentMenu(optionaly, will be created automatially for grouping)
    //Filter parts should divided by coma or | (for OR operation(any filter part can pass))
    
    ////////////	Available properties:	/////////////////////
    /////////	String (name) properties:
    //classname
    //basename
    //path
    /////////	Numerical properties:
    //itemquality
    //rarity
    //ilvl
    /////////	Boolean properties:
    //identified
    //Shaper
    //Elder
    //Fractured
    /////////////////////////////////////////////////////////////
    ////////////	Available operations:	/////////////////////
    /////////	String (name) operations:
    //!=	(not equal)
    //=		(equal)
    //^		(contains)
    //!^	(not contains)
    /////////	Numerical operations:
    //!=	(not equal)
    //=		(equal)
    //>		(bigger)
    //<		(less)
    //<=	(less or qual)
    //>=	(bigger or qual)
    /////////	Boolean operations:
    //!		(not/invert)
    /////////////////////////////////////////////////////////////
    //Override
    Unique Rings: Rarity=Unique,ClassName=Ring :Override
    Unique Jewel: Rarity=Unique,ClassName=Jewel :Override
    High level: identified,ilvl>=84,ClassName=Helmet :Override
    High Jewelery: identified,ilvl>=84,ClassName=Ring|ClassName=Amulet :Override
    
    //Maps
    Fragments:	ClassName=MapFragment					:Maps
    TimeLess Splinter: !BaseName^Simulacrum,BaseName^Splinter,Path^CurrencyLegion :Maps
    Splinters:	!BaseName^Simulacrum,BaseName^Splinter					:Maps
    Offerings:	ClassName=LabyrinthMapItem				:Maps
    Other Maps:	ClassName=Map						:Maps
    
    //Default Tabs
    Resonators:    		BaseName^Resonator                 :Default Tabs
    Prophecy: 			BaseName^Prophecy :Default Tabs
    Currency:            ClassName!^QuestItem,ClassName=StackableCurrency,path!^Essence,path!^CurrencyBreach,BaseName!=Remnant of Corruption,BaseName!^ Fossil:Default Tabs
    Essences:            ClassName!^QuestItem,path!^CurrencyBreach,ClassName=StackableCurrency|BaseName=Remnant of Corruption|BaseName^Essence,BaseName!^ Fossil:Default Tabs
    Fossils:            ClassName!^QuestItem,BaseName^ Fossil,ClassName=StackableCurrency:Default Tabs
    Breach Splinter: BaseName^Splinter :Default Tabs
    Incubator: ClassName=Incubator, :Default Tabs
    Unique: 			Rarity=Unique 								:Default Tabs
    Divination Cards:	ClassName=DivinationCard					:Default Tabs
    Gems:				ClassName^Skill Gem,ItemQuality=0			:Default Tabs
    Leaguestones:		ClassName=Leaguestone						:Default Tabs
    Jewels:				ClassName=Jewel								:Default Tabs
    Abyss Jewels:		ClassName=AbyssJewel								:Default Tabs
    Flasks:				ClassName^Flask,ItemQuality=0				:Default Tabs
    Talisman:			ClassName=Amulet,BaseName^Talisman			:Default Tabs
    Jewelery:			ClassName=Amulet|ClassName=Ring,identified,BaseName!=Gold Amulet,Rarity=Rare				:Default Tabs
    Abyss belt:			BaseName=^Stygian :Default Tabs
    Identified rare:		identified,Rarity=Rare,!Shaper,!Elder,!Fractured :Default Tabs
    Shaper: Shaper :Default Tabs
    Elder: Elder :Default Tabs
    Fractured: Fractured :Default Tabs
    Metamorph Organs: Rarity=Unique,ClassName=MetamorphosisDNA :Override
    Catalysts: Rarity=Normal,ClassName=StackableCurrency,BaseName^Catalyst :Override
    
    //White Items:		Rarity=Normal								:Default Tabs
    
    //Chance Items
    Sorcerer Boots:	BaseName=Sorcerer Boots,Rarity=Normal	:Chance Items
    Leather Belt:	BaseName=Leather Belt,Rarity=Normal		:Chance Items
    Gold Amulet:	BaseName=Gold Amulet,Rarity=Normal		:Chance Items
    //Vendor Recipes
    Chisel Recipe:		BaseName=Stone Hammer|BaseName=Rock Breaker,ItemQuality=20	:Vendor Recipes
    Quality Gems:		ClassName^Skill Gem,ItemQuality>0							:Vendor Recipes
    Quality Flasks:		ClassName^Flask,ItemQuality>0								:Vendor Recipes
    
    Brain:         ClassName=MetamorphosisDNA,BaseName^Brain                                     :DNA Tabs
    Eye:           ClassName=MetamorphosisDNA,BaseName^Eye                                       :DNA Tabs
    Liver:         ClassName=MetamorphosisDNA,BaseName^Liver                                     :DNA Tabs
    Lung:          ClassName=MetamorphosisDNA,BaseName^Lung                                      :DNA Tabs
    Heart:         ClassName=MetamorphosisDNA,BaseName^Heart                                     :DNA Tabs
    
    //Chaos Recipe LVL 2 (unindentified and ilvl 60 or above)
    Weapons:		!identified,Rarity=Rare,ilvl>=60,ClassName^Two Hand|ClassName^One Hand|ClassName=Bow|ClassName=Staff|ClassName=Sceptre|ClassName=Wand|ClassName=Dagger|ClassName=Rune Dagger|ClassName=Claw|ClassName=Shield :Chaos Recipe
    Jewelry:		!identified,Rarity=Rare,ilvl>=60,ClassName=Ring|ClassName=Amulet 	:Chaos Recipe
    Belts:			!identified,Rarity=Rare,ilvl>=60,ClassName=Belt 					:Chaos Recipe
    Helms:			!identified,Rarity=Rare,ilvl>=60,ClassName=Helmet 					:Chaos Recipe
    Body Armours:	!identified,Rarity=Rare,ilvl>=60,ClassName=Body Armour 				:Chaos Recipe
    Boots:			!identified,Rarity=Rare,ilvl>=60,ClassName=Boots 					:Chaos Recipe
    Gloves:			!identified,Rarity=Rare,ilvl>=60,ClassName=Gloves 					:Chaos Recipe

    Compiled PoEHelper for 3.10 with Plugins
  2. Thanks deomexuathe (1 members gave Thanks to AROR64 for this useful post)
  3. #242
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    212
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also raresetmanager doesnt vendor always. it vendors like 4-5 sets and then it breaks and it doesnt vendor anymore it takes the items off the stash but if u want to vendor and press the hotkey it doesnt work. anyone a solution for this?

  4. #243
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Rocker866 View Post
    also raresetmanager doesnt vendor always. it vendors like 4-5 sets and then it breaks and it doesnt vendor anymore it takes the items off the stash but if u want to vendor and press the hotkey it doesnt work. anyone a solution for this?
    Literally 2 posts above yours:
    Originally Posted by TehCheat View Post
    Originally Posted by BossManAdrostos View Post
    Hello TehCheat

    somethings im having an issue with that i wanted to bring up- idk if the mistakes are on my part, my raresetmanager seems to randomly break and requires me to restart hud to get it to detect rares in my stash tab. also, even though i specified which tab to only include- it is miscounting the number of rares for chaos recipe. for example, its saying i have 33 helmets in my tab, even though i dont have that many helms in my entire stash.
    i am using maphack, but cheat engine maphack. i tried going without zoom hack, but the issues still persist. is there anyway you could look into why zoomhack etc etc cause issues with hud? it never seemed to be an issue in the past.
    This is a known issue. It's on my list of things to research. I'm not sure if it's a problem with the plugin or a bad offset that it relies on.

  5. Thanks BossManAdrostos (1 members gave Thanks to TehCheat for this useful post)
  6. #244
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey TehCheat, can you fix the plugin MovetoStash? I think everyone, including myself, would be willing to pay for that plugin alone. Stashie can't hold a candle to it.

  7. #245
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    Hey TehCheat, can you fix the plugin MovetoStash? I think everyone, including myself, would be willing to pay for that plugin alone. Stashie can't hold a candle to it.
    You talk about this plugin? GitHub - k-Sacr/MoveToStash: Plugin for POE: MoveToStash

    This is in a pre-ExileAPI state and will most likely require quite some work to get working again.
    What functions are you missing in Stashie?

  8. #246
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    You talk about this plugin? GitHub - k-Sacr/MoveToStash: Plugin for POE: MoveToStash

    This is in a pre-ExileAPI state and will most likely require quite some work to get working again.
    What functions are you missing in Stashie?

    Auto chaos recipe. And it's typically faster than Stashie in many ways.

  9. #247
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    Auto chaos recipe. And it's typically faster than Stashie in many ways.
    Doesn't rare set manager or whatever have chaos recipe functionality already?

  10. #248
    RatMonkey's Avatar Contributor
    Reputation
    152
    Join Date
    Apr 2017
    Posts
    135
    Thanks G/R
    18/129
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Doesn't rare set manager or whatever have chaos recipe functionality already?
    Yeah it does. It's F5 by default.

  11. #249
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    36
    Join Date
    Jan 2018
    Posts
    165
    Thanks G/R
    37/34
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Literally 2 posts above yours:
    silly question, is there a hotkey to reload hud with a hotkey instead of closing it and reopen it to fix this? would be a kinda like a dirty workaround

  12. #250
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xeratzy View Post
    silly question, is there a hotkey to reload hud with a hotkey instead of closing it and reopen it to fix this? would be a kinda like a dirty workaround
    No, there isn't a hotkey for that. Someone had written a script when ExileAPI first came out to do that... but realistically it is better to just fix the issue in HUD than to implement a re-launch feature.

  13. Thanks TehCheat (1 members gave Thanks to Sychotix for this useful post)
  14. #251
    histachii's Avatar Member
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    146
    Thanks G/R
    7/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i want delve chests show as icons and not as text, how can i change that? i don't even see a delve plugin but it works

  15. #252
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    36
    Join Date
    Jan 2018
    Posts
    165
    Thanks G/R
    37/34
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    did fullrareset break for anyone else?

  16. #253
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    212
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xeratzy View Post
    did fullrareset break for anyone else?
    mine works but as i said earlier it does work for a couple of chaos recipe and then it stops vendoring items for some reason but it picks it up from your stash. Deleting the stashdata.json file as TehCheat mentioned didnt worked for me sadly

  17. #254
    owned23leech's Avatar Member
    Reputation
    2
    Join Date
    Jul 2017
    Posts
    19
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you please add AutoGolem?

  18. #255
    stheone897's Avatar Member
    Reputation
    1
    Join Date
    Dec 2019
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You still going to update this for those of us that donated?

Page 17 of 50 FirstFirst ... 131415161718192021 ... LastLast

Similar Threads

  1. Compiled PoEHelper with plugins
    By TehCheat in forum PoE Bots and Programs
    Replies: 577
    Last Post: 03-15-2020, 08:43 PM
  2. [Selling] Lvl 18 for $10 with 2 Dragonites, A Snorlax and more.(View for screenshot)
    By Pokemongolegend in forum Pokemon GO Buy Sell Trade
    Replies: 1
    Last Post: 08-17-2016, 09:47 AM
  3. [Buying] Looking for a level 30-35 ptc account for $5-10 *pay with stripe*
    By VeryHappyTeddy in forum Pokemon GO Buy Sell Trade
    Replies: 4
    Last Post: 08-04-2016, 01:16 PM
  4. [Selling] Hearthstone beta key for 10€ with Paypal
    By Boobzi in forum Hearthstone Buy Sell Trade
    Replies: 0
    Last Post: 12-05-2013, 08:24 AM
  5. [Selling] Account with Heartstone beta on for sale £10
    By lem1winks in forum Hearthstone Buy Sell Trade
    Replies: 0
    Last Post: 11-24-2013, 08:12 PM
All times are GMT -5. The time now is 02:54 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