addCharEntry v83

Results 1 to 2 of 2
  1. #1
    Proficient Member sexdeeza is offline
    MemberRank
    Sep 2008 Join Date
    152Posts

    thumbs up addCharEntry v83

    PHP Code:
        private static void addCharEntry(MaplePacketLittleEndianWriter mplewMapleCharacter chrboolean isViewAll) {
            
    addCharStats(mplewchr);
            
    addCharLook(mplewchrfalse);
            if (
    chr.getJob().isA(MapleJob.GM)) {
                
    mplew.write(0);
                
    mplew.write(0);
                return;
            }
            if (!
    isViewAll) {
                
    mplew.write(0);
            }
            
    mplew.write(1);
            
    mplew.writeInt(chr.getRank());
            
    mplew.writeInt(chr.getRankMove());
            
    mplew.writeInt(chr.getJobRank());
            
    mplew.writeInt(chr.getJobRankMove());
        } 
    no chedit


  2. #2
    win CioNide is offline
    MemberRank
    Jun 2008 Join Date
    2,560Posts

    Re: addCharEntry v83

    Don't all of the current v.83 sources out have this?
    But, thanks.



Advertisement