Giter Site home page Giter Site logo

Comments (8)

dschu012 avatar dschu012 commented on July 28, 2024 2

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

from d2lootfilter.

RedDVal avatar RedDVal commented on July 28, 2024 1

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.

from d2lootfilter.

ShadwDrgn avatar ShadwDrgn commented on July 28, 2024
Show
    Type "Khalim's Heart", "Khalim's Eye", "Khalim's Brain", "Khalim's Flail"

That should fix the act 3 issue.

from d2lootfilter.

dschu012 avatar dschu012 commented on July 28, 2024

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.

from d2lootfilter.

dschu012 avatar dschu012 commented on July 28, 2024

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

from d2lootfilter.

RedDVal avatar RedDVal commented on July 28, 2024

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

from d2lootfilter.

jlu511 avatar jlu511 commented on July 28, 2024

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

from d2lootfilter.

jlu511 avatar jlu511 commented on July 28, 2024

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

from d2lootfilter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.