#58 Added by Anzhanto 1 decade ago
Bitttymacod (atys)Any concept of when Zyroom will be back?if Misugi is not around, then someone else needs to take a look at sources.
Any concept of when Zyroom will be back?
Last edited by Anzhanto (1 decade ago)
---
#59 Added by Talkirc 1 decade ago
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 Added by Misugi 1 decade ago
#61 Added by Osquallo 1 decade ago
#62 Added by Anzhanto 1 decade ago
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 Added by Sartyrica 1 decade ago
#64 Added by Misugi 1 decade ago
#65 Added by Suboxide 1 decade ago
#66 Added by Misugi 1 decade ago
#67 Added by Sartyrica 1 decade ago
#68 Added by Karu 1 decade ago
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 decade ago)
#69 Added by Mjollren 1 decade ago
#70 Added by Misugi 1 decade ago
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 Added by Lilsis 1 decade ago
#72 Added by Karu 1 decade ago
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
powered by ryzom-api