#59 Добавлено Talkirc 1 десятилетие назад
---
Other games - they give you a cookie whether you succeed or not, in fact you don't even have to participate. Ryzom takes your cookie, eats it in front of you, and slaps you 2 or 3 times for bringing a cookie in the first place.
#60 Добавлено Misugi 1 десятилетие назад
#61 Добавлено Osquallo 1 десятилетие назад
#62 Добавлено Anzhanto 1 десятилетие назад
What ? I learn today throught a friend that the new API is finally available.Thanks to Karu :)Ok I update zyRoom soon as possible !
#63 Добавлено Sartyrica 1 десятилетие назад
#64 Добавлено Misugi 1 десятилетие назад
#65 Добавлено Suboxide 1 десятилетие назад
#66 Добавлено Misugi 1 десятилетие назад
#67 Добавлено Sartyrica 1 десятилетие назад
#68 Добавлено Karu 1 десятилетие назад
Now, I should notice here some problems about the new API :My character Lusima has no "race" in the XML data ? (empty value)
The "range" property is not specified for all weapons.
What is the "statenergy" node ?Why "craftparameters" are small floating values ? (durability, weight, dmg, speed, modifiers, factors, protections, and others...)
Last edited by Karu (1 десятилетие назад)
#69 Добавлено Mjollren 1 десятилетие назад
#70 Добавлено Misugi 1 десятилетие назад
Logging in to that character should fix it. Api gets its xml from achievement script that splits big xml to smaller chunks for web services. Initially it did not copy over race info and therefore chars not logged in since the fix do not have race listed.
These should be postcraft values. You need to know min/max value for stat for that item to get absolute value that is showed in game.Item absolute stat values seems to be caluclated in <code/ryzom/server/src/entities_game_service/game_item_manager /game_item.cpp> file. While it does not list min/max values (those are in server config file), it does show max formula (most is 'min+(max-min)*value => absolute', but not all)
#71 Добавлено Lilsis 1 десятилетие назад
#72 Добавлено Karu 1 десятилетие назад
api php file and example script is available from repository.Repository is compatible with composer and available from packagist.org with name ryzom/php-api
#73 Добавлено Misugi 1 десятилетие назад
powered by ryzom-api