Diamonds SQL HELP

FunkyBohh

Member
Jun 21, 2011
181
6
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
('891030', 'PAGEID', '891030', 'CF_100000_purba', '100000', '0', '0', '1'),
('891031', 'PAGEID', '891031', 'CF_250000_purba', '250000', '0', '0', '1'),
('891032', 'PAGEID', '891032', 'CF_500000_purba', '500000', '0', '0', '1'),
('891033', 'PAGEID', '891033', 'CF_750000_purba', '750000', '0', '0', '1'),
('891034', 'PAGEID', '891034', 'CF_1000000_purb', '1000000', '0', '0', '1'),
 
Furniture :
 
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`) VALUES
('891030', 'CF_100000_purba', 'CF_100000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891030', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),
('891031', 'CF_250000_purba', 'CF_250000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891031', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),
('891032', 'CF_500000_purba', 'CF_500000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891032', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),
('891033', 'CF_750000_purba', 'CF_750000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891033', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),
('891034', 'CF_1000000_purb', 'CF_100000_purb', 's', '1', '1', '0.4', '1', '0', '0', '891034', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
Furnidata :
 
["s","891030","CF_100000_purba","891030","0","1","1","0,0,0","Pink 100k Diamond","100k","","-1","-1"],
["s","891031","CF_250000_purba","891031","0","1","1","0,0,0","Green 250k Diamond","250k","","-1","-1"],
["s","891032","CF_500000_purba","891032","0","1","1","0,0,0","Red 500k Diamond","500k","","-1","-1"],
["s","891033","CF_750000_purba","891033","0","1","1","0,0,0","Orange 750k Diamond","750k","","-1","-1"],
["s","891034","CF_1000000_purb","891034","0","1","1","0,0,0","Blue 1M Diamond","1M","","-1","-1"],

These sqls work i have imported into my database ive updated items and catalougue but they come up as a box ive even cleared my catach and still hasent work Someone help me?
 

griimnak

You're a slave to the money then you die
Jul 20, 2013
957
800
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
('891030', 'PAGEID', '891030', 'CF_100000_purba', '100000', '0', '0', '1'),
('891031', 'PAGEID', '891031', 'CF_250000_purba', '250000', '0', '0', '1'),
('891032', 'PAGEID', '891032', 'CF_500000_purba', '500000', '0', '0', '1'),
('891033', 'PAGEID', '891033', 'CF_750000_purba', '750000', '0', '0', '1'),
('891034', 'PAGEID', '891034', 'CF_1000000_purb', '1000000', '0', '0', '1'),
 
Furniture :
 
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`) VALUES
('891030', 'CF_100000_purba', 'CF_100000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891030', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),
('891031', 'CF_250000_purba', 'CF_250000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891031', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),
('891032', 'CF_500000_purba', 'CF_500000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891032', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),
('891033', 'CF_750000_purba', 'CF_750000_purba', 's', '1', '1', '0.4', '1', '0', '0', '891033', '0', '1', '0', '1', '1', 'default', '1', '0', '0'),
('891034', 'CF_1000000_purb', 'CF_100000_purb', 's', '1', '1', '0.4', '1', '0', '0', '891034', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
Furnidata :
 
["s","891030","CF_100000_purba","891030","0","1","1","0,0,0","Pink 100k Diamond","100k","","-1","-1"],
["s","891031","CF_250000_purba","891031","0","1","1","0,0,0","Green 250k Diamond","250k","","-1","-1"],
["s","891032","CF_500000_purba","891032","0","1","1","0,0,0","Red 500k Diamond","500k","","-1","-1"],
["s","891033","CF_750000_purba","891033","0","1","1","0,0,0","Orange 750k Diamond","750k","","-1","-1"],
["s","891034","CF_1000000_purb","891034","0","1","1","0,0,0","Blue 1M Diamond","1M","","-1","-1"],

These sqls work i have imported into my database ive updated items and catalougue but they come up as a box ive even cleared my catach and still hasent work Someone help me?

Did you even put the swf in the right place?
 

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
I have found the official release and the SWFs have been removed/deleted from Mediafire - nothing you can do unless you rip from Fresh or another retro.
 

Users who are viewing this thread

Top