George wrote: > > On Tue, 2 Dec 1997, Chuck Reed wrote: > > >Brandon from this list mailed me asking for help in reverting from 210 > >levels back to 66 since he used my levels doc from the circlemud page. He > >is running a win95 circlemud and is experiencing a wierd problem that we > >couldn't conquer in about an hour. When he tries to run the executable, it > >quits initializing the game at the line: > > byte level; /* PC / NPC's level */ > > byte (if signed) = -128 <-> 127 > > You have a couple different options: > 1) Make the 'char' type default to unsigned (not recommended) > 2) Change the 'byte' to 'ubyte'. (0-255 levels) > 3) Change 'byte' to 'int' (-32768-32767 levels) (pfile wipe) > 4) Have only 127 levels or less. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ He only has 66 levels now. It worked when he had 210. +------------------------------------------------------------+ | 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