[Oct 17 2009] - Rumble

Added Ultima Zone 555 and 556. Originally by Casret, rebuilt by Parna.
  Made MEDIT column menu's consistent with other OLC menu's.
  added TEDIT access to bugs, typos, and ideas file.
[Oct 09 2009] - Rumble
  Added connected_type "Preference Edit" (thanks Maoliosa)
This commit is contained in:
Rumble
2009-10-17 04:59:28 +00:00
parent 9f5b893ec5
commit 44722575ea
31 changed files with 6848 additions and 328 deletions

View File

@@ -241,8 +241,8 @@ static void list_rooms(struct char_data *ch, zone_rnum rnum, room_vnum vmin, roo
}
send_to_char (ch,
"Index VNum Room Name Exits\r\n"
"----- ------- ---------------------------------------- -----\r\n");
"Index VNum Room Name Exits\r\n"
"----- ------- -------------------------------------------- -----\r\n");
if (!top_of_world)
return;
@@ -294,8 +294,8 @@ static void list_mobiles(struct char_data *ch, zone_rnum rnum, mob_vnum vmin, mo
}
send_to_char(ch,
"Index VNum Mobile Name Level\r\n"
"----- ------- --------------------------------------------- -----\r\n");
"Index VNum Mobile Name Level\r\n"
"----- ------- -------------------------------------------- -----\r\n");
if (!top_of_mobt)
return;
@@ -545,7 +545,7 @@ static void list_triggers(struct char_data *ch, zone_rnum rnum, trig_vnum vmin,
/* Store the header for the room listing. */
send_to_char (ch,
"Index VNum Trigger Name Type\r\n"
"----- ------- -------------------------------------------------------\r\n");
"----- ------- --------------------------------------------- ---------\r\n");
/* Loop through the world and find each room. */
for (i = 0; i < top_of_trigt; i++) {