This commit is contained in:
aozhiwei 2023-03-26 20:50:34 +08:00
parent 2ce87e13a5
commit e7fa639ccb

View File

@ -24,20 +24,6 @@ enum NetHandler_e
HID_GGListener,
};
enum VirtualItemId_e
{
VID_Item_Gold = 50001,
VID_Item_Exp = 50002,
VID_Soul_Stone = 50018,
VID_Pickaxe = 50019
};
enum DoorState_e
{
DoorStateClose = 0,
DoorStateOpen = 1
};
enum GasMode_e
{
GasInactive = 0,
@ -280,12 +266,6 @@ enum RoomMode_e
kRoomModeEnd
};
enum AIMode_e
{
kChiJiAiMode = 0,
kHumanAiMode = 1,
};
enum PostBuffAction_e
{
kRemoveBuffByIdAction = 1,
@ -517,18 +497,14 @@ const int MAX_SYS_HTTP_NUM = 2;
const int MAX_USER_HTTP_NUM = 8;
const int MAX_ALL_HTTP_NUM = MAX_SYS_HTTP_NUM + MAX_USER_HTTP_NUM;
const int FIXED_OBJECT_MAXID = 20140;
const int FIXED_OBJECT_MAXID = 1;
const int MAX_ROOM_IDX = 1000;
const int VIEW_RANGE = 512;
const int MAX_AI_LEVEL = 8;
const int HUNLUAN_BUFFID = 6001;
const int ANDROID_AI_ID_START = 10001;
const int MAX_SKILL_LV = 15;
const int kReviveTimeAdd = 12;