Guild LoadMemberPetitions method explain on BCStorm

Results 1 to 1 of 1
  1. #1
    Unspoiled Perfection AKllX is offline
    MemberRank
    Aug 2007 Join Date
    @ akllxprojectLocation
    366Posts

    Guild LoadMemberPetitions method explain on BCStorm

    It was just too much bullshit for me to understand. Could someone please tell me what that if (num == 4) is supposed to be ? Yes, the whole handler is broken. My resources on Retail Habbo doesn't allow me do packetlog that. If you have a packlogged function for this ( you must be Administrator of a group with, at least, 50 players. Just keep passing the pages until the end of your members list and send the packetlog to me) send me so I can rewrite that masterpiece of bad methods.

    Spoiler:
    Code:
     public void LoadMembersPetitions(int num=4, int guildid=0, int numb2=0, string st ="")
            {
                int guildId;
                int num2;
                int num3;
                string str;
                
                if (num == 4)
                {
                    guildId = this.Request.PopWiredInt32();
                    num2 = this.Request.PopWiredInt32();
                    str = this.Request.PopFixedString();            
                    num3 = this.Request.PopWiredInt32();
                }
                else
                {
                    guildId = guildid;
                    num2 = numb2;
                    str = st;       
                    num3 = num;
                }




Advertisement