>to 343. However when I tried this before I got numerous errors, and was >told since that circle can not support levels above 170s without severe Level is probably stored in a signed byte field, giving it a range of +/- 127. You need to chase down everyplace it's used and make it bigger (might as well make it a long int as long as you're doing it). If you need to preserve files where it's used, you could get away with making it an unsigned byte field, and get up to 255 that way. Ron +------------------------------------------------------------+ | 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/08/00 PST