Jump to content

lekkereten

Members
  • Posts

    148
  • Joined

  • Days Won

    1

Posts posted by lekkereten

  1. What about making these strings translatable?

    const char* msg_langtype2langstr(int langtype){
    	switch(langtype){
    		case 0: return "English (ENG)";
    		case 1: return "Russian (RUS)";
    		case 2: return "Spanish (SPN)";
    		case 3: return "German (GRM)";
    		case 4: return "Chinese (CHN)";
    		case 5: return "Malasian (MAL)";
    		case 6: return "Indonesian (IDN)";
    		case 7: return "French (FRN)";
    		case 8: return "Brazilian Portuguese (POR)";
    		default: return "??";
    	}
    }
    Mainly because of:
    461: Language is now set to %s.
    If you set your language to french, the text in 461 will be in french but the language name itself will be in english.

    I don't have time anymore for this week so if you find that this is a good thing to implement...

    • Upvote 1
  2. Tienes una configuracion en config.php como esta?

    $CONFIG['gm_hide']        =    '40';            // GMs this level and above will be hidden from whoisonline.php

    Esto esconde todos los GMs con nível mayor que 40 de Quién Está Online.

    Si usted ha logado solamente con GMs esto puede explicar su problema.

  3. @malufett

    About this:

    // packet: 0x8b7
    // len: 10
    struct PACKET_HC_SECOND_PASSWD_REQ {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned long AID
       /* this+0x6 */ unsigned long Seed
    }
    
    // packet: 0x8b8
    // len: 12
    struct PACKET_CH_SECOND_PASSWD_ACK {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned long AID
       /* this+0x6 */ char SecondPWIdx[6]
    }
    
    // packet: 0x8b9
    // len: 4
    struct PACKET_HC_SECOND_PASSWD_LOGIN {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned short Result
    }
    
    // packet: 0x8ba
    // len: 16
    struct PACKET_CH_MAKE_SECOND_PASSWD {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned long AID
       /* this+0x6 */ unsigned long Seed
       /* this+0xa */ char SecondPWIdx[6]
    }
    
    // packet: 0x8bb
    // len: 4
    struct PACKET_HC_MAKE_SECOND_PASSWD {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned short Result
    }
    
    // packet: 0x8bc
    // len: 16
    struct PACKET_CH_DELETE_SECOND_PASSWD {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned long AID
       /* this+0x6 */ unsigned long Seed
       /* this+0xa */ char SecondPWIdx[6]
    }
    
    // packet: 0x8bd
    // len: 4
    struct PACKET_HC_DELETE_SECOND_PASSWD {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned short Result
    }
    
    // packet: 0x8be
    // len: 16
    struct PACKET_CH_EDIT_SECOND_PASSWD {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned long AID
       /* this+0x6 */ unsigned long Seed
       /* this+0xa */ char SecondPWIdx[6]
    }
    
    // packet: 0x8bf
    // len: 4
    struct PACKET_HC_EDIT_SECOND_PASSWD {
       /* this+0x0 */ short PacketType
       /* this+0x2 */ unsigned short Result
    }

    I'm using 2012-04-10 and I get these lengths,

    which I are the ones already *not* fully implemented.

    I found yours on this link. Ain't this bRO's packets?

    This post is also relevant: this

  4. so could this be implemented or not?

    yes it can..just need little help..:)

    :meow:

    You can join on IRC so we can help/discuss/etc @_@

    Also I don't recall this being active in bRO (only kafra pwd)

×
×
  • Create New...