Hi there,
i will need a short snipplet of lua code for data-mining specific item from the auction house.
The script needs to create a file on the harddisc that contains something like:
Code:
itemno1234:120600, itemno123:004533, itemno56633:090002;
,which means itemnumber
rice (formatting doesnt really matter, csv would be perfect).
The script doesnt have to be user friendly, it would fit my needs if i have to specify the itemnumers inside the code myself.
I need this for building a (free) profit maximasation website. i need to find a way to import fresh data to the site and dont wanna force anyone to install win32 apps for such a simple task ;D
Thanks for any help =)