Level Code Blocks

From: Brandon Allen (bamud@lanpartypdx.net)
Date: 01/13/01


as i look at mod docs for circle i see blocks of code such as this

that are now WAY diffrent 

/* WARRIOR */
/* 0                   5                  10              15      */
  {100, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3,
  2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}
  /* 20             25             30                               */
};


as below 


  case CLASS_WARRIOR:
    switch (level) {
    case  0: return 100;
    case  1: return  20;
(BLAH BLAH BLAH)
 case 32: return   1;
 case 33: return   1;
 case 34: return   1; 
     default:
      log("SYSERR: Missing level for warrior thac0.");
    }
  default:
    log("SYSERR: Unknown class in thac0 chart.");




may i ask why the this wqas changed ... ?
and if someone will be updateing the docs on the web site .... i 
donwloaded all the  WTFAQ's  and am changeing my copys as 
i go through them so if i need them agian i will have a curent copy
... when i am done they  should be up to datw with bpl 17 .. 
where should i send them so they may if you accept them
they will be posted in place of the curent out of date copys

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/03/01 PST