hxp
2019-12-17 1bb1e88734e66ab342a36c5aee554773ff1ecb5b
8358 【主干】【后端】坐骑修改(删除无用代码)
2个文件已修改
4 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ActivePet.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/ActivePet.py
@@ -34,7 +34,7 @@
#  @remarks 函数详细说明.
def OnExec(curPlayer, msgList):
    if len(msgList) not in [1,2]:
        GameWorld.DebugAnswer(curPlayer, "ActiveHorse 第几只灵宠 阶级")
        GameWorld.DebugAnswer(curPlayer, "ActivePet 第几只灵宠 阶级")
        return
    
    OpenFunc.DoGMOpenFunc(curPlayer, ShareDefine.GameFuncID_Pet)
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py
@@ -16,7 +16,6 @@
import GivePlayerExpSelf
import SetFabao
import ActivePet
import ActiveHorse
import MakeItemCount
import PlayerControl
import ChConfig
@@ -57,7 +56,6 @@
    # 4.激活宠物 坐骑
    for i in range(1, 6):
        ActivePet.OnExec(curPlayer, [i, 5])
        ActiveHorse.OnExec(curPlayer, [i, 5])
        
    # 5.给基础属性
    for attrID in xrange(201, 206):