Difference for include/define.h from version 1.110 to 1.111


version 1.110 version 1.111
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: define.h,v 1.110 2006/08/08 10:05:34 ryo_saeba Exp $";   *   "$Id: define.h,v 1.111 2006/09/04 07:21:04 mwedel Exp $";
  */   */
   
 /*  /*
Line 1023
 
Line 1023
  if (size__!=strlen(buf2__)) LOG(llevError, "Error, bad length for %s\n",buf2__);}*/   if (size__!=strlen(buf2__)) LOG(llevError, "Error, bad length for %s\n",buf2__);}*/
   
    
    
    
    
    
    
 /*  
  * Warning!  
  * If you add message types here, don't forget  
  * to keep the client up to date too!  
  */  
    
     
 /* message types */  
 #define MSG_TYPE_BOOK            1  
 #define MSG_TYPE_CARD            2  
 #define MSG_TYPE_PAPER           3  
 #define MSG_TYPE_SIGN            4  
 #define MSG_TYPE_MONUMENT        5  
 #define MSG_TYPE_SCRIPTED_DIALOG 6  
 #define MSG_TYPE_MOTD            7  
 #define MSG_TYPE_ADMIN           8  
 #define MSG_TYPE_LAST            9  
   
 #define MSG_SUBTYPE_NONE         0  
   
 /* book messages subtypes */  
 #define MSG_TYPE_BOOK_CLASP_1    1  
 #define MSG_TYPE_BOOK_CLASP_2    2  
 #define MSG_TYPE_BOOK_ELEGANT_1  3  
 #define MSG_TYPE_BOOK_ELEGANT_2  4  
 #define MSG_TYPE_BOOK_QUARTO_1   5  
 #define MSG_TYPE_BOOK_QUARTO_2   6  
 #define MSG_TYPE_BOOK_SPELL_EVOKER    7  
 #define MSG_TYPE_BOOK_SPELL_PRAYER    8  
 #define MSG_TYPE_BOOK_SPELL_PYRO      9  
 #define MSG_TYPE_BOOK_SPELL_SORCERER  10  
 #define MSG_TYPE_BOOK_SPELL_SUMMONER  11  
   
 /* card messages subtypes*/  
 #define MSG_TYPE_CARD_SIMPLE_1    1  
 #define MSG_TYPE_CARD_SIMPLE_2    2  
 #define MSG_TYPE_CARD_SIMPLE_3    3  
 #define MSG_TYPE_CARD_ELEGANT_1   4  
 #define MSG_TYPE_CARD_ELEGANT_2   5  
 #define MSG_TYPE_CARD_ELEGANT_3   6  
 #define MSG_TYPE_CARD_STRANGE_1   7  
 #define MSG_TYPE_CARD_STRANGE_2   8  
 #define MSG_TYPE_CARD_STRANGE_3   9  
 #define MSG_TYPE_CARD_MONEY_1     10  
 #define MSG_TYPE_CARD_MONEY_2     11  
 #define MSG_TYPE_CARD_MONEY_3     12  
   
 /* Paper messages subtypes */  
 #define MSG_TYPE_PAPER_NOTE_1       1  
 #define MSG_TYPE_PAPER_NOTE_2       2  
 #define MSG_TYPE_PAPER_NOTE_3       3  
 #define MSG_TYPE_PAPER_LETTER_OLD_1 4  
 #define MSG_TYPE_PAPER_LETTER_OLD_2 5  
 #define MSG_TYPE_PAPER_LETTER_NEW_1 6  
 #define MSG_TYPE_PAPER_LETTER_NEW_2 7  
 #define MSG_TYPE_PAPER_ENVELOPE_1   8  
 #define MSG_TYPE_PAPER_ENVELOPE_2   9  
 #define MSG_TYPE_PAPER_SCROLL_OLD_1 10  
 #define MSG_TYPE_PAPER_SCROLL_OLD_2 11  
 #define MSG_TYPE_PAPER_SCROLL_NEW_1 12  
 #define MSG_TYPE_PAPER_SCROLL_NEW_2 13  
 #define MSG_TYPE_PAPER_SCROLL_MAGIC 14  
   
 /* road signs messages subtypes */  
 #define MSG_TYPE_SIGN_BASIC         1  
 #define MSG_TYPE_SIGN_DIR_LEFT      2  
 #define MSG_TYPE_SIGN_DIR_RIGHT     3  
 #define MSG_TYPE_SIGN_DIR_BOTH      4  
   
 /* stones and monument messages */  
 #define MSG_TYPE_MONUMENT_STONE_1      1  
 #define MSG_TYPE_MONUMENT_STONE_2      2  
 #define MSG_TYPE_MONUMENT_STONE_3      3  
 #define MSG_TYPE_MONUMENT_STATUE_1     4  
 #define MSG_TYPE_MONUMENT_STATUE_2     5  
 #define MSG_TYPE_MONUMENT_STATUE_3     6  
 #define MSG_TYPE_MONUMENT_GRAVESTONE_1 7  
 #define MSG_TYPE_MONUMENT_GRAVESTONE_2 8  
 #define MSG_TYPE_MONUMENT_GRAVESTONE_3 9  
 #define MSG_TYPE_MONUMENT_WALL_1       10  
 #define MSG_TYPE_MONUMENT_WALL_2       11  
 #define MSG_TYPE_MONUMENT_WALL_3       12  
   
 /*some readable flags*/  
   
 /* dialog messsage */  
 #define MSG_TYPE_DIALOG_NPC            1 /*A message from the npc*/  
 #define MSG_TYPE_DIALOG_ANSWER         2 /*One of possible answers*/  
 #define MSG_TYPE_DIALOG_ANSWER_COUNT   3 /*Number of possible answers*/  
   
 /* admin messages */  
 #define MSG_TYPE_ADMIN_RULES           1  
 #define MSG_TYPE_ADMIN_NEWS            2  
   
 #endif /* DEFINE_H */  #endif /* DEFINE_H */


Legend:
line(s) removed in v.1.110 
line(s) changed
 line(s) added in v.1.111

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:19