| | |
| | | GameWorld.DebugAnswer(curPlayer, "等级: %s, 境界: %s, VIP%s" % (helpBattlePlayer.playerLV, helpBattlePlayer.realmLV, helpBattlePlayer.vipLV))
|
| | | GameWorld.DebugAnswer(curPlayer, "战力: %s, 仙盟: %s" % (helpBattlePlayer.fightPower, helpBattlePlayer.familyID))
|
| | | GameWorld.DebugAnswer(curPlayer, "登记时间: %s, 次数: %s" % (GameWorld.ChangeTimeNumToStr(helpBattlePlayer.checkInTime), helpBattlePlayer.checkInCount))
|
| | | GameWorld.DebugAnswer(curPlayer, "今日仙缘币: %s" % (helpBattlePlayer.todayXianyuanCoin))
|
| | | GameWorld.DebugAnswer(curPlayer, "今天助战数: %s" % (helpBattlePlayer.todayHelpCountDict))
|
| | | GameWorld.DebugAnswer(curPlayer, "接受礼盒数: %s" % (helpBattlePlayer.getThanksGiftCountDict))
|
| | | return
|
| | |
|
| | | def __AddFakeHelpPlayer(curPlayer, addCount):
|
| | |
| | | helpBattlePlayer.vipLV = random.randint(0, 10)
|
| | | helpBattlePlayer.checkInCount = 100
|
| | | helpBattlePlayer.checkInTime = curTime
|
| | | helpBattlePlayer.todayXianyuanCoin = 0
|
| | | addFakeIDList.append(fakeID)
|
| | |
|
| | | GameWorld.DebugAnswer(curPlayer, "添加假助战登记 %s" % addFakeIDList)
|