I'm running SmaugFUSS1.9. I'm not good at coding or programming. I'd like to change the default room for when you recall or resurrect after death. How would I do that? Thanks.
Changing default rooms
Posted by Bort on Mon 31 Aug 2009 11:46 PM — 2 posts, 14,045 views.
It's simple enough to do without knowing much coding/programming.
Edit the file mud.h in the src directory. Find the section that starts with
There you'll find where the recall and death rooms are defined.
Change the vnum to whatever you'd like it to be, make clean, make and reboot the mud.
Edit the file mud.h in the src directory. Find the section that starts with
/* Well known room virtual numbers./There you'll find where the recall and death rooms are defined.
#define ROOM_VNUM_TEMPLE 21001 (<- recall)
#define ROOM_VNUM_ALTAR 21194 (<- death)Change the vnum to whatever you'd like it to be, make clean, make and reboot the mud.