Re: [NEW] [UPDATE] 18 new Christmas furni
Yeah, i had problems too with them... But i fixed them and these are tested and working. ( Official Phoenix 3.10.0 )
furniture
Code:
INSERT INTO `furniture` VALUES ('4512', 'xmas12_pork', 'xmas12_pork', 's', '1', '2', '1', '1', '0', '0', '4512', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4513', 'xmas12_bardesk', 'xmas12_bardesk', 's', '1', '1', '1', '1', '0', '0', '4513', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4514', 'xmas12_table', 'xmas12_table', 's', '2', '2', '1', '1', '0', '0', '4514', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4515', 'xmas12_chair', 'xmas12_chair', 's', '1', '1', '1', '0', '1', '0', '4515', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4516', 'xmas12_nutcracker', 'xmas12_nutcracker', 's', '1', '1', '1', '0', '0', '0', '4516', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4517', 'xmas12_npole', 'xmas12_npole', 's', '1', '1', '1', '1', '0', '0', '4517', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4518', 'xmas12_santathrone', 'xmas12_santathrone', 's', '1', '1', '1', '0', '0', '0', '4518', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4519', 'xmas12_floortile', 'xmas12_floortile', 's', '2', '2', '0.1', '1', '0', '1', '4519', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4468', 'xmas12_wall_in', 'xmas12_wall_in', 'i', '0', '0', '1', '1', '0', '0', '4468', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4466', 'xmas12_wall_out', 'xmas12_wall_out', 'i', '0', '0', '1', '1', '0', '0', '4466', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4467', 'xmas12_window', 'xmas12_window', 'i', '0', '0', '1', '1', '0', '0', '4467', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4520', 'xmas12_fireplace', 'xmas12_fireplace', 's', '1', '3', '1', '1', '0', '0', '4520', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4521', 'xmas12_pillar1', 'xmas12_pillar1', 's', '1', '1', '1', '1', '0', '0', '4521', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4522', 'xmas12_pillar3', 'xmas12_pillar3', 's', '1', '1', '1', '1', '0', '0', '4522', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4523', 'xmas12_pillar2', 'xmas12_pillar2', 's', '1', '1', '1', '1', '0', '0', '4523', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4524', 'xmas12_barrel', 'xmas12_barrel', 's', '1', '1', '1', '1', '0', '0', '4524', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4469', 'xmas12_torch', 'xmas12_torch', 'i', '0', '0', '1', '1', '0', '0', '4469', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4470', 'xmas12_door', 'xmas12_door', 'i', '0', '0', '1', '1', '0', '0', '4470', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0');
catalog_items, remember to change 'CATID's to catalog_page id you want them in!
Code:
INSERT INTO `catalog_items` VALUES ('4520', 'CATID', '4520', 'xmas12_fireplace', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4521', 'CATID', '4521', 'xmas12_pillar1', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4522', 'CATID', '4522', 'xmas12_pillar3', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4523', 'CATID', '4523', 'xmas12_pillar2', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4524', 'CATID', '4524', 'xmas12_barrel', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4469', 'CATID', '4469', 'xmas12_torch', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4470', 'CATID', '4470', 'xmas12_door', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4512', 'CATID', '4512', 'xmas12_pork', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4513', 'CATID', '4513', 'xmas12_bardesk', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4514', 'CATID', '4514', 'xmas12_table', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4515', 'CATID', '4515', 'xmas12_chair', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4516', 'CATID', '4516', 'xmas12_nutcracker', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4517', 'CATID', '4517', 'xmas12_npole', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4518', 'CATID', '4518', 'xmas12_santathrone', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4519', 'CATID', '4519', 'xmas12_floortile', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4468', 'CATID', '4468', 'xmas12_wall_in', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4466', 'CATID', '4466', 'xmas12_wall_out', '5', '0', '0', '1', '0', '0');
INSERT INTO `catalog_items` VALUES ('4467', 'CATID', '4467', 'xmas12_window', '5', '0', '0', '1', '0', '0');
Re: [NEW] [UPDATE] 18 new Christmas furni
If the SQL's provided by me don't work then probably you use a cracked version of Phoenix or didn't run the SQL updates by Phoenix... Simple.
Re: [NEW] [UPDATE] 18 new Christmas furni
Is this for Phoenix 3.8.0 or for 3.10
Re: [NEW] [UPDATE] 18 new Christmas furni
Quote:
Originally Posted by
helper21
Is this for Phoenix 3.8.0 or for 3.10
3.7.1 idk it's for 3.8.0 and it's for 3.10
Re: [NEW] [UPDATE] 18 new Christmas furni
Sqls for Habbolatino : Butterstorm pls
Re: [NEW] [UPDATE] 18 new Christmas furni
They don't work for me :(..
i'm using Phoenix 3.8.0
when i'm try to add these furni to my db, i recieve mysql errors in the phoenix server. :(..
Re: [NEW] [UPDATE] 18 new Christmas furni
The furni are just black boxes and i am sure i added the furni into my furniture map.
Anyone know what's wrong?
Re: [NEW] [UPDATE] 18 new Christmas furni
Omg! :(
Please, can someone post for Phoenix 3.11.0?
and catalogue_pages too if possible :/
Thaank you! :D
Re: [NEW] [UPDATE] 18 new Christmas furni
Nice release, to bad for the wrong SQL...
Re: [NEW] [UPDATE] 18 new Christmas furni
Im Glad I Found These Now Lol :)
Re: [NEW] [UPDATE] 18 new Christmas furni
i using bcstorm r63b does somebody have the SQL's SQL's for butterfly are not working
Re: [NEW] [UPDATE] 18 new Christmas furni
Anyone got some working SQL's of this?