unique item filter

Threads that no longer serve a purpose. Read-only.
User avatar
Quirinus
Team Member
1510 | 184
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Legendary Contribution Badge
Median XL Team Member
explanations for the txt files in phrozen keep's knowledge base:
http://d2mods.info/index.php?ind=review ... iew&idev=4 (there's 2 pages)

you probably need the code column from misc.txt, armor.txt, and weapons.txt

here are the MXL txt files:
MXL_2012_v005_files.rar


this is the version before MXL 2012 v005:
MXL_Omega_v003_files.rar
"but if it's simple it's not that hard" - Quirinus 2017
"small things like this are not a big deal" - Quirinus 2017
ticktick
Sasquatch
64 | 9
https://1drv.ms/u/s!As6d2sUj3-ltj2zNCW-txoTm0Tto i think should work in windows 7. I added some logging so you should be able to tell if it's loading the settings file correctly or not.
User avatar
shnurr214
Ice Clan
597 | 47
Common Popularity Badge
Has a thread with over 10.000 views
Common Love Badge
Earned over 20 cookies
Common Supporter Badge
Donated 1 time
Common Contribution Badge
Has collaborated to our forums, realms or mod
This thread confuses me
Akak_
Pit Knight
109 | 0
► SOLVED
Edited by Akak_ 7 years.
ticktick
Sasquatch
64 | 9
@ is 0x40
1 is 0x31
5 is 0x35
space is 0x20
so the result is
0x20353140
all from looking up the characters in the ascii table
Akak_
Pit Knight
109 | 0
► SOLVED
Kyromyr
Cog
207 | 115
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Common Contribution Badge
Has collaborated to our forums, realms or mod
If you need codes/names for current version, here is a list. A | character denotes newline, color codes (ÿc*) were removed.
Akak_
Pit Knight
109 | 0
@Kryomyr, ty already got all those from another spot, but yours is more comfortable to use (also got a few entries from your file, ty),
anyways !!!,
here is a cool dll, that shows all sig/cube reagents/shrines/pgems/grunes with only regular rune 'On', +all jewels, +all sacred armo/weapons:
D2DropFilterFull.dll
here is the same one without sacred items and regular quality jewels and Pgems
D2DropFilterPartial.dll

feel free to ask for another filters list - can compile it fast with 1 click, also here is a source file for u to use:
► D2DropFilter.cpp

D2DropFilter.cpp

FINISHED (all uber stuff included, can create custom filter if need)

p.s.
► the one im using atm, most usefull sacred rares only of all sacreds
Edited by Akak_ 7 years.
User avatar
Quirinus
Team Member
1510 | 184
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
Legendary Contribution Badge
Median XL Team Member
@ you can get by pressing the right alt+v
you can get other special characters by using the right alt

why do you guys manually turn it to hex anyway? why not just make the filter do that? lol
"but if it's simple it's not that hard" - Quirinus 2017
"small things like this are not a big deal" - Quirinus 2017
ticktick
Sasquatch
64 | 9
because depending on your localization differnt characters have different values, but a-z A-Z and 0-9 are guaranteed to be the same.