From 93b6f00c8b142fee8560d58c54d71de135584788 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 03 十二月 2021 18:48:52 +0800 Subject: [PATCH] 9341 【BT5】【主干】【后端】情缘系统(增加魅力等级属性;伴侣亲密度等级属性;优化已成亲的伴侣再次提亲时直接成亲) --- ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py index cb3cbb3..a8cdfcd 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py @@ -19,12 +19,6 @@ import PlayerCharm def __Help(curPlayer): - GameWorld.DebugAnswer(curPlayer, "---------- %s" % GameWorld.GetCurrentDataTimeStr()) - GameWorld.DebugAnswer(curPlayer, "清空魅力: Charm 0") - GameWorld.DebugAnswer(curPlayer, "随机魅力: Charm 1 人数 贡献人数 [选填 随机范围值A B]") - GameWorld.DebugAnswer(curPlayer, "随机范围值不填的话默认10~1000") - GameWorld.DebugAnswer(curPlayer, "增加魅力: Charm 2 数值 [选填 贡献玩家ID 获得玩家ID]") - GameWorld.DebugAnswer(curPlayer, "玩家ID不填的话均默认自己") return #逻辑实现 -- Gitblit v1.8.0