Manafort wrote: >Ok really annoying when you level and your title changes everytime or it >erases.. how can you make it so it stays the same everytime you level? This is what I did: I ereased all titles in class.c except the first and the immortal titles. Then in limits.c in gain_exp and gain_exp_regardless I changed set_title(ch, NULL); to: if ((GET_LEVEL(ch) < 2) && (GET_LEVEL(ch) >= LVL_IMMORT)) set_title(ch, NULL); Then it ONLY sets the title when the player is created and when he/she becomes immortal or higher level. Just to change to suit your needs. +-----------------------------------------------+ | Menion of Mythic Portal (mistcastle.com 4444) | | Personal e-mail: msjm@hotmail.com | | Mythic Portal e-mail: mythic@mistcastle.com | | Homepage: Not up yet | +-----------------------------------------------+ ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com +------------------------------------------------------------+ | 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 : 12/15/00 PST