Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

SWF Styling

Status
Not open for further replies.
Joined
Oct 13, 2009
Messages
881
Reaction score
118
Were do I go to change the color of the blue alerts.. Here is what I mean.

Mithex - SWF Styling - RaGEZONE Forums
 
Last edited:
Junior Spellweaver
Joined
Oct 6, 2011
Messages
185
Reaction score
15
Where do I need to change the 'shell_icon'? I want to replace it to stars..
 
Run, but I'll find you.
Joined
Jan 29, 2011
Messages
777
Reaction score
327
Havn't been here for a while, lol. Hey o/
I have a question. Does anyone know how to change where the dialogs pop up? ie: Moving the default position of the navigator when you click to open it?
 
Joined
May 8, 2010
Messages
1,902
Reaction score
669
I don't know if this has already been posted or not...

If you want this:

Mithex - SWF Styling - RaGEZONE Forums


edit your habbo-123 to this:

<?xml version="1.0" encoding="UTF-8"?>
<layout name="chatinput_window" width="550" height="38" version="0.1" uid="E90C85D2-57C1-5DC9-E8AD-57D1C77D91B2">
<window>
<container x="18" y="273" width="550" height="45" params="1025" style="0" name="bubblecont" tags="chat_bubble" width_min="90">
<filters>
<DropShadowFilter distance="4" alpha="0.6"/>
</filters>
<children>
<border x="0" y="0" width="450" height="38" params="16" style="8" name="input_border">
<children>
<input x="10" y="13" width="360" height="31" params="1" style="0" name="chat_input" caption="%24%7Bwidgets.chatinput.default%7D" clipping="false" color="0x6f6f6f">
<variables>
<var key="always_show_selection" value="true" type="Boolean"/>
<var key="antialias_type" value="advanced" type="String"/>
<var key="font_face" value="Volter" type="String"/>
<var key="font_size" value="9" type="uint"/>
<var key="text_color" value="0x6f6f6f" type="hex"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="max_chars" value="100" type="int"/>
<var key="italic" value="false" type="Boolean"/>
<var key="focus_capturer" value="true" type="Boolean"/>
</variables>
</input>
<text x="10" y="11" width="300" height="34" params="16" style="0" name="block_text" caption="%24%7Bchat.input.alert.flood%7D" visible="false">
<variables>
<var key="antialias_type" value="advanced" type="String"/>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="grid_fit_type" value="subpixel" type="String"/>
<var key="text_color" value="0xff0000" type="hex"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="bold" value="true" type="Boolean"/>
</variables>
</text>
</children>
</border>
<container_button x="366" y="4" width="180" height="30" params="12582929" style="2" name="send_button">
<children>
<text x="25" y="6" width="150" height="20" params="12582928" style="0" name="send_button_text" caption="widgets.chatinput.say">
<variables>
<var key="antialias_type" value="advanced" type="String"/>
<var key="auto_size" value="left" type="String"/>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="bold" value="true" type="Boolean"/>
</variables>
</text>
</children>
</container_button>
</children>
</container>
</window>
</layout>

Credit to original maker (forgot who it is)

thanks

anyone know the code for the :pickall box?
 
Experienced Elementalist
Joined
Oct 28, 2009
Messages
237
Reaction score
26
Anyone know how to remove the minimail button without getting a disconnect?


Pepijn.
 
Junior Spellweaver
Joined
Aug 15, 2011
Messages
167
Reaction score
15
In the Minichat :p.
When you speak to anyone.
Go to habbo-1037 and change <container_button x="5" y="4" width="32" height="22" params="17" style="0" name="button_open_minimail"> to <container_button x="5" y="4" width="0" height="0" params="17" style="0" name="button_open_minimail"> That worked for me for the "Edit in hk" in the userinfo dialog.
 
Junior Spellweaver
Joined
Oct 6, 2011
Messages
185
Reaction score
15
Is there a possibility to change the MOTD style? It's really ugly..
 
Newbie Spellweaver
Joined
Sep 1, 2007
Messages
20
Reaction score
1
Where do you fix the height for Volter font, in chat? It needs to be set in the middle..
 
Junior Spellweaver
Joined
Aug 15, 2011
Messages
167
Reaction score
15
Its a little late and perhaps the treat is allready forgotten, but I have some questions:
Im styling the friendlist and the chat. But I can't change the height in the file. In what file can I change it?
Also the title has a brown color. Where can I change it to white?
You don't have to explain how, I just need the numbers from the files (habboUI Editor).

Thanks in advance.
 
Status
Not open for further replies.
Back
Top