hch
2019-05-15 d2b70af9f597e35c8a63076e7c3312134c3c04ba
Tool/RobotTest/AI/AIFile/AILoginout.py
@@ -440,6 +440,13 @@
        
        if self.robot.GetPlayerInfo().GetPlayerLV() == 1:
            cmd = "OpenFunc 1"
            pack = tagCGMCMD()
            pack.Clear()
            pack.CmdLen = len(cmd)
            pack.Cmd = cmd
            self.robot.Send(pack)
            cmd = "imba %s"%random.randint(5, 300)
            pack = tagCGMCMD()
            pack.Clear()