From e5353bd8a09e4a134ad18f0a8855770669cf43bb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 03 九月 2025 15:22:55 +0800
Subject: [PATCH] 198 【内政】淘金系统-服务端

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
index 04f875a..08ac90f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
@@ -811,7 +811,8 @@
 CDBPlayerRefresh_ShieldPerDef, # 弱化护盾 282
 CDBPlayerRefresh_DOTPer, # 持续增伤 283
 CDBPlayerRefresh_DOTPerDef, # 持续减伤 284
-) = range(146, 285)
+CDBPlayerRefresh_GoldRushEnergy, # 淘金令 285
+) = range(146, 286)
 
 TYPE_Price_Gold_Paper_Money = 5    # 金钱类型,(先用礼券,再用金子)
 TYPE_Price_Family_Contribution = 6 # 战盟贡献度(活跃度转换得来)
@@ -841,7 +842,7 @@
 TYPE_Price_SuccessSocre = 39    # 成就积分
 TYPE_Price_FamilyFlagWarPoint = 40    # 万界积分
 TYPE_Price_Xiantao = 41    # 仙桃/战锤
-TYPE_Price_Lingyu = 42    # 灵玉/结晶
+TYPE_Price_Lingyu = 42    # 灵玉/将星玉髓
 TYPE_Price_BossTrial = 43    # boss历练凭证积分
 TYPE_Price_GatherSoul = 44    # 聚魂精华
 TYPE_Price_HorsePetTrainScore = 45    # 骑宠养成积分
@@ -851,6 +852,7 @@
 TYPE_Price_XianyuanScore = 49    # 仙缘积分
 TYPE_Price_HuanjinggeScore = 50    # 幻境阁积分
 TYPE_Price_HeroScore = 51    # 招募积分
+TYPE_Price_GoldRushEnergy = 52    # 淘金令体力
 TYPE_Price_PayCoinDay = 98    # 代币时效,每日过天重置
 TYPE_Price_PayCoin = 99    # 代币
 
@@ -859,8 +861,8 @@
                  1:"仙玉", 2:"绑玉", 3:"铜钱", 6:"战盟贡献度", 10:"战盟仓库积分", 13:"境界修行点", 14:"符印融合石", 15:"仙盟活跃令", 
                  16:"助战积分", 18:"荣誉", 19:"Boss积分", 23:"符印精华", 24:"符印碎片", 25:"寻宝积分", 26:"集市额度", 27:"丹精", 28:"魂尘", 
                  29:"聚魂碎片", 30:"核心环", 31:"功能特权令", 32:"环保值", 33:"GM令", 34:"古神币", 35:"功德点", 
-                 39:"成就积分", 40:"万界积分", 41:"战锤", 42:"结晶", 43:"凭证积分", 44:"聚魂精华", 45:"骑宠养成积分", 46:"古宝养成积分", 47:"天道果", 
-                 49:"仙缘积分", 50:"幻境阁积分", 51:"招募积分",
+                 39:"成就积分", 40:"万界积分", 41:"战锤", 42:"将星玉髓", 43:"凭证积分", 44:"聚魂精华", 45:"骑宠养成积分", 46:"古宝养成积分", 47:"天道果", 
+                 49:"仙缘积分", 50:"幻境阁积分", 51:"招募积分", 52:"淘金令",
                  98:"代币时效", 99:"代币"
                  }
 
@@ -906,6 +908,7 @@
                            TYPE_Price_XianyuanScore:CDBPlayerRefresh_XianyuanScore,
                            TYPE_Price_HuanjinggeScore:CDBPlayerRefresh_HuanjinggeScore,
                            TYPE_Price_HeroScore:CDBPlayerRefresh_HeroScore,
+                           TYPE_Price_GoldRushEnergy:CDBPlayerRefresh_GoldRushEnergy,
                            TYPE_Price_PayCoinDay:CDBPlayerRefresh_PayCoinDay,
                            }
 
@@ -959,7 +962,6 @@
 GameFuncID_LianTi = 207         # 炼体
 GameFuncID_CrossBattlefield = 208   # 跨服古神战场
 GameFuncID_Championship = 210   # 排位
-GameFuncID_MineArea = 227       # 福地
 GameFuncID_Guaji = 228          # 挂机
 # 以下为暂时无用的
 GameFuncID_RunDaily = 34        # 日常跑环
@@ -1026,8 +1028,7 @@
                          Def_PlayerRecType_WorshipDaily, # 玩家每日膜拜记录 2
                          Def_PlayerRecType_PayCoin, # 代币记录 3
                          Def_PlayerRecType_OfflineUnprocessed, # 离线未处理的逻辑 4
-                         Def_PlayerRecType_MineAreaRecord, # 福地其他记录信息 5
-                         ) = range(1, 1 + 5)
+                         ) = range(1, 1 + 4)
 
 #通用信息记录类型 - 新 从 300 开始,原通用记录类型最大到255
 Def_GameRecTypeList = (

--
Gitblit v1.8.0