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

@Cig, I developed Durian using 1366x768 res. And then I got the column widths fixed to a minimum size. Not sure if the Java UI library I used provides a percentage based col width but at the very least, I think it can be coded.

@Bukowina, they way "manual.search.prefix" or "automated.search.prefix" works is by prepending (or prefixing) the search terms you have. For example:

4s3L gloves rare

will actually become:

tmphc online 4s3L gloves rare

given that *.search.prefix has a value of tmphc online. But if you set it to nothing:

"
manual.search.prefix=


Then nothing gets prepended. (And your search will fail bec the league is required).

Currently there is no way to override it for just one search. I guess I can implement it by prioritizing search terms in the right most overwriting the ones in the left. Do this only for attribute search terms to make it simple.

As for your second question, you'll have to do it by defining a filter group which is currently not straight forward. Have a look at Terms tab -> modgroups.txt.

PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Last edited by ManicCompression on Jan 14, 2016, 7:37:14 AM
hmmm, no matter what i try, i cant seem to get durian to work :/
tried both versions. in the standalone it says, javaw.exe couldnt be found and in the normal version nothing happens.
im using windows 10 64bit and have java 8 update 66 installed.
"
hypnoticz wrote:
hmmm, no matter what i try, i cant seem to get durian to work :/
tried both versions. in the standalone it says, javaw.exe couldnt be found and in the normal version nothing happens.
im using windows 10 64bit and have java 8 update 66 installed.


for the sandalone mode. can you post a screenshot the contents of your Durian folder (the one you extracted from the zip file). Also verify if you have javaw.exe inside the jre*\bin folder. also try running run.bat as administrator.
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
http://puu.sh/mvRne/1026ba3efc.png
Screenshot of the files.
Allready tried running it in admin mode :/
The only thing i notice, it always opens a new process of java thats like 1gb ram.
"
hypnoticz wrote:
http://puu.sh/mvRne/1026ba3efc.png
Screenshot of the files.
Allready tried running it in admin mode :/
The only thing i notice, it always opens a new process of java thats like 1gb ram.


Can you delete the "durian.log" file (if it's there), then double click on durian.jar. The durian.log file should appear shortly. Then open that file with Notepad (or Notepad++) and post the contents here.

Side note: that 1gb ram is just java knowing that you have a lot ram available.. it trades memory usage for better performance (but probably not a good trade off). But this can be easily configured, see this reddit comment.
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Last edited by ManicCompression on Jan 16, 2016, 11:58:34 AM
"
snifz0r wrote:
Durian doenst have flat +# maximum energy shield rolls on rings - thanks for the support on the seacher!

They will be in the next version. For now, you can add it manually. Open your mods-def.txt and add the following lines to it:

"
maximumenergyshield|maxes = mod_name=+# to maximum Energy Shield&mod_min=&mod_max=&$MG
(\d+)(maximumenergyshield|maxes) = mod_name=+# to maximum Energy Shield&mod_min=$GROUP1&mod_max=&$MG
(\d+)-(\d+)(maximumenergyshield|maxes) = mod_name=+# to maximum Energy Shield&mod_min=$GROUP1&mod_max=$GROUP2&$MG

Now you will be able to use the search terms maximumenergyshield and maxes to search for flat es on rings, amulets and belts.

"
Happen wrote:
Is there a way to search by gem levels and quality?

Yes, pretty simple, actually. Just type name="gem name that you want to search" qX glvlY. For example, if I wanted to search for a 20/20 Blade Vortex i'd have to type:
"
name="Blade Vortex" q20 glvl20
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
"

Can you delete the "durian.log" file (if it's there), then double click on durian.jar. The durian.log file should appear shortly. Then open that file with Notepad (or Notepad++) and post the contents here.

Side note: that 1gb ram is just java knowing that you have a lot ram available.. it trades memory usage for better performance (but probably not a good trade off). But this can be easily configured, see this reddit comment.


Hmmm, it doesn't even create a log file :o
"
hypnoticz wrote:


Hmmm, it doesn't even create a log file :o


Sounds like it's a file permission problem. Try running on a folder like My Documents or in your home directory like this "C:\Users\JerryCantrell\durian".
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Starting to use this nice tool and it's really a great help once you get familiar with the mechanics, outstanding work really.

As for mods, would it be possible to add the "with axes/maces/2h/swords" mods for increased phys dmg and atkspeed ? i tried to figure it out but couldn't find these and doesn't seem to work as a 'pseudo total'.

Also, is it possible to customize the whisper string ("Hi, WTB your ..") ?, i looked for it but didn't find an option for this.
Last edited by Jorune on Jan 23, 2016, 7:00:09 PM
@Jorune

Thanks, glad you got Durian working for you. Only mods that are on poe.trade works. If you want something like that, exile tools is working on adding more pseudo mods, but until we're not stuck with poe.trade's monopoly, can't switch to exile tools yet. Though I probably would make it an option to use either exiletools or poe.trade.

As for the custom whisper, I'll try to work on that tomorrow. Ticket for that is this one.
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Last edited by ManicCompression on Jan 23, 2016, 10:02:00 PM

Report Forum Post

Report Account:

Report Type

Additional Info