toy's post had me thinking. im working on some code for my mud that leaves it open to essentially almost infinate levels. level is set to sh_int at the moment so its only at 32k or so but i figured that wold keep everyone busy for a while. with my current exp_level code it would take 342,933,333 to hit level 32k. now as for imms and such i used a seperate variable to determine your "Status", 0-newbie, 1-mortal, 2-hero, 3-avatar, ... 13-implamentor. ive run through the whole mud and looked for any sort of call to ch->level and get_trusted and anything that has to do with levels and changed it to check for your status. BUT... im blonde and i forget alot, can anyone think of any sort of problems i might run into? oh, commands, and channels and things are all based on your status instead of level. just tryin to get some input.
-typ
-typ