Welcome to the RaGEZONE - MMORPG development forums.

Fix badges in R63

This is a discussion on Fix badges in R63 within the Habbo Releases forums, part of the Habbo Hotel category; In BadgeComponent.cs, search for PHP Code: ServerMessage Message  = new  ServerMessage ( 229 );  Replace it with PHP Code:             ServerMessage Message  = new  ServerMessage ...

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    this is title
    Rank
    Member +
    Join Date
    May 2011
    Posts
    389
    Liked
    66

    Fix badges in R63

    Click
    In BadgeComponent.cs, search for
    PHP Code:
    ServerMessage Message = new ServerMessage(229); 
    Replace it with
    PHP Code:
                ServerMessage Message = new ServerMessage(229);
                
    Message.AppendInt32(Count);

                foreach (
    Badge Badge in Badges)
                {
                    if (
    Badge.Slot != 0)
                    {
                        
    Message.AppendInt32(1);
                        
    EquippedBadges.Add(Badge);
                    }
                    else
                    {
                        
    Message.AppendInt32(0);
                    }

                    
    Message.AppendStringWithBreak(Badge.Code);
                }

                
    Message.AppendInt32(EquippedBadges.Count);

                foreach (
    Badge Badge in EquippedBadges)
                {
                    
    Message.AppendInt32(Badge.Slot);
                    
    Message.AppendStringWithBreak(Badge.Code);
                } 
    Still learning, so if I did something wrong, just say it instead of flaming. Kthx

    Last edited by Shredinator; 09-07-11 at 03:16 PM.

  2. #2
    HTML,CSS and a bit C#
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Netherlands
    Posts
    351
    Liked
    35

    Re: Fix badges in R63

    nice, i'll try it out!

    ---------- Post added at 02:09 PM ---------- Previous post was at 02:05 PM ----------

    for me dont work
    Habber makes his come back :P

    http://habberhotel.tk

    New layout coded by me :)

  3. #3
    this is title
    Rank
    Member +
    Join Date
    May 2011
    Posts
    389
    Liked
    66

    Re: Fix badges in R63

    Did you delete this?

    return Message;

  4. #4
    HTML,CSS and a bit C#
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Netherlands
    Posts
    351
    Liked
    35

    Re: Fix badges in R63

    foreach (Badge Badge in Badges)
    {
    Message.AppendInt32(Badge.Slot);
    Message.AppendStringWithBreak(Badge.Code);


    if (Badge.Slot > 0)
    {
    Message.AppendInt32(1);
    EquippedBadges.Add(Badge);
    }
    Message.AppendStringWithBreak(Badge.Code);
    }

    if i did this i see some badges :D

    ---------- Post added at 02:17 PM ---------- Previous post was at 02:15 PM ----------

    Quote Originally Posted by Shredinator View Post
    Did you delete this?

    return Message;
    no, im noob but not so big :D

    ---------- Post added at 02:18 PM ---------- Previous post was at 02:17 PM ----------

    but i have a bit older swf's than you,, i think
    Habber makes his come back :P

    http://habberhotel.tk

    New layout coded by me :)

  5. #5
    this is title
    Rank
    Member +
    Join Date
    May 2011
    Posts
    389
    Liked
    66

    Re: Fix badges in R63

    Im using RELEASE63-34737, but as long as it works for you :p

  6. #6
    HTML,CSS and a bit C#
    Rank
    Member +
    Join Date
    Dec 2010
    Location
    Netherlands
    Posts
    351
    Liked
    35

    Re: Fix badges in R63

    hmm, i have fixed it..

    thanks for those codes but i had older swf's breakz0ne has coded a bit newer swf but i use older,,

    ---------- Post added at 02:26 PM ---------- Previous post was at 02:25 PM ----------

    Quote Originally Posted by Shredinator View Post
    Im using RELEASE63-34737, but as long as it works for you :p
    if i use that release i cant enter rooms from the navigator
    Habber makes his come back :P

    http://habberhotel.tk

    New layout coded by me :)

  7. #7
    Ugiox Loperazr
    Rank
    Subscriber
    Join Date
    Jun 2011
    Location
    Southampton
    Posts
    1,817
    Liked
    351
    PSN ID: Z_ZayD3r_Z

    Re: Fix badges in R63

    Works for me. Thanks.
    regards,
    zMagenta

  8. #8
    Banned
    Rank
    Banned
    Join Date
    May 2011
    Location
    Australia
    Posts
    92
    Liked
    4

    Re: Fix badges in R63

    Thank you soo much for this before 20% of my badges were not working now 100% are working thanks so much..

  9. #9
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    359
    Liked
    233

    Re: Fix badges in R63

    Good release mate.

  10. #10
    Banned
    Rank
    Banned
    Join Date
    Jan 2011
    Location
    ^RaGEZONE^
    Posts
    721
    Liked
    41

    Re: Fix badges in R63

    Quote Originally Posted by StampIt View Post
    Thank you soo much for this before 20% of my badges were not working now 100% are working thanks so much..
    That makes no sense when all the badges would not be working because of this update. So there you go, a user lying to get more posts.

  11. #11
    Member
    Rank
    Member
    Join Date
    Aug 2010
    Location
    Netherland
    Posts
    71
    Liked
    5

    Re: Fix badges in R63

    my badges aren't work, but i cant see the " BadgeComponent.cs" :(

  12. #12
    Member
    Rank
    Member
    Join Date
    Jul 2011
    Posts
    88
    Liked
    8

    Re: Fix badges in R63

    thanks for this, helps a lot of users!

  13. #13
    I'm an asshole eat me out
    Rank
    Gamma
    Join Date
    Apr 2010
    Location
    Corporal USA
    Posts
    3,676
    Liked
    1523
    Gamertag: CobeLeDev PSN ID: COBEx9 Steam ID: CobeLeGamer

    Re: Fix badges in R63

    How were they broken? mine work just fine..?
    habbo4java, anyone?

  14. #14
    this is title
    Rank
    Member +
    Join Date
    May 2011
    Posts
    389
    Liked
    66

    Re: Fix badges in R63

    Quote Originally Posted by Tr0ll.™ View Post
    How were they broken? mine work just fine..?
    In the newest SWFs they would just look like they were loading.

  15. #15
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jul 2007
    Posts
    217
    Liked
    2

    Re: Fix badges in R63

    cant find the BadgeComponent.cs im using pphoenix

 

 
Page 1 of 2 12 LastLast

Posting Permissions

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