Web Apps


uiWebPrevious12345678910uiWebNext

#88 [en] 

Karu (atys)
Tgwaste (atys)
How long should it take the api to update char info? Ive been watching all day and the info for my toon (money, items, etc) are not changing.

xml 'created' attribute shows when char info was last copied to web server.

char info is copied on every 'save', but seems it has stopped for some reason.

thank you for the reply. I am familiar with the created as well as the cache attributes. Something definately seems to be wedged here.

---

Tgwaste

#89 [en] 

api is updating again. might require one time login into game / save event in game to get char synced with web

---

Hello!

#90 [en] 

Karu (atys)
api is updating again. might require one time login into game / save event in game to get char synced with web

Looks good now. Many thanks!

---

Tgwaste

#91 [en] 

Hi! I was wondering two things:

1) Could it be possible to get an endpoint with the friends list?

2) Could it be possible to add online state to guild members list, and the friends list?


Thanks in advance!

--
regards Drogos

---

Ryztools

#92 [en] 

Drogos (atys)
1) Could it be possible to get an endpoint with the friends list?

2) Could it be possible to add online state to guild members list, and the friends list?
It would be possible to add them both, but I'm not sure these are that badly needed.

Friends list would be relatively easy and cheap to get, but online status however requires to check 'online visibility flag' from each of those character files which is rather expensive.

---

Hello!

#93 [en] 

Oh ok. The idea about the friends list, is cause sometimes I forget people… And it would be nice to add the option to add in notes about them (in a third party app) :)

---

Ryztools

#94 [en] 

Seems like the xml feed for Drogos is blank. I tried to relog, no luck. Any ideas?

---

Ryztools

#95 [en] 

yep, API down again for toons. guild and time seem to be OK.

---

Tgwaste

#96 [en] 

work with a char but not with other and work for guild but some (and not only me) have someerror using zyroom some error with xml stream.

---

Osquallo
Les rêveries du yubo flaneur
The musings of the rambling yubo

#97 [en] 

thanks for notifying, should be fixed.

There was a problem with untreated & symbol from item custom text value.

---

Hello!

#98 [en] 

Working great now. Thanks for the quick turn-around Karu.

---

Tgwaste

#99 [en] 

Any quick way to translate the skills codes into something more useful?

sc, sca, scah, scal, scalb, scalg, scalp, scals, scalv, scam, scas, scj, scja, scjaa, scjb, scjba, scjd, scjda, scje, scjea, scjp, scjpa, scjr, scjra, scjrae, scm, scm1, scm2, scm2a, scm2m, scm2p, scm2s, scmc, scmca, scmcae, scr, sf, sfm, sfm1, sfm2, sfm2b, sfm2p, sfm2s, sfm2sa, sfm2ss, sfm2ssm, sfmc, sfr, sh, shf, shfd, shff, shfj, shfja, shfjae, shfl, shfp, sm, smd, smda, smdh, smdha, smdhae, smo, smoa, smoe, smoea, smoeae, smoeaem

---

Tgwaste

#100 [en] 

Yes, take a look at eg: https://github.com/nimetu/ryzom_extra/blob/master/resources/sheet s-cache/words_en_skill.serial This is a php serialized array used to convert the strings to English text. If you wish to have this in a database, here is a script to create a sqlite3 database of it: https://bitbucket.org/tux-/ryztools-android/src/master/tools/ryzo mExtraToSQLite.php

---

Ryztools

#101 [en] 

alternative to drogos:
use the logic behind it:

1st pos (can be ignored or used as verifier)
s = skill

2nd pos (basic skill)
c = crafting
f = fight
m = magic
h = harvest

3rd pos+ (details)
more details depending on previous pos

eg.
scalg = skill, craft, armor, light, gloves -> light gloves crafting
sfm2sa = skill, fight, melee, 2-handed, slicing, axes -> 2-handed axe fighting

---

#102 [en] 

There is now xsd schema covering char/guild xml at http://api.ryzom.com/common/xsd/ryzomapi.xsd (or ryzomapi_lite repo), and so there had to be some changes to xml.

* <ryzomapi/> root node has 'version' attribute
* <character/> <guild/> nodes have cached_until and modules attributes even when there was error
* shard, race, civilization, cult, faction, shop continent, craft jewel protection values are converted to lowercase
* fame factions are added using ordered list and so some tribe factions might not show up. if something went missing let me know.

These should not break anything.

---

Hello!
uiWebPrevious12345678910uiWebNext
 
Last visit Friday, 22 November 18:14:40 UTC
P_:G_:PLAYER

powered by ryzom-api