Storage problem with shadow realms.

Here you can post threads specific to the current release of the core (099)

Moderator: POL Developer

Post Reply
Terciob
Master Poster
Posts: 90
Joined: Fri Nov 07, 2008 3:47 am

Storage problem with shadow realms.

Post by Terciob »

Hi guys.

This is a report and a warning at same time, if you use shadow realm and put some banks on it and the players move items to their banks (on storage), the "realm" prop of these items will be the shadow realm and when you delete this shadow realm, the "realm" prop keep shadow realm name resulting in crashes on saveworldstate() or next startup.

I think to fix this, when you move a item from a shadow realm to storage, realm should be the main realm copied.
e.g: "britannia" if is a copy of brit realm.
User avatar
CWO
POL Expert
Posts: 1159
Joined: Sat Feb 04, 2006 5:49 pm

Re: Storage problem with shadow realms.

Post by CWO »

hmm... a nice little bug indeed... This is because when a storage area is opened, its literally moved to the client location and accessed (This is how you never have problems with the container being "too far away"). I guess on realm destruction it would have to check for storages on the shadow realm and dumped into the same location on the main realm.
Turley
POL Developer
Posts: 670
Joined: Sun Feb 05, 2006 4:45 am

Re: Storage problem with shadow realms.

Post by Turley »

Should be fixed now. Problem only exists if you create in that realm a new storage container.
Post Reply