Container linking errors?

Posted by Dace K on Sun 19 Mar 2006 05:34 AM — 3 posts, 16,677 views.

Canada #0
For some reason, objects that are set to load in certain containers have started loading up in containers in completely different areas. This only happens with containers on the ground, rather than in players' inventories.

I remember this occuring in another mud I worked at, too, where corpses would start loading certain objects randomly.

Any ideas? Not sure where to start looking on this one.
USA #1
Sounds like you need the new reset system for SMAUG. Go over to www.smaugfuss.org and find/install the snippet.

[EDIT - 11 March 2008] - The Smaug FUSS site is now http://www.smaugmuds.org/
Amended on Tue 11 Mar 2008 03:30 AM by Nick Gammon
Canada #2
Already been done, quite awhile ago ;)

Edit: Found the problem; it was in a seperate piece of code where I'd put obj = obj->next instead of obj = obj->next_content

:P