| | |
| | | """Version = 2012-04-06 12:00"""
|
| | | #---------------------------------------------------------------------
|
| | | import GameWorld
|
| | | import GameObj
|
| | | ## GM命令执行入口
|
| | | # @param curPlayer 当前玩家
|
| | | # @param list 参数列表 [tagID,ExpValue]
|
| | |
| | | GameWorld.DebugAnswer(curPlayer, "加上Buff后, 总力量 = %s,总真元 = %s, 总筋骨 = %s, 总体质 = %s"%(
|
| | | rolePetBattleStruct.STR, rolePetBattleStruct.PNE,
|
| | | rolePetBattleStruct.PHY, rolePetBattleStruct.CON))
|
| | | curHP = petObj.GetHP()
|
| | | curMaxHP = petObj.GetMaxHP()
|
| | | curHP = GameObj.GetHP(petObj)
|
| | | curMaxHP = GameObj.GetMaxHP(petObj)
|
| | |
|
| | | curMaxAtk = petObj.GetMaxAtk()
|
| | | curMAtkMax = petObj.GetMAtkMax()
|