How would you go about deleting area's on ROM? Every time I delete the area and remove it from the list I get an error.
Deleting Area's
Posted by LunaticStriker on Sat 30 Jul 2005 02:34 PM — 6 posts, 20,612 views.
What's the error? There are some errors you cannot remove because they have required items/mobs.
Get_room_index: bad vnum 1036
is the error I get from trying to delete air.are
is the error I get from trying to delete air.are
Looks like it's required. Check the header file to see if its defined.
Well, I got the MUD to run with the barest of area's but when I try to create a char It gives me a bug (Prolly because the equipments arnt their anymore) any way I can change the starting equipment?
Check (search) for the vnum it's trying to give you on creation. Use gdb for more information of what's happening.