Cloud Throne & Egg

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Been on Habbo and b00m, new furni. Here you go:

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`, `height_adjustable`) VALUES
('4702', 'cloud_throne', 'cloud_throne', 's', '1', '1', '1', '0', '1', '0', '4702', '1', '1', '1', '1', '1', 'default', '2.5', '0', '0', '0', '0'),
('4701', 'cloud_egg', 'cloud_egg', 's', '1', '1', '1', '0', '0', '0', '4701', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0');

Catalog_Items:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
('4702', 'PAGEID', '4702', 'cloud_throne', '100', '0', '0', '1', '0', '0'),
('4701', 'PAGEID', '4701', 'cloud_egg', '3', '0', '0', '1', '0', '0');

Furnidata:
Code:
["s","4702","cloud_throne","43311","0","1","1","","Cloud Throne","Look down upon your kingdom from the safety of the clouds","","-1","-1","","1"],
["s","4701","cloud_egg","43311","0","1","1","","Pearl Dragon Egg","Smooth as silk, hard as diamond, as beautiful as an April sunset","","-1","-1","","1"],

SWF Download:


Screenshot (Credits not to me):
b1dcc4dac2184fbe8c72e55.png


Thanks - Likes always welcome :).
 

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
#1054 - Unknown column 'achievment' in 'field list'

Help?

What database are you using? I mean the emulator... This works fine in phoenix and try to replace achievements with the table in your database that is related with achievement :up:
 

Dzemal

Member
Mar 1, 2012
50
1
What database are you using? I mean the emulator... This works fine in phoenix and try to replace achievements with the table in your database that is related with achievement :up:

Im using Phoenix emulator. Could you help me add these things?
 

zaneraptor

Member
Nov 22, 2012
47
0
Been on Habbo and b00m, new furni. Here you go:

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`, `height_adjustable`) VALUES
('4702', 'cloud_throne', 'cloud_throne', 's', '1', '1', '1', '0', '1', '0', '4702', '1', '1', '1', '1', '1', 'default', '2.5', '0', '0', '0', '0'),
('4701', 'cloud_egg', 'cloud_egg', 's', '1', '1', '1', '0', '0', '0', '4701', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0');

Catalog_Items:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
('4702', 'PAGEID', '4702', 'cloud_throne', '100', '0', '0', '1', '0', '0'),
('4701', 'PAGEID', '4701', 'cloud_egg', '3', '0', '0', '1', '0', '0');

Furnidata:
Code:
["s","4702","cloud_throne","43311","0","1","1","","Cloud Throne","Look down upon your kingdom from the safety of the clouds","","-1","-1","","1"],
["s","4701","cloud_egg","43311","0","1","1","","Pearl Dragon Egg","Smooth as silk, hard as diamond, as beautiful as an April sunset","","-1","-1","","1"],

SWF Download:


Screenshot (Credits not to me):
b1dcc4dac2184fbe8c72e55.png


Thanks - Likes always welcome :).
u played boom same here
 

Users who are viewing this thread

Top