Durian | 0.6 | Automated Item Search | Discounts from Guildmates | Works for Perandus Leagues!
I've created a gitter chat room, this is a web-based chat free for Github projects:
Feel free to join! @Kyri0, I'll keep the tres/totalres as well as the original res. That should be okay (right?). I'd also like to share some screenshots of the next version: Improved Config Tab: New Editor Tab:
Spoiler
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/ ExileTrade - http://exiletrade.github.io/ Last edited by ManicCompression#1304 on Jan 1, 2016, 8:47:31 AM
|
|
@ManicCompression
I always thought that Durian lacked a nice icon and an easy way to put it on desktop. So I took it from your QiC tool. I edited the .vbs file from QiC so it would create an icon for Durian instead. Used this image as icon (example)
Spoiler
Do you think a good idea to add this to github? Do you know of a way to add it to the taskbar instead of the desktop? " Ofc it's okay, lol. I'd have done it already, if not for my internet connection. 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 Last edited by Kyri0#3310 on Jan 1, 2016, 1:08:48 PM
|
|
Durian v0.4.8
1. Initial working version for Forgotten Mods! 2. Added Editor Tab 3. Improved Config Tab 4. New search terms Thanks a lot to Haroldyolo and kyri0, they've done a lot of the legwork needed. Gitter chatroom was really helpful also. Download: https://github.com/thirdy/durian/releases/tag/v0.4.8
Screenshot
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/ ExileTrade - http://exiletrade.github.io/ Last edited by ManicCompression#1304 on Jan 1, 2016, 2:05:12 PM
|
|
Hello can someone pls help me. How can i search for jewel Increased lightningdmg, ProjectileDmg,attackspeed while holding shields ? nice programme . Is there a list for the search commands ?
|
|
@Snowmanmc87
Try this: jewel 10lightdmg 5incprojdmg The mod "#% increased Attack Speed while holding a Shield" would have to be added manually into terms/explicitmods.txt. Normally you shouldn't be bothered doing this but if you edit that file and add this line:
Spoiler
(\d+)iaswhileholdshield = mod_name=#% increased Attack Speed while holding a Shield&mod_min=$GROUP1&mod_max=&group_type=And&group_min=&group_max=&group_count=1
This would be valid: jewel 10lightdmg 5incprojdmg 2iaswhileholdshield As for the list of commands, I plan on adding it in the program itself, maybe a "Reference" tab. It would have to be generated from the search terms definition files - or - just manual documentation. PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/ |
|
" Thanks for the fast response , adding something like that to the program would be assume. keep up the good work! |
|
Durian v0.4.9
1. Split Editor tab into Terms and Script 2. Changed default skin 3. Small improvements on for Forgotten Mods 4. Added logging into Log tab from js scripts 5. Search Term definition files are now loaded for every search - this means you don't need to restart Durian every time you edit the terms/*.txt files. 6. Fix a bug where changes to config file is not saved when closing the program from the Config Tab. Download: https://github.com/thirdy/durian/releases/tag/v0.4.9 Btw, would like to note that forgotten mods feature is implemented in JavaScript using Java 8's nashorn JS engine. This means that the forgotten mods algorithm is readily editable via the Script Tab, see this screenshot:
Spoiler
Should there be any corrections to the algorithm, it can be edited at runtime. No need to restart the program by the way. The data used in the Forgotten Mods algorithm was generated using this Google Spreadsheet (which are eventually generated into script/affixes.js and script/baseTypes.js). If you see any corrections or missing stuff, feel free to tell us in the Gitter chat. Cheers! PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/ ExileTrade - http://exiletrade.github.io/ Last edited by ManicCompression#1304 on Jan 1, 2016, 10:12:29 PM
|
|
Hello,
Thank you for this lovely app! Please consider releasing both the standalone and the 'standard' version simultaneously. Not everyone's keen on having to install Java on their PC. Thanks again! Last edited by AlderaaN101#0023 on Jan 2, 2016, 2:29:09 AM
|
|
@AlderaaN101, on the next release will do. But btw:
The only difference with the standalone is the addition of the following: 1. jre1.8.0_66 (folder) 2. run.bat And yep, you can copy these over from the older versions. -- Here's a screenshot of the forgotten mods in action looking great (being improved for v0.5.0): http://i.imgur.com/6t8BuPq.png That Harpy Rapier looks great, didn't notice that till today. I've also noticed that the modifier Life gained on Hit has a subtle difference between weapons and gloves, rings and amulets. Note that the wiki doesn't note this difference. On Weapons, the modifier is: +# Life gained for each Enemy hit by Attacks While on Gloves, Rings and Amulets, it's: +# Life gained for each Enemy hit by your Attacks This is very important with regards to the algorithm for Forgotten Mods. But maybe important as well with summoners? PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/ ExileTrade - http://exiletrade.github.io/ Last edited by ManicCompression#1304 on Jan 2, 2016, 8:31:07 AM
|
|
Durian v0.4.10
Download: https://github.com/thirdy/durian/releases/tag/v0.4.10 * includes standalone version Changelog: 1. Forgotten Mods is near perfect (except for the hybrid mods). 2. Included a lot of art assets, this would speed up searches as the art is loaded from disk. 3. Implemented a $MG place holder that is useful on mod search definitions. 4. Re-organized mod related text files. 5. Buyout search terms now accepts decimal places like 1.5ex Now the remaining bulk work is the search terms. So I would like ask help for determining the best poe jargon for the popular mods. I've made a spreadsheet that has most of the popular mods: But ofc, feel free to add other popular mods. This spreadsheet should serve as good documentation too. PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/ |
|