RoboJunBanned
New Member
- Apr 25, 2012
- 6
- 1
V for Vendetta - Code name "V"
SQL
Catalogue_Items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(00900910, '[color="red"]CATA ID HERE[/color]', '00900910', 'v_for_vendetta', '50', '0', '1');
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`) VALUES
(00900910, 'v_for_vendetta', 'v_for_vendetta', 's', 1, 1, 1, '0', '0', '0', 00900911, '1', '1', '1', '1', '1', 'default', 4, '0');
Furnidata
Code:
["s","00900911","v_for_vendetta","613923","0","1","1","","V for Vendetta","Remember Remember, the Fifth of November...","","-1","-1"],
You must be registered for see links