Tgwaste (atys)
Translations are static and there is 5 different name for each id. It would make response object too complicated (in structure and size) when client side is so much easier.P.S. it would be really cool if the API would do some translations for us. IE: Skill strings to full names, items sheets/id to full item names, etc.
Tgwaste (atys)
What language? In php you can include ryzom_extra.php and use ryzom_translate(id, lang) on the fly. Problem might arise when php has limited memory and you loading many different data files into memory. Then you should consider moving it to sql. I know there are other methods out there but they are not convenient especially if you have no idea what a sqlite3DB is. :)
---
Hello!