*sigh* Yes another dumb question from me. Ok I got to where I can change the gain of hp, mana and move in class.c But that do I change to get it to apply 1000hp 800mana and 750move to this section of code taken out of class.c: case CLASS_WILDER: add_hp += number(3, 8); add_mana = number(GET_LEVEL(ch), (int) (1.5 * GET_LEVEL(ch))); add_mana = MIN(add_mana, 10); add_move = number(0, 2); break; case CLASS_ROUGE: add_hp += number(7, 13); add_mana = 0; add_move = number(1, 3); break; Thanks Rand Realms of the Shadow 164.116.32.13 5291 +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST