(Tuto)Como colocar Mobis Freeze (Tuto) 26.12.10 11:28
Vá no php adiminin ae vc procura Forniture e clica no menu SQL apaga
tudo que ta lá e depois coloca o código, ae depois vc procura Catalog Pages e faz o mesmo processo do furniture e em Catalog Items tambem.
Depois de ter feito isso tudo baixe a swf e cole oq tem dentro dela na pagina gordon!!
SWF:mediafire.com/?kytl0kf1ow0ib9t se link num funcionar mediafire.comColoque aki/?sem espaçokytl0kf1ow0ib9t
agora vou postar os codigos deles:
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`, `foot_figure`) VALUES
(99080, 'es_big3', 'es_big3', 'i', 1, 1, 0.5, '1', '0', '1', 4371, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99081, 'es_big2', 'es_big2', 'i', 1, 1, .5, '1', '0', '1', 4372, '1', '1', '1', '1', '1', 'default', 1,'0', ''),
(99082, '[b]Freeze Ice Block', 'es_box', 's', 1, 1, 1, '1', '0', '1', 3758, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99083, 'Freese Counter','es_counter', 's', 2, 1, 1, '0', '0', '0', 3764, '1', '1', '1', '1', '1', 'scoreboard', 1, '0', ''),
(99084, 'Exit Tile', 'es_exit', 's', 1, 1, 0.1, '1', '0', '1', 3759, '1', '1', '1', '1', '1','default', 1, '0', ''),
(99085, 'Blue Freeze Gate', 'es_gate_b', 's', 1, 1, 1, '0', '0', '1', 3762, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99086, 'Green Freeze Gate', 'es_gate_g', 's', 1, 1, 0, '0', '0', '1', 3761, '1', '1','1', '1', '1', 'default', 1, '0', ''),
(99087,'Red Freeze Gate', 'es_gate_r', 's', 1, 1, 0, '0', '0', '1', 3760, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99088, 'Yellow Freeze Gate', 'es_gate_y', 's', 1, 1, 0, '0', '0', '1', 3763, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99089, 'Yellow Freeze Scoreboard', 'es_score_y', 's', 1, 1, 0, '0', '0', '0', 3767, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99090, 'Red Freeze Scoreboard', 'es_score_r', 's', 1, 1, 0, '0', '0', '0', 3765, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99091, 'Blue Freeze Scoreboard', 'es_score_b', 's', 1, 1, 0, '0', '0', '0', 3756, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99092, 'Green Freeze Scoreboard', 'es_score_g', 's', 1, 1, 0, '0', '0', '0', 3766, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(99093, 'Freeze Tile', 'es_tile', 's', 1, 1, 0, '0', '0', '1', 3757, '1', '1', '1', '1', '1', 'default', 1, '0', '');
catalog-page
[/b]INSERT INTO `catalog_pages` (`id`,
`parent_id`, `caption`, `icon_color`, `icon_image`, `visible`,
`enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`,
`page_layout`, `page_headline`, `page_teaser`, `page_special`,
`page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`)
VALUES
(501, 3, '[b]Freeze', 0, 87, '1', '1', 1, '0', '0', 1, 'default_3x3', 'catalog_cltbs_heade r1_es', 'catalog_cltbs_tease r_es', '', 'Mobis Freeze - Coded por BobbaJr (thianohop) - [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] Fórum', '', '', '');
Catalog-Items
[/b]INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(99060, 501, '99082', 'es_box', 10, 0, 1),
(99061, 501, '99083', 'es_counter', 15, 0, 1),
(99062, 501, '99084', 'es_exit', 5, 0, 1),
(99063, 501, '99085', 'es_gate_b', 4, 0, 1),
(99064, 501, '99086', 'es_gate_g', 4, 0, 1),
(99065, 501, '99087', 'es_gate_r', 4, 0, 1),
(99066, 501, '99088', 'es_gate_y', 4, 0, 1),
(99067, 501, '99091', 'es_score_b', 3, 0, 1),
(99068, 501, '99092', 'es_score_g', 3, 0, 1),
(99069, 501, '99090', 'es_score_r', 3, 0, 1),
(99070, 501, '99089', 'es_score_y', 3, 0, 1),
(99071, 501, '99083', 'es_tile', 8, 0, 1);
Desculpa se ficou um pouco desorganizado mas fiz o melhor de mim!!
Créditos:A Mim pelo tutorial, ao Brandow pelos codigos e ao Alessamdro 59 pelo link de download!