nice, i'll try it out!
---------- Post added at 02:09 PM ---------- Previous post was at 02:05 PM ----------
for me dont work
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 ...
In BadgeComponent.cs, search for
Replace it withPHP Code:ServerMessage Message = new ServerMessage(229);
Still learning, so if I did something wrong, just say it instead of flaming. KthxPHP 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);
}
![]()
Last edited by Shredinator; 09-07-11 at 03:16 PM.
nice, i'll try it out!
---------- Post added at 02:09 PM ---------- Previous post was at 02:05 PM ----------
for me dont work
Did you delete this?
return Message;
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 ----------
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
Im using RELEASE63-34737, but as long as it works for you :p
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 ----------
if i use that release i cant enter rooms from the navigator
Works for me. Thanks.
regards,
zMagenta
Thank you soo much for this before 20% of my badges were not working now 100% are working thanks so much..
Good release mate.
my badges aren't work, but i cant see the " BadgeComponent.cs" :(
thanks for this, helps a lot of users!
How were they broken? mine work just fine..?
habbo4java, anyone?
cant find the BadgeComponent.cs im using pphoenix