Item filter that shows all blue magic rings and belts
Anyone knows an item filter that shows all magic rings and amulets and belts and potions?
I'm using the same filter options as a normal low filter (all wisdom scroll shown all currencies, all top tier item shown even if normal 4 links 6 jeweled 3 sockets linked chromatics, all rare and uniques, all cards, maps, +20% items, higher quality potions, gavels, I think that's pretty much it) Ideally an item filter that does not minimize the size of other items when I push on ALT to show them to allow fast magic picking when I get close to a portal Thanks Last edited by Minoudechat#5458 on Aug 22, 2019, 9:12:44 PM Last bumped on Aug 23, 2019, 5:08:57 PM
|
![]() |
there's a reason these items are hidden: theyre worthless.
why do you want to show them? so you can sell for alt shards??? this is a waste of time and wisdom scrolls. Last edited by Thror2k5#7154 on Aug 22, 2019, 9:30:28 PM
|
![]() |
An item that's 1 or 2 square magic is useful to pick as 2 or 3 stacked are worth at least one rare, you have to think about size not just rarity. It depends on how much scrolls you have plus at a certain point Transm Arm and Whets Portals are not worth anything except scrolls so if you pick up everything it's definitely worth it thanks for you advice.
Anyone knows how I could edit the default filter so I could add these and maybe remove some or download a filter that's up to date and add the magic jewelry? Thanks |
![]() |
een a while since I playd around with filters, so forgive m if the syntax is slightly off, but simply adding
" somewhere near the top of any normal filter should do the job. |
![]() |
" 1) Click here. 2) Scroll down a little until you find the "text sizes" tab, then adjust that slider to the size you want : ![]() 3) Click the Download button below. 4) Bon jeu ! PLEASE QUOTE ME IF YOU ARE EXPECTING A REPLY Last edited by xhul#1978 on Aug 22, 2019, 11:35:56 PM
| |
Thank you for the replies.
although after quite a long run trying to make it work, Xoph's filter won't show the magic item and adding my own formula either on an already working filter. I've added to show all rings and amulets and magic belts: Show Class Rings Rarity = Magic Show Class Amulets Rarity = Magic Show Class Belts Rarity = Magic Show Class Rings Rarity = Normal Show Class Amulets Rarity = Normal But I still have to push Alt to make them show, and on all filters excepet neverSink which has really small icons when you push alt which is somehow unconvenient to pick up all magic when finishing a map all items or currencies shown will disappear after you push alt or after sometime. Any help on the formula that's not working? And if you have any idea on how to make the items not disappear or be bigger on neversink's. Jewelry didn't worked at all either was recognized. Thanks *Oh and btw Hoph's filter doesn't shows all chromatics orb provider item, I found one I had to push Alt that I would have lost so it's not so good for me. (I activated all options in the main pages) Tx Last edited by Minoudechat#5458 on Aug 23, 2019, 12:46:04 AM
|
![]() |
" There is no class "Jewellery" You'd have to list them separately like this Show Class "Rings" "Amulets" "Belts" Rarity = Magic SetFontSize 35 SetBackgroundColor 100 100 100 I have to agree with Thror that it's not worth it. It's not just about alteration shards. You have a much higher chance of getting alchemy shards with rares. Also, you can't get Augmentation at all with magic items. They might technically be worth less than alts, but they are a lot more rare. You will also likely run out of Scrolls. If you have to buy more, it completely defeats the purpose. If you are going to pick up magic jewellery, I'd sell them unidentified, then vendor them for Augmentations. |
![]() |
Thanks for the answer it works I had to put always highlight.
Also does the formula - works to select ALL chromatic items? or do I need to add a color? Show BaseType "Gavel" Rarity = Normal Quality >= 5 Show BaseType "Stone Hammer" Rarity = Normal Quality >= 5 Show BaseType "Rock Breaker" Rarity = Normal Quality >= 5 Show LinkedSockets >= 3 SocketGroup RGB Show LinkedSockets >= 3 SocketGroup RBG Show LinkedSockets >= 3 SocketGroup GBR Show LinkedSockets >= 3 SocketGroup GRB Show LinkedSockets >= 3 SocketGroup BRG Show LinkedSockets >= 3 SocketGroup BGR Thank you |
![]() |
For Chromes all you need is one entry
Show SocketGroup RGB SocketGroup will only show linked sockets with those color. The order of colors doesn't matter. So for example R R G-B-R B will show under the above rule. If you also have a rule for six sockets, whichever is higher on the list will have priority. Here's another thing you might consider for your magic jewellery. You can put an ItemLevel restriction on it. So as you get to higher levels it will stop showing. This is how you can do it for any leveling items. In this example the Jewellery would show until approximately the end of Act 4, then are hidden. (You can hit the At key to see everything.) Show Class "Rings" "Amulets" "Belts" Rarity = Magic ItemlLevel < 40 SetFontSize 35 SetBackgroundColor 100 100 100 Hide Class "Rings" "Amulets" "Belts" Rarity = Magic ItemlLevel > 39 Last edited by harddaysnight#7837 on Aug 23, 2019, 2:10:43 AM
|
![]() |
" I didn't find any filter called "xoph's", so i'll assume you were talking about mine. The solution i provided allows to do what you originally posted, which is "Ideally an item filter that does not minimize the size of other items when I push on ALT" (your words). But it seems you actually want to show them permanently. So either you changed your mind, either i missunderstood. Anyway, in case you do want to see them permanently (without having to press Alt), do this : 1) Find this tab : ![]() 2) Click the ones you want to see permanently : ![]() " Yes, in the endgame variant, only small RGB items (4 slots max) are covered by default, like in most filters. To see absolutely all RGB items permanently, do this : 1) Find this tab : ![]() 2) Find these 3 categories : ![]() 3) Expand each of them, and check that box : ![]() PLEASE QUOTE ME IF YOU ARE EXPECTING A REPLY Last edited by xhul#1978 on Aug 23, 2019, 7:30:48 AM
|