Re: [Sorta-long]HELP Advance command

From: Jeremy M. (jkm4802@hotmail.com)
Date: 10/26/02


Have you tried looking at your Class Experience tables?
It looks like your max EXP may be typo'd or something. I think I did that at
one time myself.  I could be wrong, but it never hurts to check. Thaco
doesn't have anything to do with it.

I'll have to wing it as to what to look for since I use the experience
formula code to avoid the chaos of hundreds of case statements and arrays,
but it should be something like this:

    case CLASS_MAGIC_USER:
    switch (level) {

Then just look for the correct case statement for level 100, ie.

      case 100: return 7400000;
     /* add new levels here */
      case LVL_IMMORT: return 8000000; <-- Make sure this is right!
    }
    break;

Make sure you didn't add an extra zero and that for this class, the
experienced needed to immort coincides with the case statement and the
structs.h defines for each immortal level.

Hope this helps.

Jeremy M. aka Armageddon


_________________________________________________________________
Unlimited Internet access -- and 2 months free!  Try MSN.
http://resourcecenter.msn.com/access/plans/2monthsfree.asp

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT