World based character slots

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    Account Upgraded | Title Enabled! flav is offline
    MemberRank
    Jul 2008 Join Date
    655Posts

    Re: World based character slots

    Quote Originally Posted by Moogra View Post
    I remember adding sthis a month ago. After I tried it. I couldn't make more characters (lol) so I removed it. I'm guessing it works though. I'm pretty sure there's a thing in MaplePacketCreator that also needs to be edited. It's tells the max character limit.
    Of course, I forgot...
    Code:
    public static MaplePacket getCharList(MapleClient c, int serverId) {
            MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter();
    
            mplew.writeShort(SendPacketOpcode.CHARLIST.getValue());
            mplew.write(0);
            List<MapleCharacter> chars = c.loadCharacters(serverId);
            mplew.write((byte) chars.size());
            for (MapleCharacter chr : chars) {
                addCharEntry(mplew, chr);
            }
            mplew.writeInt(c.getCSlots());
    
            return mplew.getPacket();
        }

  2. #17
    Xephizion Development Ehab is offline
    MemberRank
    Apr 2008 Join Date
    Somewhere I BelLocation
    1,935Posts

    Re: World based character slots

    maybe Moogra is right
    we have to develop more to get a GMS-Like server

  3. #18
    Account Upgraded | Title Enabled! Popozow1012 is offline
    MemberRank
    Jul 2008 Join Date
    Where it's nine in the afternoonLocation
    549Posts

    Re: World based character slots

    you beast
    your working a lot :D

  4. #19
    Valued Member iSparks is offline
    MemberRank
    May 2009 Join Date
    Ontario, CanadaLocation
    110Posts

    Re: World based character slots

    flav you fucking fail, you try to hard, you'll never amount to anything, stop trying, your releases suck shit and no one here likes you, Goddamn, get it through your head you jackass.

    /flame

    LOL!!

    Just joking bud, great release, I wasn't even thinking about this :P keep up the good work :)

  5. #20
    I can't leave this place RaptorJesus is offline
    MemberRank
    Apr 2008 Join Date
    1,923Posts

    Re: World based character slots

    Quote Originally Posted by iSparks View Post
    flav you fucking fail, you try to hard, you'll never amount to anything, stop trying, your releases suck shit and no one here likes you, Goddamn, get it through your head you jackass.

    /flame

    LOL!!

    Just joking bud, great release, I wasn't even thinking about this :P keep up the good work :)
    Wanna be Aleks?

  6. #21
    Valued Member iSparks is offline
    MemberRank
    May 2009 Join Date
    Ontario, CanadaLocation
    110Posts

    Re: World based character slots

    Quote Originally Posted by RaptorJesus View Post
    Wanna be Aleks?
    No sir, this is the real Aleks :) Texxxxttt meeeeee Darrrrionnnnn :) and I'll prove it :P

  7. #22
    Account Upgraded | Title Enabled! FloppyDisk is offline
    MemberRank
    Jan 2009 Join Date
    634Posts

    Re: World based character slots

    Quote Originally Posted by iSparks View Post
    No sir, this is the real Aleks :) Texxxxttt meeeeee Darrrrionnnnn :) and I'll prove it :P
    Eew, it's Aleks. <3 .hack

  8. #23
    Valued Member iSparks is offline
    MemberRank
    May 2009 Join Date
    Ontario, CanadaLocation
    110Posts

    Re: World based character slots

    Quote Originally Posted by FloppyDisk View Post
    Eew, it's Aleks. <3 .hack
    Ewwwwww It's JAAAAAYYYY <3333 :)

    PS. I LOVE .Hack :)

  9. #24
    wackyracer#1337 wackyracer is offline
    MemberRank
    Jun 2008 Join Date
    1,524Posts

    Re: World based character slots

    Quote Originally Posted by iSparks View Post
    No sir, this is the real Aleks :) Texxxxttt meeeeee Darrrrionnnnn :) and I'll prove it :P
    wb Aleks :o it's gud to hav u bak. I remember those good days when you were coding a lot and you invited everyone to your TeamViewer to watch you code and everyone was posting "o: aleks iz awsum".

  10. #25
    Valued Member iSparks is offline
    MemberRank
    May 2009 Join Date
    Ontario, CanadaLocation
    110Posts

    Re: World based character slots

    Quote Originally Posted by wackyracer View Post
    wb Aleks :o it's gud to hav u bak. I remember those good days when you were coding a lot and you invited everyone to your TeamViewer to watch you code and everyone was posting "o: aleks iz awsum".
    Haha, thank you pal :) you still remember that? :P boy, those were the good ol days, huh? :)
    GOOOOD To be bacck :)

  11. #26
    wackyracer#1337 wackyracer is offline
    MemberRank
    Jun 2008 Join Date
    1,524Posts

    Re: World based character slots

    Quote Originally Posted by iSparks View Post
    Haha, thank you pal :) you still remember that? :P boy, those were the good ol days, huh? :)
    GOOOOD To be bacck :)
    Hell yeah I remember that. Good times... good times...

  12. #27
    Enthusiast Second Thought is offline
    MemberRank
    Apr 2009 Join Date
    41Posts

    Re: World based character slots

    Nice job..

  13. #28
    ιĐαrk? ANBUItachi is offline
    MemberRank
    Jan 2008 Join Date
    Everywhere.Location
    542Posts

    Re: World based character slots

    Nice Rls
    Thx
    Quote Originally Posted by iSparks View Post
    Haha, thank you pal :) you still remember that? :P boy, those were the good ol days, huh? :)
    GOOOOD To be bacck :)
    Hi Sparks!

  14. #29
    GoldMember XkelvinchiaX is offline
    MemberRank
    Sep 2006 Join Date
    MalaysiaLocation
    286Posts

    Re: World based character slots

    Nice Release~ Good Job

  15. #30
    Banned paullee0121 is offline
    BannedRank
    Nov 2008 Join Date
    44Posts

    Re: World based character slots

    Very nice sharing and gms like function. Thanks...



Page 2 of 2 FirstFirst 12

Advertisement