>What version of circle are you using? If you are running patch level 11 >just set the players loodroom when they quit... >*************************************************************** >David Blocher E-mail: >"In Search of Dead Solid Perfect" dblocher@prolog.net >*************************************************************** I tried this as follows (in act.other.c): <snip> send_to_char("Goodbye, friend.. Come back soon!\r\n", ch); --> SET_BIT(PLR_FLAGS(ch), PLR_LOADROOM); --> GET_LOADROOM(ch) = mortal_recall_room; /* * kill off all sockets connected to the same player as the one who is * trying to quit. Helps to maintain sanity as well as prevent duping. */ for (d = descriptor_list; d; d = next_d) { <snip> However, I encounter the problem of renting at the receptionist. Even when renting the players appear at the mortal_recall_room. I guess I could add a loadroom there as well but this seems kinda messy to me. Is there anyway to change the enter room when the player enters the game instead of setting it when the player leaves? --Brian aka Haddixx __ -- "Take my advice and go back to the time | Brian Menges you came from. The future isn't what | NASA Ames Research Center it used to be."--G'kar, "The Long Dark" | Mail Stop: N262-2 0__0 | Phone: (415) 604-0069 =============ooO==(__)==Ooo=============| menges@eos.arc.nasa.gov
This archive was generated by hypermail 2b30 : 12/18/00 PST