Well, I know I just posted my only bug error but this one has gotten me thinking also. I've been trying to update my Swr codebase to 5 million vnums. While I have been able to get it so it can assign it, and you can "goto" it to create the room, when I look in zones, score, or the god/pfile it only writes it up to 19k. I've been looking on this one and I think its an error with vassign.
I changed
int r_lo, r_hi;
to
long int r_lo, r_hi;
But this hasn't fixed it. I don't really know if this is a problem writing the pfile, but when I check its still only at 19k. I tried looking at the SMAUG 2 bill room vnum snippet and I changed everything in my SWR that it said to in SMAUG, except SWR doesn't have all of the ones it told me to change so I'm still sort of stuck. When I use goto it can go up to 5 mill, but thats about it. So, if you can help please reply. |