dschu012/d2lootfilter

Can not see some quests drops

RedDVal opened this issue · 8 comments

We need a

Show
Class Quest

Somewhere, because act 3 has a few drops that the filter I tested with (0.2) was hiding.

Show
    Type "Khalim's Heart", "Khalim's Eye", "Khalim's Brain", "Khalim's Flail"

That should fix the act 3 issue.

Ideally that work around shouldn't be needed. Those items have ques as their item type, so there must be something else fishy going on.

Looks like the both the flail you find and the one you cube aren't considered a quest item based on the txt files from the game. I'm guessing those are probably the ones you having issues with.

https://github.com/fabd/diablo2/blob/17d60a1085151a640b164e047b4e0afb179af254/code/d2_113_data/Weapons.txt#L175

I think I need to go through the default filter and make sure all quest items show up.

There are a couple of scrolls too (like act 5 reward)
I just have
Show
Class Book, Scroll
to catch all

I also saw that in 0.5 you activated the 35k+ marker.
I have something like this instead:

Show
Price <= 4000
SetName {Name} {Gray}({Price})
Continue

Show
Price in 4000-10000
SetName {Name} {Gold}({Price})
ChatNotify "Ping Level" > 5
Continue

Show
Price >= 10000
SetName {Name} {Orange}({Price})
SetBorderColor Gold
ChatNotify "Ping Level" > 5
MinimapIcon Gold
Continue
....
Show
Gold >= 200

Show
Price >= 800

That i'm using around lvl 30, but those values can be adjusted depending on lvl.
This has helped me catch all the white bases with expensive skills that drop and has helped me to quickly compare what you keep or drop for vendoring.

the wirt's leg did not be showed by using default filter file. could anyone can help me ?

the wirt's leg did not be showed by using default filter file. could anyone can help me ?