since I am currently completly re-writing my bot, and I wanted to add support for forgein item names, not only PWI (I was lazy the first time
Item names in UTF8, so chinese and other unicode stuff stays alive
Structure :
br
ID int(11)
Name text
cn
ID int(11)
Name text
de
ID int(11)
Name text
es
ID int(11)
Name text
fr
ID int(11)
Name text
my
ID int(11)
Name text
pwi
ID int(11)
Name text
ru
ID int(11)
Name text
I attached it as SQL dump or as CSV for easy handling.
I hope this helps some of you guys
Cheers






