Fix My info java client br

Results 1 to 2 of 2
  1. #1
    Apprentice abners2 is offline
    MemberRank
    May 2015 Join Date
    Campinas, BraziLocation
    22Posts

    angry Fix My info java client br


    Updated Server java for cliente br

    bug my info help fix

    Fix:
    Dino Rush
    Bomb plant




  2. #2
    Apprentice aderoot96 is offline
    MemberRank
    May 2014 Join Date
    IDLocation
    19Posts

    Re: Fix My info java client br

    Try this code

    on PROTOCOL_BASE_GET_MYINFO_ACK

    Code:
    writeC((byte)Config.OutpostEnable);
                    writeD(account.getBrooch());
                    writeD(account.getInsignia());
                    writeD(account.getMedal());
                    writeD(account.getBlueOrder());
                    writeC(0);
                    writeC(0);
                    writeC((byte)account.getCardId());
                    byte[] buffer = new byte[] {
                      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                     0x00, 0x00, 0x00, 0x00, 0x00, 0x00
                  };
                    buffer[0x53] = (byte)account.getMissionId();
                    base.writeB(buffer);
                    base.writeB(new byte[] { 
                    3, 1, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 
                    2, 1, 1, 1, 1, 2, 1, 3, 1, 0, 1, 1, 0, 0, 0, 0, 
                    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
                    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
                    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
                    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
                    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
                    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
                    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
                    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 5, 4, 3, 2, 1
                 });
    Last edited by Taiga; 07-07-16 at 02:12 AM. Reason: Use code tags



Advertisement