From 5831ac5f8c886bf92182a8a40267881784eb6b4e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 05 九月 2025 15:12:03 +0800
Subject: [PATCH] 16 卡牌服务端(优化功能开启命令限制的等级、境界;优化任务开启功能,完成任意任务可开启之前已完成任务可开启的功能;)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
index 02a556f..cf177ef 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
@@ -844,45 +844,17 @@
 # 游戏功能ID定义,需确保唯一,与PyGameFuncControl.txt中FuncId一致
 GameFuncID_Official = 12        # 官爵,境界
 GameFuncID_Family = 15          # 战盟,仙盟
-GameFuncID_Billboard = 72       # 排行榜
 GameFuncID_SignDay = 81         # 签到
-GameFuncID_Treasure = 99        # 寻宝
 GameFuncID_Arena = 195          # 竞技场
 
-GameFuncID_Wing = 3             # 翅膀
-GameFuncID_Pet = 6              # 宠物,灵宠
-GameFuncID_MagicWeapon = 7      # 法宝
-GameFuncID_Horse = 8            # 坐骑
-GameFuncID_GodWeapon = 20       # 神器
-GameFuncID_Talent = 149         # 天赋
-GameFuncID_RefineExp = 60       # 经验炼制,祈愿
-GameFuncID_RefineMoney = 61     # 金币炼制,祈愿
-GameFuncID_WorldLV = 71         # 世界等级
-GameFuncID_Friend = 73          # 好友
-GameFuncID_RefineStove = 87     # 炼丹炉
-GameFuncID_EquipWash = 91       # 洗练
-GameFuncID_FirstGoldTip = 128      # 首充优势提示
-GameFuncID_EquipDecompose = 123 # 装备分解
-GameFuncID_DailyQuest = 78      # 日常
-GameFuncID_FreeGoods = 130      # 极品白拿
-GameFuncID_OSSail = 132         # 开服特惠
-GameFuncID_HorsePetRobBoss = 139# 骑宠争夺
-GameFuncID_AddPoint = 145       # 加点功能/灵根功能
-GameFuncID_LittleHelper = 146   # 小助手
-GameFuncID_TJG = 147            # 脱机挂
-GameFuncID_SuperGift = 150      # 超值礼包
-GameFuncID_CrossRealmPK = 157   # 跨服天梯
-GameFuncID_PenglaiBoss = 162    # 蓬莱仙境
-GameFuncID_ZhuXianBoss = 163    # 诛仙BOSS
-GameFuncID_FaQi = 199           # 法器
-GameFuncID_LianTi = 207         # 炼体
-GameFuncID_CrossBattlefield = 208   # 跨服古神战场
-GameFuncID_Championship = 210   # 排位
-GameFuncID_Guaji = 228          # 挂机
 # 以下为暂时无用的
-GameFuncID_RunDaily = 34        # 日常跑环
-GameFuncID_RunFamily = 53       # 战盟跑环
-GameFuncID_ArrestTask = 7100    # 悬赏任务
+GameFuncID_Wing = -1            # 翅膀 3
+GameFuncID_Pet = -1             # 宠物,灵宠 6
+GameFuncID_Horse = -1           # 坐骑 8
+GameFuncID_GodWeapon = -1       # 神器 20
+GameFuncID_OSSail = -1          # 开服特惠 132
+GameFuncID_AddPoint = -1        # 加点功能/灵根功能 145
+GameFuncID_LittleHelper = -1    # 小助手 146
 
 #家族悬赏任务完成状态记录位标识
 Def_ArrestOverState_BitDic = {

--
Gitblit v1.8.0