仿游戏热血江湖游戏类31

public static void smethod_5(Players players_0, int int_18, int int_19)
        {
            GClass31 class2 = smethod_0(players_0.Player_Zx, players_0.Player_Job, int_18, int_19);
            if ((((((class2 != null) && (players_0.Player_ExpErience >= class2.FLD_NEEDEXP)) && ((class2.FLD_ZX == 0) || (players_0.Player_Zx == class2.FLD_ZX))) && ((class2.FLD_JOB == 0) || (players_0.Player_Job == class2.FLD_JOB))) && ((class2.FLD_JOBLEVEL == 0) || (players_0.Player_Job_leve >= class2.FLD_JOBLEVEL))) && ((class2.FLD_LEVEL == 0) || (players_0.Player_Level >= class2.FLD_LEVEL)))
            {
                players_0.gclass31_0[class2.Int32_2, class2.FLD_INDEX] = new GClass31(class2.FLD_PID);
                players_0.gclass31_0[class2.Int32_2, class2.FLD_INDEX].Int32_0 = 1;
            }
        }

你可能感兴趣的:(C++仿游戏热血江湖,游戏,java,c++)