From EncyclopAtys
Guild chests [1] not only increase the storage capacity of the Hall, but also enable better organization.
Contents
Chests in brief
- Each chest has 500 slots and a variable volume capacity.
- You can have a maximum of 20, built from your Guild Island.
- Each chest has its own configuration :
- They can be named (e.g. For my lovely Chief, LA, HA, weapons, jewelry, mats...).
- Each has 3 permissions: who can see the contents, who can deposit in the chest and who can take from the chest. For each permission, you can choose between Members (i.e. everyone), Officer, Senior Officer, Chief.
Notes:
- If members can't see the contents of a safe, they can't deposit items in it either.
- Only one chest may be reserved for the Chief.
It double the Hall capacities:
- We start with 2 free chests, which we can spawn and rename. The first is the contents of the guild hall, the second is empty and available.
- You can store either from your GH or from your island or near your OP.
However, to build them or modify their configuration, you need to visit your guild island.
Add a chest
Prerequisite:
- Go to your Guild Island.
- Have in bag sup mats (q50 at beginning, from all New Lands, from Harvesting or hunted Bosses of Atys), give elyps to your guild and Guild Points.
Build your 3rd chest (the 2nd is free):
- If you haven't already done so: place the Intendant, then hire the Countermaster (and spawn him - he'll build the chest).
- Get elements from supreme materials (any ecosystem) from Harvesting
- Get items from hunting supreme materials (any ecosystem)
- Get chests from elements
Place the chest: go to where you want to add the chest (on your island), then in the Guild window (G), Island tab, right-click on the "Chest 2" icon.
Options, configuration
Each chest have its own configuration.
The chest must be in front of you, open it:
1: Display trunk contents
2: Increase trunk volume (only available if trunk is not at maximum)
3: Rename trunk
4: Manage permissions
Increasing maximum trunk volume
Note: Upgrades must be purchased one after the other.
More with arrays
Note: the quantity and quality of items, as well as the amount of guild points required, increases with the number of chests already in place. Here are the quantity tables:
Note 2: As the guild point limit is currently 200, it is not possible to obtain more than 14 chests. This limit will be increased at a later date.
Source: https://app.ryzom.com/app_forum/index.php?page=post/view/210133 of June 23, 2024.
Here are the volumes of the 20 chests:
Chest # | Cost Guild points | Initial volume | Max volume | Cost Mat quality | Cost pieces per type | Header text | Header text | Header text |
---|---|---|---|---|---|---|---|---|
1 | free | 6000 | 6000 | - | - | - | Example | Example |
2 | free | 6000 | 6000 | - | - | - | Example | Example |
3 | 9 | 500 | 5000 | 50 | 1 | Example | Example | Example |
4 | 16 | 500 | 5000 | 50 | 1 | Example | Example | Example |
5 | 25 | 500 | 5000 | 50 | 1 | Example | Example | Example |
6 | 36 | 500 | 5000 | 50 | 2 | Example | Example | Example |
7 | 49 | 500 | 5000 | 100 | 2 | Example | Example | Example |
8 | 64 | 500 | 5000 | 100 | 2 | Example | Example | Example |
9 | 81 | 500 | 5000 | 100 | 2 | Example | Example | Example |
10 | 100 | 500 | 5000 | 100 | 3 | Example | Example | Example |
11 | 121 | 500 | 5000 | 150 | 3 | Example | Example | Example |
12 | 144 | 500 | 5000 | 150 | 3 | Example | Example | Example |
13 | 169 | 500 | 5000 | 150 | 3 | Example | Example | Example |
14 | 169 | 500 | 5000 | 150 | 3 | Example | Example | Example |
15 | 225 | 500 | 5000 | 200 | 4 | Example | Example | Example |
16 | 256 | 500 | 5000 | 200 | 4 | Example | Example | Example |
17 | 289 | 500 | 5000 | 200 | 4 | Example | Example | Example |
18 | 324 | 500 | 5000 | 250 | 4 | Example | Example | Example |
19 | 361 | 500 | 5000 | 250 | 4 | Example | Example | Example |
20 | 400 | 500 | 5000 | 250 | 4 | Example | Example | Example |
How to manage chests via the ryzom api
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
- ↑ Chests were added on June 12, 2024, in Patch 00994. See Patch 00995-997 too.