From f089bf39d557fc228f7bd3b2eb8c85c7b402e7dc Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 02 十一月 2018 18:40:13 +0800 Subject: [PATCH] 4575 脱机挂测试 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 6 +++++- 1 files changed, 5 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 e09a05d..b13a052 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -421,6 +421,7 @@ Def_Effect_DogzEquipPlusExp = 235 # 神兽强化材料经验效果,A值基础经验,B值双倍强化消耗仙玉 Def_Effect_AddMagicWeaponUpExp = 236 # 增加法宝升星经验 A值法宝ID B值X经验 Def_Effect_ChatBubbleBox = 237 # 激活聊天气泡框,A值气泡框ID +Def_Effect_ItemGiveRealmPoint = 238 #使用道具给予修行点 #----以下未使用或代码依然存在的--- Def_Effect_ItemGiveGongXun = 1920 #使用道具给予功勋 Def_Effect_ItemGiveHonorPoint = 1922 #使用道具给予荣誉积分 @@ -3266,6 +3267,10 @@ LittleHelperSetNumCount = 20 # 小助手设置编号个数 LittleHelperValueCount = 6 # 小助手设置值个数 Def_Player_Dict_LittleHelperValue = "LittleHelperValue%s_%s" # 小助手设置值存储, 参数(设置编号, value编号) +Def_Player_Dict_FromMapID = 'FromMapID' # 最后一次离开的非中立常规地图,地图ID +Def_Player_Dict_FromPosX = 'FromPosX' # 最后一次离开的非中立常规地图,坐标X +Def_Player_Dict_FromPosY = 'FromPosY' # 最后一次离开的非中立常规地图,坐标X +Def_Player_Dict_FromLineID = 'FromLineID' # 最后一次离开的非中立常规地图,线路ID Def_Player_Dict_FamilyTechLV = "FamilyTechLV_%s" #家族科技等级, 参数(科技ID) @@ -3634,7 +3639,6 @@ Def_PDict_WishingWellItemCnt = "WishingWellItemCnt_%s_%s" # 物品数量记录 参数(类型,物品数据) #聊天气泡 -Def_PDict_ChatBubbleBoxUseID = "ChatBubbleBoxUseID" # 聊天气泡当前使用的气泡框ID Def_PDict_ChatBubbleBoxState = "ChatBubbleBoxState_%s" # 聊天气泡状态, 参数(key编号) #------------------------------------------------------------------------------- -- Gitblit v1.8.0