📄 network7.h
字号:
// 020927
#ifndef _NETWORK7_H_
#define _NETWORK7_H_
enum KYO_CODE
{
MAX_MSG_NUM = 500, // kyo
//LC_WHAT_QUEST_IN_MAP = 123, // 021007 //甘喊 涅胶飘沥焊 021022 捞悼 矫难蝶.
CMD_RM_NOW_REPAIR = 14000, //rmtool肺 汗备吝牢啊?
CMD_WHAT_QUEST_IN_MAP = 14001, //isLinecommand俊辑 "/涅胶飘 甘捞抚" 且锭
CMD_SCRIPT_SHOW_COLOR_MSG = 14002,
//鸥捞赣侩
CMD_SCRIPT_TIMER_START = 14110,
CMD_SCRIPT_TIMER_SYNC = 14111,
CMD_SCRIPT_TIMER_END_SUC = 14112,
CMD_SCRIPT_TIMER_END_FAL = 14113,
CMD_SCRIPT_COUNTER_START = 14120,
CMD_SCRIPT_COUNTER_SYNC = 14121,
CMD_SCRIPT_COUNTER_END = 14122,
CMD_SCRIPT_SPELL_MAPMOVE = 14200, // 021128 kyo
CMD_SCRIPT_SPELL_MAPMOVE_SUC= 14201, // 021128 kyo
CMD_SCRIPT_SPELL_MAPMOVE_FAIL= 14202, // 021128 kyo
DEFAULT_TIMER_SYNC_TIME = 5000, //5檬
MAX_TIMER_TIME = 5 * 3600 * 1000, //5矫埃捞 力茄捞促.
MIN_SYNCH_TIME = 2 * 1000, //2檬捞窍促.
};
//packet type
typedef struct DATA_INTEGER
{
int iData;
}t_int;
typedef struct DATA_CHAR
{
char cData;
}t_char;
typedef struct DATA_DATA
{
char szData[30];
}t_data;
typedef struct QUEST_IN_MAP
{
char name[21];
int iMapnumber;
int iQuestInfo;
}t_quest_in_map;
typedef struct SHOW_COLOR_MSG
{
int R;
int G;
int B;
char szMsg[0xff];
int iMsgNum;
}t_show_msg;
typedef struct SCRIPT_TIMER
{
DWORD dwTime;
}t_script_timer;
typedef struct SCRIPT_COUNTER //咯矾焙措 腹捞静扁困秦辑
{
int iNum;
int iType;
int iMuch;
int iCounter;
}t_script_counter;
typedef struct SCRIPT_SPELLMAPMOVE // // 021128 kyo
{
int cn;
int iX;
int iY;
char szMap[20];
char szSpell[128];
int isSuc;
}t_script_spellmapmove;
//extern
extern void SendWhatQuestInMap( char * szMapName); //秦寸 甘俊辑 绢恫 涅胶飘甫 荐青窍绊 乐栏哥 绢恫郴侩阑 荐青吝牢啊?
extern int GetMapNumberByMapName( const char *szMapName); //甘捞抚阑 罐酒辑 甘锅龋甫 馆券, 俊矾矫 -1 馆券
extern void RecvQuestInMap( t_quest_in_map *tp );
extern void RecvSHOW_COLER_MSG( t_show_msg *tp ); //秦惑 祸栏肺 概矫瘤甫 免仿茄促. ( AddCurrentStatusMessage荤侩 )
#endif //_NETWORK7_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -