Hotreboot in_room change

Posted by AliasCodec on Sun 15 Jan 2006 02:34 AM — 2 posts, 12,260 views.

USA #0
*Moved from Programming forum*

I have my MUD set to accept extremely large numbers for vnums and am having an issue with reboots and when characters log in. If they are in any of the rooms with a high vnum, such as room 112800, as soon as the file is reloaded, they are in the default room for when the room is NULL. I have tried a few things, but cannot get the MUD to keep them in the high vnum rooms (112800 for example).
USA #1
Sounds like it's storing it as a short and needs to be an int. Check the relevant hotboot code to see if that variable is sh_int or short.