ExileTrade | Advance Item Search | FC20/21 | Auto complete and suggestions on input

"
Jessix wrote:
This site is amazing, I was able to price a rare with little effort as compared to poe.trade.

Question, is there a way to import items?


Thanks. No way to import yet but definitely possible.

---

Meanwhile, I'd like to post an update here that we've added multi-sorting feature.

This is a very nice feature wherein you specify a number of sorting terms. For example:

DoryanisCatalyst incEleDmgDesc boAsc

This will show you Doryani's according to highest roll for % increased Elemental Damage and then sorted by cheapest first.

Screenshot

The idea here is that you can use [most] search term to specify a sorting but you append it with "asc" (ascending) or "desc" (descending). Another example is:

Varunastra pdpsDesc boAsc
(ring or ammy) 35coldres 35fireres 35lightres 30ch -unique eleResDesc boAsc

This should very nice for those who want to get the best deal per chaos. And I think the next level flipping tool for those who know how to use it.

---

We're also looking into improving the online status checking.

Cheers!
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Hi, I have been using this a lot lately and here are a few comments/suggestions I would like to make:

Pleaseeee change the mod tiers to what poe trade and the game follows. the mod tiers on exiletra.de are really confusing.


no ads is great

The search system is quite good.

Also the site doesn't work properly on mobile. Have to refresh it multiple time to get results or see the search bar.

cheers


also forgot to mention that the best part is the ability to save searches so I don't waste my fav bar slot.
IGN - Endoplasm
Last edited by kot0005#4651 on Apr 29, 2016, 12:52:42 AM
Yeah the saved searches is really useful.

The Tier numbering is the right way as per GGG. The problem with T1 being the highest tier is that it would need to be adjusted when we get a better mod than Tyrannical. Either we call it T0 or change everything.
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Last edited by ManicCompression#1304 on Jun 3, 2016, 5:31:41 PM
Added support for Prophecy leagues.

Also updated:

http://exiletra.de/stats/

http://exiletra.de/auto/
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Hey the automated search function is kind of confusing me, how do i use it? Saving an automated search, but it doesn't seem to refresh
THANK YOU BASED GOD
Hello, could you please change when an item does not have listed currency/type so it doesn't message "undefined undefined" in private, but rather "hi, wtb your blah blah (league/position stuff)" instead of "hi, wtb your blah blah for undefined undefined (league/position stuff)". This is for /auto/.

Also it'd be great to have an option to switch to darker theme, personally I'm playing in windowed mode and would love to keep /auto/ right as a background, but the white theme is very unpleasant to eyes.

I'd make a suggestion to change structure from "@xxx I would like to buy your xxx listed for xx xx (League:Prophecy, Stash Tab:'xx' [x8,y5])" to something more "friendly" so to say, like "Hello, I'd like to buy your xx listed for xx xx in stash tab xx". Or if the item is not listed for price, be it "Hello, I'd like to buy your xx in stash tab xx".

At the very least x/y position needs to go away imo, WTB messages look like I'm using auto-whisper bot or something that is as shady.



This is not the only response I've gotten using /auto/ WTB message.
"I accept Nujabes as my Savior."
Last edited by 1988288#4403 on Jun 8, 2016, 2:28:35 PM
@1988288, glad you were able to use it despite it being the most user-unfriendly. Thanks for you suggestion. Will try to improve it as soon. Cheers!

In case you really wanna change the wtb msg now. You can save the page as html. And then edit the javascript there.
PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Last edited by ManicCompression#1304 on Jun 8, 2016, 3:08:41 PM
@ManicCompression, managed to edit everything to my liking. To add alert I need to show path to mp3 file on my pc in audioPath/Alert?

Settled with a clean and simple
var wtbMsg = "@" + item.shop.lastCharacterName
+ " Hello, I would like to buy your " + item.info.fullName
+ " listed for " + item.shop.amount + " " + item.shop.currency
+ ", in Stash Tab:\ " + item.shop.stash.stashName ;


"I accept Nujabes as my Savior."
Last edited by 1988288#4403 on Jun 8, 2016, 5:07:44 PM
The there should already be a sound being played. But if you mean you wanna customize it. You should be able to change the code as well. Something like this, not sure:

"
var audioPath = 'file:///C:/Users/yourname/sound.mp3';
var audioAlert = 'double_tone.mp3';
var snd = new Audio(audioPath + audioAlert);

PoE-TradeMacro - https://github.com/PoE-TradeMacro/POE-TradeMacro/
ExileTrade - http://exiletrade.github.io/
Thank you, needed "file:///" before path, now everything works.
"I accept Nujabes as my Savior."

Report Forum Post

Report Account:

Report Type

Additional Info