From f2aeecf0a02b97418b762bd6ee518c33d3ae2685 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 12 九月 2025 10:22:35 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(新增演武场;支持机器人;支持PVP战斗;每场战斗结束后支持查看战斗回放;榜单优化存储玩家形象Value5;主线关卡榜支持;支持查看玩家;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_SkillBook.py | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_SkillBook.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_SkillBook.py
index b48b299..5ee22c1 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_SkillBook.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_SkillBook.py
@@ -18,17 +18,11 @@
#------------------------------------------------------------------------------
"""Version = 2016-03-24 17:00"""
#---------------------------------------------------------------------
-import IPY_GameWorld
-import ChConfig
import PlayerControl
import GameWorld
import SkillShell
-import SkillCommon
-import BuffSkill
import ItemCommon
import DataRecordPack
-import ShareDefine
-import EventShell
#---------------------------------------------------------------------
#全局变量
#---------------------------------------------------------------------
@@ -73,12 +67,6 @@
DataRecordPack.DR_LearnORUPSkill(curPlayer, skillTypeID, 0)
ItemCommon.DelItem(curPlayer, curItem, 1, True, "SkillBook", {"SkillID":skillTypeID})
-
- EventShell.EventRespons_LearnSkill(curPlayer, skillTypeID)
- #是被动技能要重刷属性
- #if SkillCommon.isPassiveBuffSkill(bookSkill):
- # BuffSkill.DoAddBuff(curPlayer, SkillCommon.GetBuffType(bookSkill), bookSkill, tick, [], curPlayer)
-
PlayerControl.PlayerControl(curPlayer).RefreshSkillFightPowerEx(skillTypeID, 0)
return True
--
Gitblit v1.8.0