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 Q&A
Looking for Coder
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="JayC" data-source="post: 246785" data-attributes="member: 36373"><p>If you are R63 this is a SQL starter (Do it yourself):</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`) VALUES</p><p>(CODE 1 HERE (8) , 'SWF Name', 'SWF Name', 's', 1, 1, 1, '1', '0', '0', CODE 2 HERE (8), '1', '1', '1', '1', '1', 'default', 4, '0');</p><p></p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES</p><p>(CODE 1 HERE (8), 'Page Here', 'CODE 1 HERE (8)', 'Catalogue Name', '0', '0', '0', '1');</p><p></p><p>["s","CODE 2 HERE (8)","SWF Name","CODE 3 HERE (6)","0","1","1","","Furniture Name","Furniture Desc","","-1","-1"],[/CODE]</p><p></p><p>And as far as the customs its fairly easy. Get a SWF decomplier to separate the Images and then edit them in something like Paint/paint.net/photoshop and then insert the images back in, and use a program called "HxD" to search for the SWF name and replace it with a new SWF name with the same amount of letters/characters. For more information on this you can look up a tutorial.</p></blockquote><p></p>
[QUOTE="JayC, post: 246785, member: 36373"] If you are R63 this is a SQL starter (Do it yourself): [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`) VALUES (CODE 1 HERE (8) , 'SWF Name', 'SWF Name', 's', 1, 1, 1, '1', '0', '0', CODE 2 HERE (8), '1', '1', '1', '1', '1', 'default', 4, '0'); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (CODE 1 HERE (8), 'Page Here', 'CODE 1 HERE (8)', 'Catalogue Name', '0', '0', '0', '1'); ["s","CODE 2 HERE (8)","SWF Name","CODE 3 HERE (6)","0","1","1","","Furniture Name","Furniture Desc","","-1","-1"],[/CODE] And as far as the customs its fairly easy. Get a SWF decomplier to separate the Images and then edit them in something like Paint/paint.net/photoshop and then insert the images back in, and use a program called "HxD" to search for the SWF name and replace it with a new SWF name with the same amount of letters/characters. For more information on this you can look up a tutorial. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Looking for Coder
Top