Vnums

Posted by Adorin on Sun 10 Aug 2003 09:22 PM — 3 posts, 16,091 views.

#0
Hello! I was wondering how exactly do I go about increasing the number of vnums available in a Rom2.4 codebase?

I am aware there are several options, one doubling it to 64k and one making it around 1 billion and another perhaps 2 billion. 64k would be all I need but anything would help.

Thanks.

Adorin - A Twilight Rising atr.dune.net port 2400
Australia Forum Administrator #1
Read this post - it will give some clues ...

http://www.gammon.com.au/forum/?bbsubject_id=158

I know it is for SMAUG, but the problem is similar.

Basically you change the vnum fields, where you can find them, to int (32 bits) rather than short (16 bits).
#2
Thanks, it worked wonderfully!