-
How to understand this?
Quote:
3. Friendly Notes
-----------------
If you want to get more translations, all I can say is, look at the official server config.xml, Hint: (http://res6.ddt.game321.com/flash/) and request Resources from them, aka for example Request/TemplateAllist.xml contains the item names and descriptions and stats (you can add custom items this way).
The database does not pull any information to the server, so what off servers do is insert content into the database.
Then run the associated aspx file in /Request/ then it generates the .xml. You can do a simple .html file and do <a href="http://website.com/Request/xmlfilehere.xml">Download</a>, right click it and save link.
This is how we were able to get the English names and latest items easily..along with the images.
* I was able to pull the SWF files from the server using an addon for Firefox (I cannot remember the name but it has something to do with swf, just google it or search for it)
Need more explanation please.