SmaugFuss1.7's Reset function

Posted by Dace K on Fri 24 Feb 2006 08:55 AM — 7 posts, 26,117 views.

Canada #0
I just installed the SmaugFuss reset system on my mud, and I must thank everyone involved in making the new system - it works like a dream.

Where is the section to read area files with the old reset system? Certain object reset values don't import on old system areas, but save/read fine once they're folda'd...
USA #1
Old areas shouldn't have a problem with the new reset system. What version were you using?
USA #2
What kind of object resets are you having trouble with?
Canada #3
My codebase requires two more values at the end of the object and mob calls, so that there are 6 integers instead of 4.
The last int on the mobs load properly from old area files, and save properly.
The last int on the objs do not load properly from old area files, however, but do save properly once the resets have been converted to the new system and manually edited/instaroom'd.

Spent awhile looking for what could be causing this, but no luck.
USA #4
Of course the new values won't read in correctly with stock. You'll need to modify the code to handle the two new variables.
Canada #5
Haha, that goes without saving.
If I hadn't done that, resets wouldn't save :P.
.
arg4 carries over on area convert though, and arg5 doesn't - only on obj resets.

So I'm asking where the code is to read old reset values in the new reset code >_>
Canada #6
...I feel really, really, really stupid.
In a place where I had looked at at least three times before, I'd put || where I meant to put &&.
Silly me >_>