Savallusion
#swipeproject
Notice: I do not take any credits for this as i have not coded nor designed any of this!
Please give me credit if you re-release this.
Download:
[SQL]
Catalog Items
Furniture
Furnidata
Credits:
Design: Tsuka
Code: Syduis/vekrin
Enjoy
------------------addon------------------
Phoenix SQL'S!
Furniture
Catalog_items
Please give me credit if you re-release this.
Download:
You must be registered for see links
[SQL]
Catalog Items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (30300251, CATID, '30300251', 'gmeswii', 3, 0, 0, 1), (30300252, CATID, '30300252', 'gmesgcb', 3, 0, 0, 1), (30300253, CATID, '30300253', 'gmesps2', 3, 0, 0, 1), (30300254, CATID, '30300254', 'gmesps3', 3, 0, 0, 1), (30300255, CATID, '30300254', 'gmesxbx', 3, 0, 0, 1);
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`)VALUES (30300251, 'Wii', 'gmeswii', 's', 1, 1, 1, '1', '0', '0', 30300251, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (30300252, 'Game Cube', 'gmesgcb', 's', 1, 1, 1, '1', '0', '0', 30300252, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (30300253, 'Ps2', 'gmesps2', 's', 1, 1, 1, '1', '0', '0', 30300253, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (30300254, 'Ps3', 'gmesps3', 's', 1, 1, 1, '1', '0', '0', 30300254, '1', '1', '1', '1', '1', 'default', 1, '0', '0'), (30300255, 'Xbox 360', 'gmesxbx', 's', 1, 1, 1, '1', '0', '0', 30300255, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Code:
["s","30300251","gmeswii","25824","0","1","1","0,0,0","Wii","Designed by Tsuka, Coded By Vekrin","","-1","-1"], ["s","30300252","gmesgcb","25824","0","1","1","0,0,0","Game Cube","Designed by Tsuka, Coded By Vekrin","","-1","-1"], ["s","30300253","gmesps2","25824","0","1","1","0,0,0","Ps2","Designed by Tsuka, Coded By Vekrin","","-1","-1"], ["s","30300254","gmesps3","25824","0","1","1","0,0,0","Ps3","Designed by Tsuka, Coded By Vekrin","","-1","-1"], ["s","30300255","gmesxbx","25824","0","1","1","0,0,0","Xbox 360","Designed by Tsuka, Coded By Vekrin","","-1","-1"]]
Design: Tsuka
Code: Syduis/vekrin
Enjoy
------------------addon------------------
Phoenix SQL'S!
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
(900029, 'Wii', 'gmeswii', 's', 1, 1, 1, '1', '0', '0', 30300251, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(900030, 'Game Cube', 'gmesgcb', 's', 1, 1, 1, '1', '0', '0', 30300252, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(900031, 'Ps2', 'gmesps2', 's', 1, 1, 1, '1', '0', '0', 30300253, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(900032, 'Ps3', 'gmesps3', 's', 1, 1, 1, '1', '0', '0', 30300254, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),]
(900033, 'Xbox 360', 'gmesxbx', 's', 1, 1, 1, '1', '0', '0', 30300255, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Catalog_items
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (30300251, CATID, '30300251', 'gmeswii', 3, 0, 0, 1), (30300252, CATID, '30300252', 'gmesgcb', 3, 0, 0, 1), (30300253, CATID, '30300253', 'gmesps2', 3, 0, 0, 1), (30300254, CATID, '30300254', 'gmesps3', 3, 0, 0, 1), (30300255, CATID, '30300255', 'gmesxbx', 3, 0, 0, 1);