Im running my mud on a windows 2000 server, its
30bpl17
I have this problem that in the prompt that i run the
mud in it comes up with this error every now and then:
SYSERR: Mob using
'((ch)-)player_specials-)saved.pref)' at
act.wizard.c:127
ACMD(do_echo)
{
skip_spaces(&argument);
if (!*argument)
send_to_char("Yes.. but what?\r\n", ch);
else {
if (subcmd == SCMD_EMOTE)
sprintf(buf, "$n %s", argument);
else
strcpy(buf, argument);
act(buf, FALSE, ch, 0, 0, TO_ROOM);
if (PRF_FLAGGED(ch, PRF_NOREPEAT)) <-ThisIsLine127
send_to_char(OK, ch);
else
act(buf, FALSE, ch, 0, 0, TO_CHAR);
}
}
------------------------------------------------------
The second thing i need help on is how do i set up the
mud so new people dont have to type autoexit and color
complete, but its already on when they create a new
char ?
------------------------------------------------------
The third and last thing: When the mud crashes it just
hangs until i come home and click ok in the window
that pops up, any way to awoid this ?
__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
| Newbie List: http://groups.yahoo.com/group/circle-newbies/ |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT