ClientPack/CB0_Event/DoFish.des
File was deleted ClientPack/CB0_Event/DoFish.h
File was deleted ClientPack/CB0_Event/GoldRushAutoFreeUse
ClientPack/CB0_Event/GoldRushAutoFreeUse.des
New file @@ -0,0 +1 @@ B0 39 自动淘金免费使用 #tagCSGoldRushAutoFreeUse ClientPack/CB0_Event/GoldRushAutoFreeUse.h
New file @@ -0,0 +1,6 @@ // B0 39 自动淘金免费使用 #tagCSGoldRushAutoFreeUse struct tagCSGoldRushAutoFreeUse { tagHead Head; }; ClientPack/CB0_Event/GoldRushOP
ClientPack/CB0_Event/GoldRushOP.des
New file @@ -0,0 +1 @@ B0 36 淘金操作 #tagCSGoldRushOP ClientPack/CB0_Event/GoldRushOP.h
New file @@ -0,0 +1,9 @@ // B0 36 淘金操作 #tagCSGoldRushOP struct tagCSGoldRushOP { tagHead Head; BYTE OPType; // 0-接受淘金;1-刷新淘金;2-开始淘金或调整监工数;3-取消淘金 BYTE CampID; // 营地ID BYTE WorkerCnt; // 派遣监工数,仅类型2有效 }; ClientPack/CB0_Event/GoldRushUnlockcopy from ClientPack/CB0_Event/DoFish copy to ClientPack/CB0_Event/GoldRushUnlock
ClientPack/CB0_Event/GoldRushUnlock.des
New file @@ -0,0 +1 @@ B0 37 淘金解锁 #tagCSGoldRushUnlock ClientPack/CB0_Event/GoldRushUnlock.h
New file @@ -0,0 +1,8 @@ // B0 37 淘金解锁 #tagCSGoldRushUnlock struct tagCSGoldRushUnlock { tagHead Head; BYTE UnlockType; // 0-营地;1-监工 BYTE UnlockID; // 解锁类型对应的ID }; ClientPack/CB0_Event/GoldRushWarehouseAwardcopy from ClientPack/CB0_Event/DoFish copy to ClientPack/CB0_Event/GoldRushWarehouseAward
ClientPack/CB0_Event/GoldRushWarehouseAward.des
New file @@ -0,0 +1 @@ B0 38 淘金仓库领奖 #tagCSGoldRushWarehouseAward ClientPack/CB0_Event/GoldRushWarehouseAward.h
New file @@ -0,0 +1,8 @@ // B0 38 淘金仓库领奖 #tagCSGoldRushWarehouseAward struct tagCSGoldRushWarehouseAward { tagHead Head; BYTE AwardIndex; // 领奖位置索引,从0开始 BYTE IsAll; // 是否领取所有 }; ClientPack/CB0_Event/MineAreaAwardGet
ClientPack/CB0_Event/MineAreaAwardGet.des
File was deleted ClientPack/CB0_Event/MineAreaAwardGet.h
File was deleted ClientPack/CB0_Event/MineAreaView
ClientPack/CB0_Event/MineAreaView.des
File was deleted ClientPack/CB0_Event/MineAreaView.h
File was deleted ClientPack/CB0_Event/MineHouseKeeperFreeUse.des
File was deleted ClientPack/CB0_Event/MineHouseKeeperFreeUse.h
File was deleted ClientPack/CB0_Event/MineItemPull
ClientPack/CB0_Event/MineItemPull.des
File was deleted ClientPack/CB0_Event/MineItemPull.h
File was deleted ClientPack/CB0_Event/MineItemRefresh
ClientPack/CB0_Event/MineItemRefresh.des
File was deleted ClientPack/CB0_Event/MineItemRefresh.h
File was deleted ClientPack/CB0_Event/MineWorkerEmploy
ClientPack/CB0_Event/MineWorkerEmploy.des
File was deleted ClientPack/CB0_Event/MineWorkerEmploy.h
File was deleted ServerPack/HB0_Event/FishResult
ServerPack/HB0_Event/FishResult.des
File was deleted ServerPack/HB0_Event/FishResult.h
File was deleted ServerPack/HB0_Event/GoldRushCampInfocopy from ServerPack/HB0_Event/MineAreaInfo copy to ServerPack/HB0_Event/GoldRushCampInfo
ServerPack/HB0_Event/GoldRushCampInfo.des
New file @@ -0,0 +1 @@ B0 37 淘金营地信息 #tagSCGoldRushCampInfo ServerPack/HB0_Event/GoldRushCampInfo.h
New file @@ -0,0 +1,17 @@ // B0 37 淘金营地信息 #tagSCGoldRushCampInfo struct tagSCGoldRushCamp { BYTE CampID; // 营地ID,从1开始 BYTE GoldID; // 淘金ID,为0时代表该营地为空 WORD RefreshCnt; // 已刷新次数 DWORD EndTime; // 预计完成时的时间戳,为0时代表还未开始淘金,通过该时间进行倒计时,完成时需发送操作完成淘金 BYTE WorkerCnt; // 使用监工数 }; struct tagSCGoldRushCampInfo { tagHead Head; BYTE CampCnt; tagSCGoldRushCamp CampList[CampCnt]; // 营地列表 }; ServerPack/HB0_Event/GoldRushInfo
ServerPack/HB0_Event/GoldRushInfo.des
New file @@ -0,0 +1 @@ B0 36 淘金相关信息 #tagSCGoldRushInfo ServerPack/HB0_Event/GoldRushInfo.h
New file @@ -0,0 +1,13 @@ // B0 36 淘金相关信息 #tagSCGoldRushInfo struct tagSCGoldRushInfo { tagHead Head; DWORD CampState; // 已解锁营地状态,按营地ID二进制位运算判断是否已解锁 DWORD WorkerState; // 已雇佣工人状态,按工人ID二进制位运算判断是否已解锁 DWORD PanningCnt; // 累计淘金次数 DWORD LastRecoverTime; // 上次免费恢复淘金令时间戳,为0时可不用倒计时 DWORD HousekeeperEndTime; // 自动管家到期时间戳,有值同时也代表免费试用已使用 BYTE WarehouseCnt; // 淘金仓库物品数 BYTE WarehouseIDList[WarehouseCnt]; // 淘金仓库已完成淘金ID列表 [索引0淘金ID, ...],淘金ID为0代表该索引位置为空 }; ServerPack/HB0_Event/MineAreaAwardInfo
ServerPack/HB0_Event/MineAreaAwardInfo.des
File was deleted ServerPack/HB0_Event/MineAreaAwardInfo.h
File was deleted ServerPack/HB0_Event/MineAreaInfo.des
File was deleted ServerPack/HB0_Event/MineAreaInfo.h
File was deleted ServerPack/HB0_Event/MineAreaRecordInfo
ServerPack/HB0_Event/MineAreaRecordInfo.des
File was deleted ServerPack/HB0_Event/MineAreaRecordInfo.h
File was deleted ServerPack/HB0_Event/MineItemPullPreviewRet
ServerPack/HB0_Event/MineItemPullPreviewRet.des
File was deleted ServerPack/HB0_Event/MineItemPullPreviewRet.h
File was deleted ServerPack/HB0_Event/PlayerMineAreaInfoBinary files differ
ServerPack/HB0_Event/PlayerMineAreaInfo.des
File was deleted ServerPack/HB0_Event/PlayerMineAreaInfo.h
File was deleted