Difference between revisions of "Guild/Guild chests/Api"

From EncyclopAtys

Jump to: navigation, search
m
m
 
(No difference)

Latest revision as of 23:15, 25 June 2024

de:Guild/Gilden-Truhen/Api en:Guild/Guild chests/Api es:Guild/ fr:Guilde/Coffres de Guilde/Api ru:Guild/
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Craftjenn, 2024-06-25)


Chest information is available in the ryzom api with the inventory module enabled.


The guild inventory works as before, except that it has 10,000 slots available instead of 1,000.

Each chest corresponds to a segment of the inventory:

  • Chest 1 : slots 0-499
  • Chest 2 : slots 500-999
  • Chest 3 : slots 1000-1499
  • Chest 4 : slots 1500-1999
  • ...

All you have to do is filter the slots according to the inventory you have chosen.


It's not impossible that an additional parameter will be added to allow the trunk to be selected, thus reducing the time taken to load data from the api.

For example: https://api.ryzom.com/guild.php?apikey=XXX&chest=2

Source : Patch 2024-06-12: Extended guild inventories