Yeah, so, how do i enable all the chat bubbles?
Like this:
http://uploadir.com/u/mcng0u4n
Printable View
Yeah, so, how do i enable all the chat bubbles?
Like this:
http://uploadir.com/u/mcng0u4n
Which emulator are you using?
I know where you can enable more chat styles. But I need to know if these chat styles are already coded. Could you send me your habbo.swf or your swf's? I'll check. If these chat styles are already coded I give you the new habbo.swf with these other chat styles enabled. :)
BCstorm for now, but im updating my Habbolatino headers for a test xD
http://dl.dropbox.com/u/74840249/REL...-913728051.zip
Also, can you PM me how to do it maybe, i wanna do it on later builds
Hmm.. Something is wrong with your habbo.swf. I configured it with my swf's, opened it in the editor, edited classes and I just see the chat styles from an earlier version? Is it possible to send me the other swf's too?
Other swf's?
I just used the default ones off DCR-Project for the release build... and i used a crack found on these forums
http://gweinyddwrstorio.net/dcp/swfs...-913728051.zip
-- nevermind. Found them already :p
I will have a look now.
Im looking at it know. I found all the chat styles. brb
In your external vars, edit this line : disabled.custom.chat.styles=
Make sure it has no numbers after it, and it will enable the chat styles, if their in your swfs/emu
hmm... I see your problem is solved but do you have too the staff chat style now?
Staff chat bubble gotto roomuser.cs findAdd BellowQuote:
internal void Chat(GameClient Session, string Message, bool Shout, int TextColor = 0)
Quote:
if (TextColor == 0 && Session.GetHabbo().Rank > 4)
{
TextColor = 1; // 1 = Users and Pets Respect, 2 = Bots.
}