1 Attachment(s)
Landing avatar information under menu
Hey people,
I want to have this in my client:
Attachment 123061
Does anybody know how to get it?
Editable in external_variables, Habbo.swf or emulator?
Did some google search but with no result.
Thanks :)
edit:
I don't get why it isn't showing up because it's coded in the Habbo.swf :S
Code:
<?xml version="1.0" encoding="UTF-8"?>
<layout name="avatar_info" width="193" height="236" version="0.1" uid="63ECDF9B-8140-F1FF-EAC1-BCACDEDE1E2A">
<window>
<container x="0" y="0" width="193" height="236" params="16" style="0" name="avatar_info">
<children>
<static_bitmap x="0" y="0" width="193" height="19" params="16" style="0">
<variables>
<var key="asset_uri" value="${image.library.url}reception/reception_label_top.png" type="String"/>
</variables>
</static_bitmap>
<static_bitmap x="0" y="19" width="193" height="198" params="2064" style="0">
<variables>
<var key="asset_uri" value="${image.library.url}reception/reception_label_repeat.png" type="String"/>
</variables>
</static_bitmap>
<static_bitmap x="0" y="217" width="193" height="19" params="1040" style="0">
<variables>
<var key="asset_uri" value="${image.library.url}reception/reception_label_bottom.png" type="String"/>
</variables>
</static_bitmap>
<itemlist_vertical x="0" y="0" width="193" height="105" params="16" style="0" name="itemlist">
<children>
<container x="0" y="0" width="193" height="15" params="1040" style="0" name="spacing"/>
<text x="17" y="0" width="170" height="24" params="16" style="100" name="avatar_info_greeting" caption="%24%7Blanding.view.generic.welcome.title%7D" width_max="170">
<variables>
<var key="auto_size" value="left" type="String"/>
<var key="font_size" value="18" type="uint"/>
<var key="text_style" value="il_heading_1" type="String"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="spacing" value="-0.6" type="Number"/>
<var key="leading" value="0" type="Number"/>
</variables>
</text>
<text x="17" y="24" width="160" height="28" params="16" style="100" name="avatar_info_text" caption="%24%7Blanding.view.generic.welcome.content%7D" width_max="160" height_max="60">
<variables>
<var key="auto_size" value="left" type="String"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="multiline" value="true" type="Boolean"/>
<var key="word_wrap" value="true" type="Boolean"/>
<var key="spacing" value="-0.6" type="Number"/>
<var key="leading" value="0" type="Number"/>
</variables>
</text>
<container x="0" y="0" width="193" height="15" params="1040" style="0" name="spacing"/>
<container x="0" y="52" width="193" height="127" params="16" style="100" name="prize_container">
<children>
<text x="17" y="11" width="177" height="15" params="16" style="100" name="prize_caption" caption="%24%7Blanding.view.generic.welcome.prize%7D">
<variables>
<var key="auto_size" value="left" type="String"/>
<var key="text_style" value="il_heading_3" type="String"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="spacing" value="0" type="Number"/>
<var key="leading" value="0" type="Number"/>
</variables>
</text>
<static_bitmap x="16" y="0" width="161" height="4" params="16" style="100" name="border_bar">
<variables>
<var key="asset_uri" value="illumina_light_border_top_center" type="String"/>
<var key="pivot_point" value="center left" type="String"/>
<var key="stretched_y" value="false" type="Boolean"/>
</variables>
</static_bitmap>
<static_bitmap x="29" y="43" width="38" height="38" params="16" style="0" name="prize_image">
<variables>
<var key="pivot_point" value="bottom left" type="String"/>
<var key="stretched_x" value="false" type="Boolean"/>
<var key="stretched_y" value="false" type="Boolean"/>
</variables>
</static_bitmap>
<button x="7" y="75" width="170" height="50" params="131153" style="100" name="redeem_button" caption="%24%7Blanding.view.generic.welcome.redeem%7D" width_min="170" width_max="170"/>
<formatted_text x="77" y="42" width="112" height="26" params="16" style="100" name="info_txt" caption="Watering%20can%20of%20partial%20greatness">
<variables>
<var key="auto_size" value="left" type="String"/>
<var key="font_size" value="10" type="uint"/>
<var key="mouse_wheel_enabled" value="false" type="Boolean"/>
<var key="multiline" value="true" type="Boolean"/>
<var key="word_wrap" value="true" type="Boolean"/>
<var key="spacing" value="0" type="Number"/>
<var key="leading" value="0" type="Number"/>
</variables>
</formatted_text>
</children>
</container>
</children>
<variables>
<var key="scale_to_fit_items" value="true" type="Boolean"/>
<var key="resize_on_item_update" value="true" type="Boolean"/>
</variables>
</itemlist_vertical>
</children>
</container>
</window>
</layout>
(I'm having the images too)
-- Even tried to copy it from original habbo. Doesn't work either.
Re: Landing avatar information under menu
This never showed up for me in my client. I dont have clue, sorry.
Re: Landing avatar information under menu
Hmm..
Yesterday I searched for the solution very hard. Because it's already coded in the habbo.swf I didn't really find a way to show it up. I searched in the external_variables of habbo and me. And yes, with no result. I looked in the emulator source and don't think this could be coded in the emulator? It's only a little container with some text.
I'm still looking for an answer in the habbo.swf. The problem should be there and not somewhere else. If I got it, should I hit you up?
Re: Landing avatar information under menu
Quote:
Originally Posted by
PremiumEye
Hmm..
Yesterday I searched for the solution very hard. Because it's already coded in the habbo.swf I didn't really find a way to show it up. I searched in the external_variables of habbo and me. And yes, with no result. I looked in the emulator source and don't think this could be coded in the emulator? It's only a little container with some text.
I'm still looking for an answer in the habbo.swf. The problem should be there and not somewhere else. If I got it, should I hit you up?
The solution is a packet it's 1 simpel int.
Re: Landing avatar information under menu
Quote:
Originally Posted by
vista4life
The solution is a packet it's 1 simpel int.
And could you help me with that, please ;)?
Re: Landing avatar information under menu
Thanks for you want to help me. -.-
I should quit helping people on this forum because nobody wants to help me. :s
Re: Landing avatar information under menu
Re: Landing avatar information under menu
Quote:
Originally Posted by
Squashing
Its variables ^^
Searched in it for ages. Can't vind anything. Could you tell me with variable ;)?
Re: Landing avatar information under menu
What revision are you trying to do this on?
Re: Landing avatar information under menu
Quote:
Originally Posted by
Makarov
What revision are you trying to do this on?
I don't really understand you.
Re: Landing avatar information under menu
Quote:
Originally Posted by
PremiumEye
I don't really understand you.
He means pre-shuffle(R63A) or post-shuffle(R63B)
Re: Landing avatar information under menu
Re: Landing avatar information under menu
Quote:
Originally Posted by
Makarov
What emulator...
Yeah I was for a long time stand-by in the retro world, so I kinda forget some words.
I work with an R63B emulator. (BcStorm)