From 26958aff1b844a743a805b4f9075bee800b72a46 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 04 十一月 2025 14:35:37 +0800 Subject: [PATCH] 332 【主界面】座骑系统-服务端 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py | 8 +------- 1 files changed, 1 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 427185f..3636caf 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py @@ -236,8 +236,6 @@ Def_Notify_WorldKey_BossShuntPlayer = 'BossShuntPlayer' # boss分流玩家信息 Def_Notify_WorldKey_BossShuntLineState = 'BossShuntLineState' # boss分流线路对应boss状态 Def_Notify_WorldKey_BossOnlineHeroCnt = 'BossOnlineHeroCnt_%s' # boss刷新时间用的在线人数, 参数为NPCID -Def_Notify_WorldKey_FamilyKillHorsePetRobBossCnt = 'FamilyKillHorsePetRobBossCnt' # 仙盟击杀骑宠boss数统计 -Def_Notify_WorldKey_HorsePetRobBossPlayerCount = 'HorsePetRobBossPlayerCount' # 骑宠争夺活动有效参考人数 Def_Notify_WorldKey_HurtLog = 'HurtLog' # 战斗伤害日志 @@ -809,10 +807,10 @@ GameFuncID_Family = 11 # 战盟,仙盟 GameFuncID_Shop = 16 # 商城,坊市 GameFuncID_Arena = 27 # 竞技场 +GameFuncID_Horse = 37 # 坐骑 # 以下为暂时无用的 GameFuncID_Pet = -1 # 宠物,灵宠 6 -GameFuncID_Horse = -1 # 坐骑 8 GameFuncID_OSSail = -1 # 开服特惠 132 GameFuncID_AddPoint = -1 # 加点功能/灵根功能 145 @@ -1248,8 +1246,6 @@ Def_IudetPet_Star = 210 # 星级 Def_IudetPet_Skill = 201 # 技能列表 -Def_IudetHorsePetSkinIndex = 210 # 骑宠觉醒外观索引 - # 以下为自定义的设置物品属性key Def_CItemKey_AppointID = "AppointID" # ---------------------------------------------------- @@ -1372,7 +1368,6 @@ Def_UserAction_UseNewGuyCard = 5015 # 使用新手卡, 暂写死在代码中 Def_UserAction_ExMissionLog = "DwzCw4q8cWTB_ex-mission-log" # 扩展任务记录 -Def_UserAction_HorseClass = "DwzCw4q8cWTB_ex-horse-class" # 坐骑进阶记录 Def_UserAction_PetLV = "DwzCw4q8cWTB_ex-pet-lv" # 宠物升级记录 Def_UserAction_PetClass = "DwzCw4q8cWTB_ex-pet-class" # 宠物进阶记录 Def_UserAction_GiveMoney = "DwzCw4q8cWTB_ex-give-money" # 货币产出记录 @@ -1384,7 +1379,6 @@ Def_UserAction_AddZhenqi = "DwzCw4q8cWTB_ex-add-zhenqi" # 增加真气记录 Def_UserAction_LostZhenqi = "DwzCw4q8cWTB_ex-lost-zhenqi" # 扣除真气记录 Def_UserAction_CoatLV = "DwzCw4q8cWTB_ex-coat-lv" # 时装升级记录 -Def_UserAction_HorseSkinLV = "DwzCw4q8cWTB_ex-horseskin-lv" # 幻化坐骑升级记录 Def_UserAction_Money_Use = 0 # 货币消费 -- Gitblit v1.8.0