hch
2019-05-18 45cffe6477af66606824341be4a7d0e6a7223a03
860312 加点触发任务
2个文件已修改
6 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -1950,6 +1950,11 @@
    RunQuestEvent(curPlayer, "linggenqualityup", '%s_%s' % (attrID, qualityLV), Def_RunQuestType_Normal)
    return
def EventRespons_AddPoint(curPlayer):
    #灵根加点
    RunQuestEvent(curPlayer, "addpoint", '0', Def_RunQuestType_Normal)
    return
def EventRespons_ActivityAward(curPlayer, awardIndex):
    #活跃领奖
    RunQuestEvent(curPlayer, "activityaward", awardIndex, Def_RunQuestType_Normal)
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -1714,6 +1714,7 @@
    NotifyPlayerBasePoint(curPlayer, pointAttrIDList)
    playerControl = PlayerControl.PlayerControl(curPlayer)
    playerControl.RefreshPlayerAttrState()
    EventShell.EventRespons_AddPoint(curPlayer)
    return
#// B2 07 重置加点 #tagCMResetAttrPoint