From 27cfc090a0804303aeb021aba3d1e795c562e41c Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 23 五月 2022 16:58:34 +0800 Subject: [PATCH] 9415 【BT】【后端】古神战场(增加古神币 34) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 6185f74..efe70e2 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -299,10 +299,12 @@ Def_ItemID_Honor = 2141 # 直接给荣誉 Def_ItemID_FuncSysPrivilege = 894 # 直接给功能特权令 Def_ItemID_FCPartyPoint = 718 # 直接给仙界盛典嗨点 +Def_ItemID_BTGMPoint = 450 # 直接给GM令 +Def_ItemID_GuShenMoney = 520 # 直接给古神币 Def_TransformItemIDList = [Def_ItemID_FamilyContribution, Def_ItemID_FamilyActive, Def_ItemID_SP, Def_ItemID_GoldPaper, Def_ItemID_RealmPoint, Def_ItemID_SilverMoney, Def_ItemID_BossReborn, Def_ItemID_Ysog, Def_ItemID_SoulDust, Def_ItemID_SoulSplinters, Def_ItemID_SoulCore, Def_ItemID_Honor, Def_ItemID_GoldMoney, - Def_ItemID_FuncSysPrivilege, Def_ItemID_FCPartyPoint] + Def_ItemID_FuncSysPrivilege, Def_ItemID_FCPartyPoint, Def_ItemID_BTGMPoint, Def_ItemID_GuShenMoney] #--------------------------------------------------------------------- #写死的物品类型都放这边 Def_ItemType_All = -1 #所有类型 -- Gitblit v1.8.0