Changeset 24 for src/common

Show
Ignore:
Timestamp:
07/07/08 22:48:26 (17 years ago)
Author:
jinshiro
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/common/mmo.h

    r23 r24  
    1111 
    1212//Remove/Comment this line to disable sc_data saving. [Skotlex] 
    13 #define ENABLE_SC_SAVING 
     13#define ENABLE_SC_SAVING  
    1414//Remove/Comment this line to disable server-side hot-key saving support [Skotlex] 
    1515//Note that newer clients no longer save hotkeys in the registry! 
     
    3131#define MAX_FAME 1000000000 
    3232#define MAX_CART 100 
    33 #define MAX_SKILL 1600 //1600 now, for necromancer skills overstepping bounds. 
     33#define MAX_SKILL 1100 // Bumped to 1100 for new quest skills, will need to further increase one day... [DracoRPG] 
    3434#define GLOBAL_REG_NUM 96 
    3535#define ACCOUNT_REG_NUM 64 
     
    117117        IT_AMMO,    //10 
    118118        IT_DELAYCONSUME,//11 
    119         IT_MAX 
     119        IT_MAX  
    120120}; 
    121121 
     
    309309        int buyer_id; 
    310310        char buyer_name[NAME_LENGTH]; 
    311  
     311         
    312312        struct item item; 
    313313        // This data is required for searching, as itemdb is not read by char server 
     
    526526        JOB_XMAS, 
    527527        JOB_SUMMER, 
    528     JOB_ADEPT = 30, // [Brain] 
     528    JOB_ADEPT = 30, // [Brain]  
    529529    JOB_NECROMANCER, // [Brain] 
    530     JOB_WARLOCK, 
    531      
     530    JOB_WARLOCK, // Warlock [Brain] 
    532531        JOB_MAX_BASIC, 
    533532 
     
    583582        JOB_STAR_GLADIATOR2, 
    584583        JOB_SOUL_LINKER, 
    585          
    586584        JOB_MAX, 
    587585};