Maximum number of vnums, 32K?

Posted by DaveI on Mon 09 Dec 2002 09:24 PM — 3 posts, 16,607 views.

#0
Hi everyone,

I'm starting to do some work on a new mud, and at the moment am planning on using the SMAUG code base. The only thing that I've read that concerns me at the moment is that the most possible vnums that it allows is about 32 thousand (32,767 is it?) ...anyway... the lenth of a short int. I would assume that it's possible to just change this to a long int instead, but has anyone tried this succesfully? I'm sure not many people have any need for more than this, but my plan is for a very large world, so this a big concern to me. Any help would be appreciated.

Thanks,
Dave
USA #1
yes there are alot of people that have imped this includign myself.. best bet is findind a snippet to change everything if not you might miss something.. try www.kyndig.com and look for smaug snippets
-typ
USA #2
It is possible to get the max # of vnums up to 2 billion. Go to www.kyndig.com/codes/diku/merc/smaug/snippets/ and look through the list for a 2bil snippet. It's possible to expand for more, but generally 2bil is enough. Post again if you have more questions.