Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
Furniture Releases
[RELEASE] Badge Displays
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jerry" data-source="post: 277374" data-attributes="member: 35321"><p>Here I post the fix to upload in your hotels the badges displayers</p><p></p><p>In your emulator:</p><p>Find</p><p>[CODE]case "roomads":</p><p> base.WriteString("roomads");</p><p> base.WriteInteger(2);</p><p> base.WriteString("events_header");</p><p> base.WriteString("");</p><p> base.WriteInteger(2);</p><p> base.WriteString("");</p><p> base.WriteString("");</p><p> //base.WriteInteger(1);</p><p> break;[/CODE]</p><p>Under it add</p><p>[CODE]case "badge_display":</p><p> base.WriteString("badge_display");</p><p> base.WriteInteger(2);</p><p> base.WriteString(Page.LayoutHeadline);</p><p> base.WriteString(Page.LayoutTeaser);</p><p> base.WriteInteger(3);</p><p> base.WriteString(Page.Text1);</p><p> base.WriteString(Page.Text2);</p><p> base.WriteString(Page.TextDetails);</p><p> break;[/CODE]</p><p>Find</p><p>[CODE]case InteractionType.mannequin:</p><p> ExtraData = "m" + Convert.ToChar(5) + "ch-215-92.lg-3202-1322-73" + Convert.ToChar(5) +"Default Mannequin";[/CODE]</p><p>Under it add</p><p>[CODE]case InteractionType.badge_display:</p><p> break;[/CODE]</p><p>Find</p><p>[CODE]gld_item,</p><p> gld_gate,[/CODE]</p><p>Under it add</p><p>[CODE]badge_display,[/CODE]</p><p>Find</p><p>[CODE]case "bot1":</p><p> return InteractionType.bot1;[/CODE]</p><p>Under it add</p><p>[CODE]case "badge_display":</p><p> return InteractionType.badge_display;[/CODE]</p><p>At last find</p><p>[CODE]else if (this.GetBaseItem().InteractionType == InteractionType.roombg)[/CODE]</p><p>Above it add</p><p>[CODE]else if (this.GetBaseItem().InteractionType == InteractionType.badge_display)</p><p> {</p><p> Message.AppendInt32(0);</p><p> Message.AppendInt32(2);</p><p> Message.AppendInt32(4);</p><p> Message.AppendString("0");</p><p> Message.AppendString(this.ExtraData);</p><p> Message.AppendString("");</p><p> Message.AppendString("");</p><p> }[/CODE]</p><p></p><p>Here are the swf:</p><p><a href="http://www.mediafire.com/download/4co1hk2lwzq0s5v/Expositores+de+Placas+%28SWF%29.rar" target="_blank">http://www.mediafire.com/download/4c...+%28SWF%29.rar</a></p><p></p><p>Here the sqls:</p><p>catalog_items</p><p>[CODE]INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_belcredits`, `cost_duckets`, `amount`, `vip`, `achievement`, `song_id`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `flat_id`) VALUES</p><p>(6778421, 5004, '999888479', 'badge_display2', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12463),</p><p></p><p></p><p>(6778422, 5004, '999888480', 'badge_display', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12464),</p><p>(6778423, 5004, '999888481', 'badge_display4', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12466),</p><p>(6778424, 5004, '999888482', 'badge_display3', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12467),</p><p>(6778425, 5004, '999888483', 'badge_display5', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12471);[/CODE]</p><p>catalog_pages</p><p>[CODE]INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `min_sub`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES</p><p>(5004, -1, 'Expositores de Placas', 1, 1051, '1', '1', 0, '0', 5, 'badge_display', '', '', ' ', '', ' ', 0, 'Click on an item for more information.', ' ', '0','','');[/CODE]</p><p>furniture</p><p>[CODE]INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `stack_multiplier`, `subscriber`, `effectid`, `height_adjustable`, `flat_id`, `revision`, `description`, `specialtype`, `canlayon`) VALUES</p><p>(999888479, 'Badge Display Case', 'badge_display2', 's', 2, 2, '1', '1', '0', '0', 5013, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12463, 45561, 'Show off your favourite badge!', 1, '0'),</p><p>(999888480, 'Badge Display Case', 'badge_display', 's', 1, 1, '1', '1', '0', '0', 5014, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12464, 45561, 'Show off your favourite badge!', 1, '0'),</p><p>(999888481, 'Badge Display Case', 'badge_display4', 's', 1, 1, '1', '1', '0', '0', 5015, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12466, 47260, 'Show off your favourite badge!', 1, '0'),</p><p>(999888482, 'Badge Display Case', 'badge_display3', 's', 1, 1, '1', '1', '0', '0', 5016, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12467, 45576, 'Show off your favourite badge!', 1, '0'),</p><p>(999888483, 'Badge Display Case', 'badge_display5', 's', 1, 1, '1', '1', '0', '0', 5017, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12471, 45615, 'Show off your favourite badge!', 1, '0');[/CODE]</p><p>In the catalog_pages you have to add in page_layout 'badge_display' and in Furniture you have to add in interaction_type 'badge_display'. You must to change the Structure of the table in the database.</p><p></p><p>Icon:</p><p><img src="http://i.imgur.com/WcXAH9k.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Sreenshot</p><p><img src="http://i.imgur.com/bDMvik5.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Credits:</p><p>Phserk</p><p>Custom</p><p>wafer</p><p>Enjoy it!</p></blockquote><p></p>
[QUOTE="Jerry, post: 277374, member: 35321"] Here I post the fix to upload in your hotels the badges displayers In your emulator: Find [CODE]case "roomads": base.WriteString("roomads"); base.WriteInteger(2); base.WriteString("events_header"); base.WriteString(""); base.WriteInteger(2); base.WriteString(""); base.WriteString(""); //base.WriteInteger(1); break;[/CODE] Under it add [CODE]case "badge_display": base.WriteString("badge_display"); base.WriteInteger(2); base.WriteString(Page.LayoutHeadline); base.WriteString(Page.LayoutTeaser); base.WriteInteger(3); base.WriteString(Page.Text1); base.WriteString(Page.Text2); base.WriteString(Page.TextDetails); break;[/CODE] Find [CODE]case InteractionType.mannequin: ExtraData = "m" + Convert.ToChar(5) + "ch-215-92.lg-3202-1322-73" + Convert.ToChar(5) +"Default Mannequin";[/CODE] Under it add [CODE]case InteractionType.badge_display: break;[/CODE] Find [CODE]gld_item, gld_gate,[/CODE] Under it add [CODE]badge_display,[/CODE] Find [CODE]case "bot1": return InteractionType.bot1;[/CODE] Under it add [CODE]case "badge_display": return InteractionType.badge_display;[/CODE] At last find [CODE]else if (this.GetBaseItem().InteractionType == InteractionType.roombg)[/CODE] Above it add [CODE]else if (this.GetBaseItem().InteractionType == InteractionType.badge_display) { Message.AppendInt32(0); Message.AppendInt32(2); Message.AppendInt32(4); Message.AppendString("0"); Message.AppendString(this.ExtraData); Message.AppendString(""); Message.AppendString(""); }[/CODE] Here are the swf: [URL='http://www.mediafire.com/download/4co1hk2lwzq0s5v/Expositores+de+Placas+%28SWF%29.rar']http://www.mediafire.com/download/4c...+%28SWF%29.rar[/URL] Here the sqls: catalog_items [CODE]INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_belcredits`, `cost_duckets`, `amount`, `vip`, `achievement`, `song_id`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `flat_id`) VALUES (6778421, 5004, '999888479', 'badge_display2', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12463), (6778422, 5004, '999888480', 'badge_display', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12464), (6778423, 5004, '999888481', 'badge_display4', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12466), (6778424, 5004, '999888482', 'badge_display3', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12467), (6778425, 5004, '999888483', 'badge_display5', 5, 0, 1, 1, '0', 0, 0, 0, 0, '1', '', '', 12471);[/CODE] catalog_pages [CODE]INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `min_sub`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES (5004, -1, 'Expositores de Placas', 1, 1051, '1', '1', 0, '0', 5, 'badge_display', '', '', ' ', '', ' ', 0, 'Click on an item for more information.', ' ', '0','','');[/CODE] furniture [CODE]INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `stack_multiplier`, `subscriber`, `effectid`, `height_adjustable`, `flat_id`, `revision`, `description`, `specialtype`, `canlayon`) VALUES (999888479, 'Badge Display Case', 'badge_display2', 's', 2, 2, '1', '1', '0', '0', 5013, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12463, 45561, 'Show off your favourite badge!', 1, '0'), (999888480, 'Badge Display Case', 'badge_display', 's', 1, 1, '1', '1', '0', '0', 5014, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12464, 45561, 'Show off your favourite badge!', 1, '0'), (999888481, 'Badge Display Case', 'badge_display4', 's', 1, 1, '1', '1', '0', '0', 5015, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12466, 47260, 'Show off your favourite badge!', 1, '0'), (999888482, 'Badge Display Case', 'badge_display3', 's', 1, 1, '1', '1', '0', '0', 5016, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12467, 45576, 'Show off your favourite badge!', 1, '0'), (999888483, 'Badge Display Case', 'badge_display5', 's', 1, 1, '1', '1', '0', '0', 5017, '1', '1', '1', '1', '1', 'badge_display', 1, '0', '0', '0', '0', '0', 0, '0', 12471, 45615, 'Show off your favourite badge!', 1, '0');[/CODE] In the catalog_pages you have to add in page_layout 'badge_display' and in Furniture you have to add in interaction_type 'badge_display'. You must to change the Structure of the table in the database. Icon: [IMG]http://i.imgur.com/WcXAH9k.png[/IMG] Sreenshot [IMG]http://i.imgur.com/bDMvik5.png[/IMG] Credits: Phserk Custom wafer Enjoy it! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Furniture Releases
[RELEASE] Badge Displays
Top