#1BangBangSeg Abr 02, 2012 2:25 pm
BangBang
Ex-Administrador
Olá galera, para quem acha que o efeito é para virar um pacote gigante de cheetos esqueça, esse é para ficar com orelha e rabo do tigre do cheetos, sem trelele nem tralala ai vai.
Furniture:
Catalog itens:
Creditos : BangBang - 100% Por criar e editar para tirar uns erros no SQL do efeito.
Furniture:
- Código:
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`, `foot_figure`) VALUES
(97111, 'Cheetos', 'Efeito Cheetos by BobbaJr!', 'e', 1, 1, 1, '0', '0', '0', 31, '0', '0', '1', '0', '0', 'default', 1, '0', '');
Catalog itens:
- Código:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(2449, 125, '97111', 'Cheetos', 0, 100, 1);
Creditos : BangBang - 100% Por criar e editar para tirar uns erros no SQL do efeito.