Durian | 0.6 | Automated Item Search | Discounts from Guildmates | Works for Perandus Leagues!

lmk if you are still missing mods to search for :-)
@kanashimi

Thank you very, i took the liberty to turn your suggested terms, after formating them ,modifying your RegEx a bit and sorting them into the corresponding files into a pull request for the durian repo, means as soon as thirdy merges it will becomes part of the next release, and btw in your dodge for spells your forgot to change the search term and the meaning of it making it a duplicate of your dodge for attack
"
kanashimi wrote:
also i would appreciate it if you could add a function to search for a sum of diffrent mods like you can on poe.trade

e.g.: you want to find either res or dmg on a jewel you could make something like

jewel 20sum(pdmg res)


This is already possible, although not functional. You can see and discuss it here.
Durian | 0.6 | Automated Item Search - https://www.pathofexile.com/forum/view-thread/1507190
ExileTrade | Advance Item Search - https://www.pathofexile.com/forum/view-thread/1602257
sorry I copy pasted my spelldode wrong,

here the correct one:


sdodge = mod_name=#% chance to Dodge Spell Damage&mod_min=&mod_max=&$MG
(\d+)sdodge = mod_name=#% chance to Dodge Spell Damage&mod_min=$GROUP1&mod_max=&$MG
(\d+)-(\d+)sdodge = mod_name=#% chance to Dodge Spell Damage&mod_min=$GROUP1&mod_max=$GROUP2&$MG
Durian v0.5.5

Hi all, I just wanted to make this release as there has been a lot of contributions to this project in github. Thanks to all who've contributed.

Download: https://github.com/thirdy/durian/releases/tag/v0.5.5

Changelog:

Durian v0.5.5

1. Includes a lot additions to search terms provided by our good committers
2. Max Tier is now displayed (thanks to zocke1r)
3. Made small improvements to memory usage

Cheers!
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Hi Manic, ty for Durian; it is really great. If this has already been asked, please forgive me. Is there a way to exclude a mod from results? For instance, the search form at poe.trade allows you to add a mod group with the NOT filter to exclude mods that you do not want.
Thanks!
@Wraeclan, yes try adding this search term:

"

nolife = mod_name=+# to maximum Life&mod_min=&mod_max=&group_type=Not&group_min=&group_max=&group_count=1


This should let you search like this:

ring nolife 5ch

Let me know how it goes, cheers!
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Last edited by ManicCompression on Feb 19, 2016, 12:41:32 AM
Hi awesome programme my issue is I am not sure how to add some custom searches like this one.

I want to search for a ring with this on, so how do i write that ?

Adds #-# Physical Damage to Attacks

Many Thanks


"
Groosum wrote:
Hi awesome programme my issue is I am not sure how to add some custom searches like this one.

I want to search for a ring with this on, so how do i write that ?

Adds #-# Physical Damage to Attacks

Many Thanks




Okay here is a little guide on how to create your own terms.

Step 1:

duplicate an existing entry, this is just to save your time

Spoiler
flatfirequiver = mod_name=Adds #-# Fire Damage to Attacks&mod_min=&mod_max=&$MG
(\d+)(flatfirequiver) = mod_name=Adds #-# Fire Damage to Attacks&mod_min=$GROUP1&mod_max=&$MG
(\d+)-(\d+)(flatfirequiver) = mod_name=Adds #-# Fire Damage to Attacks&mod_min=$GROUP1&mod_max=$GROUP2&$MG


Step 2:

Replace the mod name with the mod you want to add, if you are not sure how the mod is correctly called and spelled open the corresponding file in the reference folder


Spoiler
flatfirequiver = mod_name=Adds #-# Physical Damage to Attacks&mod_min=&mod_max=&$MG
(\d+)(flatfirequiver) = mod_name=Adds #-# Physical Damage to Attacks&mod_min=$GROUP1&mod_max=&$MG
(\d+)-(\d+)(flatfirequiver) = mod_name=Adds #-# Physical Damage to Attacks&mod_min=$GROUP1&mod_max=$GROUP2&$MG


Step 3:

Replace the RegEx(the actual search term) with whatever term you want, as long as no other entry uses it

An example RegEx for your mod, could be f(lat)?(at+(ack)?)?phy(sical)?,

which would give you this result


Spoiler
f(lat)?(at+(ack)?)?phy(sical)? = mod_name=Adds #-# Physical Damage to Attacks&mod_min=&mod_max=&$MG
(\d+)(f(lat)?(at+(ack)?)?phy(sical)?) = mod_name=Adds #-# Physical Damage to Attacks&mod_min=$GROUP1&mod_max=&$MG
(\d+)-(\d+)(f(lat)?(at+(ack)?)?phy(sical)?) = mod_name=Adds #-# Physical Damage to Attacks&mod_min=$GROUP1&mod_max=$GROUP2&$MG


But a Final Node, it would be the best for everyone using durian if you would post your resulting term in the forum this way it can easily be added to the release version of durian, another option incase you don't want to create the term yourself is to post it as a comment in GitHub in the issue "Search Terms?"
"
@Wraeclan, yes try adding this search term:

"

nolife = mod_name=+# to maximum Life&mod_min=&mod_max=&group_type=Not&group_min=&group_max=&group_count=1


This should let you search like this:

ring nolife 5ch

Let me know how it goes, cheers!


That worked perfectly! Thank you!

Report Forum Post

Report Account:

Report Type

Additional Info