From 7090e3f4e6d9d386fd1fdd681889db6c921c9941 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 28 三月 2019 17:54:01 +0800 Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(摆摊系统) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 2e57bf2..7ba1625 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -532,8 +532,6 @@ Def_Item_Effect_MissionMove = 2001 #鱼竿 Def_Item_Effect_FishTool = 2000 -#摆摊证 -Def_Item_Effect_ShopItem = 1900 #坐骑进阶 Def_Item_Eff_HorseUpdate = 2819 #官爵进阶 @@ -688,7 +686,6 @@ Def_SkillID_Red = 20021 # 红名 Def_SkillID_ReviveTired = 20030 # 复活疲劳 SkillID Def_SkillID_SkillReBorn = -1 # 技能复活ID -Def_SkillID_ShopItem = -1 # 摆摊技能ID Def_SkillID_LimitSuperBuff = 10000 # 有限无敌BUFF SkillID Def_SkillID_TJGSuperBuff = 20039 # 脱机挂死亡复活保护 Def_SkillID_Somersault = 190 # 翻滚快速闪避 @@ -1410,12 +1407,6 @@ Def_GameEventExpLVDiff = 5 #组队经验加成 Def_TeamMemberExp=[1,1,1.1,1.15,1.2,1.25,1.3] - -#摆摊-------------------------------------------- -#可以摆摊的状态 -Def_ShopItem_PlayerState = [IPY_GameWorld.paNull, IPY_GameWorld.paAttack] -#摆摊距离 -Def_ShopItem_Dist = 10 #物品-------------------------------------------- #人物背包最大个数 @@ -4537,13 +4528,12 @@ Def_Cost_FinishTruck, # 完成镖车 Def_Cost_RefreshTimeShop, # 刷新神秘商店 Def_Cost_OpenNoble, # 开通贵族 -Def_Cost_BuyStallItem, # 购买摆摊物品 Def_Cost_Warehouse, # 仓库 Def_Cost_BuyItemBack, # 回购 Def_Cost_Trade, # 交易 Def_Cost_Rename, # 改名 Def_Cost_SkillLvUp, # 技能升级 -) = range(2000, 2000 + 57) +) = range(2000, 2000 + 56) Def_Cost_Reason_SonKey = "reason_name_son" # 消费点原因子类说明key @@ -4603,7 +4593,6 @@ Def_Cost_Transport:"Transport", Def_Cost_OffLineExp:"OffLineExp", Def_Cost_GameServer:"GameServer", -Def_Cost_BuyStallItem:"BuyStallItem", Def_Cost_Trade:"Trade", Def_Cost_Rename:"Rename", Def_Cost_SkillLvUp:"SkillLvUp", @@ -4648,7 +4637,7 @@ Def_GiveMoney_SellPackItem, # 出售背包物品 Def_GiveMoney_CollectNPC, # 采集NPC Def_GiveMoney_20, -Def_GiveMoney_StallItem, # 摆摊 +Def_GiveMoney_21, Def_GiveMoney_Trade, # 交易 Def_GiveMoney_Truck, # 运镖 Def_GiveMoney_FreeGoods, # 极品白拿 @@ -4682,7 +4671,6 @@ Def_GiveMoney_Warehouse:"Warehouse", Def_GiveMoney_SellPackItem:"SellPackItem", Def_GiveMoney_CollectNPC:"CollectNPC", -Def_GiveMoney_StallItem:"StallItem", Def_GiveMoney_Trade:"Trade", Def_GiveMoney_Truck:"Truck", Def_GiveMoney_FreeGoods:"FreeGoods", -- Gitblit v1.8.0