Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not see some quests drops #13

Open
RedDVal opened this issue Sep 13, 2021 · 8 comments
Open

Can not see some quests drops #13

RedDVal opened this issue Sep 13, 2021 · 8 comments
Labels
enhancement New feature or request

Comments

@RedDVal
Copy link

RedDVal commented Sep 13, 2021

We need a

Show
Class Quest

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

@ShadwDrgn
Copy link
Contributor

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

That should fix the act 3 issue.

@dschu012
Copy link
Owner

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.

@dschu012
Copy link
Owner

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

@dschu012 dschu012 added the enhancement New feature or request label Sep 15, 2021
@dschu012
Copy link
Owner

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

@RedDVal
Copy link
Author

RedDVal commented Sep 16, 2021

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

@RedDVal
Copy link
Author

RedDVal commented Sep 16, 2021

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.

@jlu511
Copy link

jlu511 commented Nov 25, 2021

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

1 similar comment
@jlu511
Copy link

jlu511 commented Nov 25, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants