Welcome to the RaGEZONE - MMORPG development forums.

Badge Point Limit Fix R63

This is a discussion on Badge Point Limit Fix R63 within the Habbo Releases forums, part of the Habbo Hotel category; Hello people, For the new Achievement-system badges has his own limit. You need to serailize them. THIS IS NOT A ...

Results 1 to 2 of 2
  1. #1
    Slap me if you dare.
    Rank
    Member +
    Join Date
    Jul 2009
    Location
    The Netherlands
    Posts
    651
    Liked
    680
    Gamertag: iBreakz0ne

    Badge Point Limit Fix R63

    Hello people,

    For the new Achievement-system badges has his own limit.

    You need to serailize them.

    THIS IS NOT A CODED PICE You have to do it yourself.
    Code:
    HeaderId = 627
    Generate a Dictionary with these data per item: { BadgeCode, Dictionary<int, int> Levels with limits } 
    
    How to go further?
    
    foreach (keyvaluepair<string, dictionary<int, int>> kvp in Dictionary)
    {
       Append(kvp.key);
       foreach(keyvaluepair<int, int> _kvp in kvp.value)
       {
         Append(_kvp.key);
         Append(_kvp.value);
       }
    }
    Then you will have the limits on the badge descriptions ;D
    BrickEmulator release date: 31-10-2011


  2. #2
    Working in private usage.
    Rank
    Member +
    Join Date
    Jul 2011
    Location
    The Netherlands
    Posts
    1,162
    Liked
    230

    Re: Badge Point Limit Fix R63

    Thanks, I asked many friends for it and you gave it. This deserves a like.

    Yes. It's true, I am scared of vaginas.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •