From e7fa639ccbe649a5dbb03e0b0417d38cd4a781ce Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 26 Mar 2023 20:50:34 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 3b467bd0..17d14246 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -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;