I mentioned that I've included portable persistent chest system in new beta, but I forgot to tell you how to use it. I'll try to fix this now
My xchest system was inspired by another persistent chest system -
Markshire Portable Persistent Chest System. The base idea is exactly the same - using creature to store items in database. It has all advantages of Markshire's system:
- storage of stackable items
- storage of containers with contents
- storage of non-palette custom items
I've also added an option to store gold
The system is very simple and should be more efficient than most persistent storage systems. And there's also an option to use NWNX database.
Now, where do you find this special chest??
In this beta version I've added chest key "raw magical materials" shop, but it won't be available in 3.5 final. The only way to get the key than is to set PRC_DEBUG switch on and type
..dm_spawn item xchst_key
in chat window *OR* ask DM to do that
Than use that key and enjoy your personal vault
I'll appreciate any feedback on this system.