User Tools

Site Tools


features:housing:persistent_chests

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
features:housing:persistent_chests [2019/07/20 22:52]
Mavrixio
features:housing:persistent_chests [2019/07/20 23:15] (current)
Mavrixio
Line 12: Line 12:
 ===== Tagging Them Properly so That Their Inventory Never Moves Around ===== ===== Tagging Them Properly so That Their Inventory Never Moves Around =====
 You will never loose what you store inside a persistent chest but their inventory may become inaccessible when you add or remove another persistent chest from your house. You will never loose what you store inside a persistent chest but their inventory may become inaccessible when you add or remove another persistent chest from your house.
 +
 +Prevent that, you need to understand how persistent chests are stored in the database: All persistent chests in your house are ordered by their tag and it is their position in that ordered list that matters:\\
 +{{:​features:​housing:​persistent_chests_20190720-191216.png?​400}}\\
 +
 +So the ideal is to tag your chests as follow:
 +001
 +002
 +003
 +004
 +...
 +Then when you have to remove a persistent chest, for example "​001",​ you need to replace it by changing the tag of last chest in the tags list, "​004"​ in this case to match the removed tag, so that the list becomes:
 +001
 +002
 +003
 +
  
features/housing/persistent_chests.1563663126.txt.gz ยท Last modified: 2019/07/20 22:52 by Mavrixio

phpBB Appliance - Powered by TurnKey Linux