From 2a3e2e53da4ff2005fc84f702483fd3f29b9c569 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 17 十月 2025 20:28:44 +0800
Subject: [PATCH] 237 【福利内容】每日任务/每周任务/章节奖励-服务端(章节奖励英雄之路,成就系统)
---
PySysDB/PySysDBPY.h | 16 ++++------------
1 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/PySysDB/PySysDBPY.h b/PySysDB/PySysDBPY.h
index 27eddeb..34064ab 100644
--- a/PySysDB/PySysDBPY.h
+++ b/PySysDB/PySysDBPY.h
@@ -1303,21 +1303,13 @@
//成就表
-struct tagSuccess
+struct Success
{
- DWORD _ID; //成就ID
- WORD Type; //成就类型
+ DWORD SuccID; //成就ID
+ WORD _SuccType; //成就类型
DWORD NeedCnt; //需要数量
list Condition; //辅助条件
- list PreSuccess; //需要达成前置成就
- dict AwardItem; //奖励物品列表
- dict AwardItem2; //通行证奖励物品列表
- dict Money; //金钱
- DWORD Exp; //经验
- dict AwardAttr; //奖励属性
- DWORD RedPacketID; //红包ID
- DWORD MagicWeaponID; //法宝ID
- DWORD MagicWeaponExp; //法宝升级经验
+ list AwardItemList; //奖励物品列表
};
//通天令等级表
--
Gitblit v1.8.0