#112 Added by Tgwaste 1 decade ago
---
#113 Added by Karu 1 decade ago
Do API keys only display data for the first character in an account? (slot0). How do you display data for slots 1 -> 4 ?
#114 Added by Tgwaste 1 decade ago
Tgwaste (atys)Do API keys only display data for the first character in an account? (slot0). How do you display data for slots 1 -> 4 ?each character has separate keys
#115 Added by Tgwaste 1 decade ago
#116 Added by Karu 1 decade ago
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.
I know there are other methods out there but they are not convenient especially if you have no idea what a sqlite3DB is. :)
#117 Added by Tgwaste 1 decade ago
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.
Last edited by Tgwaste (1 decade ago)
#118 Added by Karu 1 decade ago
#119 Added by Tgwaste 1 decade ago
I updated my ryzom_extra repository and added json-resources branch for non-php projects to import into format they can use.
#120 Added by Tgwaste 1 decade ago
Karu (atys)I updated my ryzom_extra repository and added json-resources branch for non-php projects to import into format they can use.Can you please elaborate on this? Is this just a repo for others contributions or is there something new here? It still looks like a bunch of PHP to me. :)Ill continue to work through my problems on my own but for someone who's not worked with PHP or Sqlite3 (or whatever odd format the .serial files are in) development is painful. :)
#121 Added by Tgwaste 1 decade ago
#122 Added by Karu 1 decade ago
#123 Added by Tgwaste 1 decade ago
If anyone previously used dressing room from ballisticmystix.net and/or static map from maps.bmsite.net, then there is new site api.bmsite.net that has them in one place with more or less useful documentation. sources available.
#124 Added by Icus 1 decade ago
#125 Added by Mjollren 1 decade ago
#126 Added by Karu 1 decade ago
Any chance that inventories will refresh on request, not only on save?
powered by ryzom-api