Item filter script generator application

Because partial class descriptions will work, you should add categories for "One Hand", which will show all one-handed weapons, "Axes," which will show all axes (both 1h & 2h), etc.

Only thing I can think of so far.
Jul 27, 2011 - Sept 30, 2018.
v0.4:
- Added all items to the "Base Type"
- Some new values to classes, new input form
- Fixed bugs
- "Show" will change according to the style
Not sure if this is correct but when I try to show any class EG. Maps, I get
Show
Class "N" "o" "r" "m" "a" "l". is this right?

EDIT:Seems ok now, weird.
Last edited by floryman#0122 on Apr 6, 2015, 10:32:11 AM
Hey, this is pretty awesome. Thanks!
"
floryman wrote:
Not sure if this is correct but when I try to show any class EG. Maps, I get
Show
Class "N" "o" "r" "m" "a" "l". is this right?

EDIT:Seems ok now, weird.

Yeah i found the issue, fixed it.
add option to select gems BETWEEN like :
i been try to premade my own item filter before i saw this project.
but im not sure if the "BETWEEN" Code exist
so i guess ill pass

Show
<!-- Gems With Quality (15~20) -->

Class Gem
Quality >= 15
PlayAlertSound 8
SetTextColor 100 0 100
SetBorderColor 100 0 100


Show
<!-- Gems With Quality (10~14) -->

Class Gem
Quality BETWEEN 10 AND 14
SetBorderColor 200 100 200


Show
<!-- Gems With Quality (0~9) -->

Class Gem
Quality BETWEEN 1 AND 9
SetBorderColor 225 130 225

IGN: MENT

https://github.com/ment2008/POE/releases - My Loot Filter
Last edited by MENT#6466 on Apr 6, 2015, 11:22:58 AM
"
ment2008 wrote:
add option to select gems BETWEEN like :
i been try to premade my own item filter before i saw this project.
but im not sure if the "BETWEEN" Code exist
so i guess ill pass

Show
<!-- Gems With Quality (15~20) -->

Class Gem
Quality >= 15
PlayAlertSound 8
SetTextColor 100 0 100
SetBorderColor 100 0 100


Show
<!-- Gems With Quality (10~14) -->

Class Gem
Quality BETWEEN 10 AND 14
SetBorderColor 200 100 200


Show
<!-- Gems With Quality (0~9) -->

Class Gem
Quality BETWEEN 1 AND 9
SetBorderColor 225 130 225


Maybe try to add two quality, like
Quality >= 1
Quality <= 9
"
newboyhun wrote:
"
ment2008 wrote:
add option to select gems BETWEEN like :
i been try to premade my own item filter before i saw this project.
but im not sure if the "BETWEEN" Code exist
so i guess ill pass

Show
<!-- Gems With Quality (15~20) -->

Class Gem
Quality >= 15
PlayAlertSound 8
SetTextColor 100 0 100
SetBorderColor 100 0 100


Show
<!-- Gems With Quality (10~14) -->

Class Gem
Quality BETWEEN 10 AND 14
SetBorderColor 200 100 200


Show
<!-- Gems With Quality (0~9) -->

Class Gem
Quality BETWEEN 1 AND 9
SetBorderColor 225 130 225


Maybe try to add two quality, like
Quality >= 1
Quality <= 9


Ty, to bad we can't test it ^_^
IGN: MENT

https://github.com/ment2008/POE/releases - My Loot Filter
nice! great generator, thought of doing one myself. Guess what will do the trickt. But try to leave iframes behind, they are outdated D:
Thank you for your work, newboyhun.
Bird lover of Wraeclast
Las estrellas te iluminan - Hoy te sirven de guía
Te sientes tan fuerte que piensas - que nadie te puede tocar

Report Forum Post

Report Account:

Report Type

Additional Info