if (!IS_NPC(ch) && GET_LEVEL(ch) < LVL_IMMORT && !--GET_LIVES(ch)) { send_to_char("As your last breath escapes from your body the gods look over you with saddened\r\n" "faces for this soul has been given so many chances at life and has wasted them all\r\n" "away. The verdict is passed down and you are no more. The only question that\r\n" "still remains is one of persistency, will you simply fade away, or will you\r\n" "stubbornly come back, refusing to be beaten? Only you can decide.\r\n", ch); SET_BIT(PLR_FLAGS(ch), PLR_DELETED); save_char(ch, NOWHERE); Crash_delete_file(GET_NAME(ch)); sprintf(buf, "%s (lev %d) has died a final and permanent death.", GET_NAME(ch), GET_LEVEL(ch)); mudlog(buf, NRM, LVL_IMMORT, TRUE); STATE(d) = CON_CLOSE; return; } okay here is what i added, i had to change some things to get it to compile, but it still wont take effect, it still goes to lives 255. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- 5th Dimention -- 5d.dynip.com:4000 http://5d.dynip.com/5d =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT