Page 1 of 1

Imbuements

Posted: 16 Apr 2015 18:06
by Jooli
I was testing the web client today, and made a few imbuement scripts. Hope they are of use to anyone.

Needed to split into four triggers due to some limitations on my understanding of the client.

The script gives a little bit more information when examining imbued items.

Re: Imbuements

Posted: 16 Apr 2015 22:00
by Jooli
I made a new version, that keeps track of auction house postings as well as examining imbued items. Please give feedback if something is buggy.

Re: Imbuements

Posted: 19 May 2015 11:10
by Jooli
Sometimes the auctions variable gets filled up with old auctions that never was checked. I use this alias to restart the variable:
alias: clearah
javascript: delete gwc.userdata.auctions;

Then just rerun aulist

Re: Imbuements

Posted: 19 May 2015 11:13
by Iris
I use your imbuement scripts Jooli, nice work, really.

Thanks for sharing!