Forums » API Tips and Tricks »
sheetid translations and such
Added by nimetu almost 6 years ago
Previously available from
http://bmsite.net/temp/ryzom_translate.zip
is moved to github and available from
http://github.com/nimetu/ryzom_extra/tree/master
Replies (6)
RE: sheetid translations and such - Added by nimetu almost 6 years ago
few helper functions / files that is not (yet) included in Ryzom API.
in it's current form, it turns icmm1pdl.sitem into Living Limmel Dagger (support for en/fr/de languages ofcourse)
in near future (hopefully), it will also tell type, group, craft plan, etc.
RE: sheetid translations and such - Added by nimetu almost 6 years ago
code/data files updated. mainly added items(+craft plan) and resources (+stats), full skilltree too.
check tests/items.php for small example.
note: uses lot of memory (at least ~50MiB for item+stats). those with limited memory php hosting might want to import it to database first.
RE: sheetid translations and such - Added by cassandra almost 6 years ago
how do i get the item translation?
http://***/ryzom_extra.php?sheetid=m0006dxacb01&lang=en&index=1
^^ this isnt correct :(
sry i'm new to php :/
thx cass
RE: sheetid translations and such - Added by nimetu almost 6 years ago
check the tests directory for example.
it's not web based tool.
(1-6/6)