BubblePixel - Um novo geito de forum
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

[sql] Mobis MTV

2 participantes

Ir para baixo

[sql] Mobis MTV Empty [sql] Mobis MTV

Mensagem por viniciusmentez Dom Ago 21, 2011 1:42 pm

Print:
[sql] Mobis MTV Mtvstudio

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`) VALUES
(30041, 'ads_mtv_floor', 'ads_mtv_floor', 's', 1, 1, 0.1, '1', '0', '1', 4079, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30042, 'studio_monitor', 'studio_monitor', 's', 1, 1, 1, '0', '0', '0', 4080, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30043, 'studio_stool', 'studio_stool', 's', 1, 1, 1, '0', '1', '0', 4081, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30044, 'studio_fencecr', 'studio_fencecr', 's', 1, 1, 1, '0', '0', '0', 4082, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30045, 'studio_guitar', 'studio_guitar', 's', 1, 1, 1, '0', '0', '0', 4083, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30046, 'studio_amp2', 'studio_amp2', 's', 2, 1, 1, '0', '0', '0', 4084, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30047, 'studio_fence', 'studio_fence', 's', 1, 2, 1, '0', '0', '0', 4085, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30048, 'studio_amp1', 'studio_amp1', 's', 2, 1, 2, '1', '0', '0', 4086, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30049,
 'studio_floorlight', 'studio_floorlight', 's', 1, 1, 0.1, '1', '0',
'1', 4087, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30050,
'studio_mixingdesk', 'studio_mixingdesk', 's', 5, 1, 1, '0', '0', '0',
4088, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30051, 'studio_camera', 'studio_camera', 's', 1, 1, 1, '0', '0', '0', 4089, '1', '1', '1', '1', '1', 'default', 2, '0'),
(30052, 'studio_tv', 'studio_tv', 's', 1, 1, 0.1, '0', '0', '1', 4090, '1', '1', '1', '1', '1', 'default', 2, '0'),
(30053, 'studio_lights3', 'studio_lights3', 's', 1, 1, 0.1, '0', '0', '1', 4091, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30054, 'studio_lights2', 'studio_lights2', 's', 1, 1, 0.1, '0', '0', '1', 4092, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30055, 'studio_drums', 'studio_drums', 's', 3, 1, 1, '0', '0', '0', 4093, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30056, 'studio_lights1', 'studio_lights1', 's', 1, 1, 0.1, '0', '0', '1', 4094, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30057, 'studio_chair', 'studio_chair', 's', 1, 1, 1, '0', '1', '0', 4095, '1', '1', '1', '1', '1', 'default', 1, '0'),
(30058, 'ads_mtv_wall', 'ads_mtv_wall', 'i', 1, 1, 1, '0', '0', '0', 4411, '1', '1', '1', '1', '1', 'default', 1, '0');

Catalog_items:
Código:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(NULL, '145', '30041', 'ads_mtv_floor', 3, 0, 1),
(NULL, '145', '30042', 'studio_monitor', 3, 0, 1),
(NULL, '145', '30043', 'studio_stool', 3, 0, 1),
(NULL, '145', '30044', 'studio_fencecr', 3, 0, 1),
(NULL, '145', '30045', 'studio_guitar', 3, 0, 1),
(NULL, '145', '30046', 'studio_amp2', 3, 0, 1),
(NULL, '145', '30047', 'studio_fence', 3, 0, 1),
(NULL, '145', '30048', 'studio_amp1', 3, 0, 1),
(NULL, '145', '30049', 'studio_floorlight', 3, 0, 1),
(NULL, '145', '30050', 'studio_mixingdesk', 3, 0, 1),
(NULL, '145', '30051', 'studio_camera', 3, 0, 1),
(NULL, '145', '30052', 'studio_tv', 3, 0, 1),
(NULL, '145', '30053', 'studio_lights3', 3, 0, 1),
(NULL, '145', '30054', 'studio_lights2', 3, 0, 1),
(NULL, '145', '30055', 'studio_drums', 3, 0, 1),
(NULL, '145', '30056', 'studio_lights1', 3, 0, 1),
(NULL, '145', '30057', 'studio_chair', 3, 0, 1),
 (NULL, '145', '30058', 'ads_mtv_wall', 3, 0, 1);

Furnidata:
Código:
["s","4079","ads_mtv_floor","34870","4","1","1","","ads_mtv_floor name","ads_mtv_floor desc","","-1","-1"],
["s","4080","studio_monitor","34870","2","1","1","","studio_monitor name","studio_monitor desc","","-1","-1"],
["s","4081","studio_stool","34870","0","1","1","","studio_stool name","studio_stool desc","","-1","-1"],
["s","4082","studio_fencecr","34870","0","1","1","","studio_fencecr name","studio_fencecr desc","","-1","-1"],
["s","4083","studio_guitar","34870","2","1","1","","studio_guitar name","studio_guitar desc","","-1","-1"],
["s","4084","studio_amp2","34870","0","2","1","","studio_amp2 name","studio_amp2 desc","","-1","-1"],
["s","4085","studio_fence","34870","0","1","2","","studio_fence name","studio_fence desc","","-1","-1"],
["s","4086","studio_amp1","34870","0","2","1","","studio_amp1 name","studio_amp1 desc","","-1","-1"],
["s","4087","studio_floorlight","34870","0","1","1","","studio_floorlight name","studio_floorlight desc","","-1","-1"],
["s","4088","studio_mixingdesk","34870","0","5","1","","studio_mixingdesk name","studio_mixingdesk desc","","-1","-1"],
["s","4089","studio_camera","34870","0","1","1","","studio_camera name","studio_camera desc","","-1","-1"],
["s","4090","studio_tv","34870","4","1","1","","studio_tv name","studio_tv desc","","-1","-1"],
["s","4091","studio_lights3","34870","2","1","1","","studio_lights3 name","studio_lights3 desc","","-1","-1"],
["s","4092","studio_lights2","34870","2","1","1","","studio_lights2 name","studio_lights2 desc","","-1","-1"],
["s","4093","studio_drums","34870","0","3","1","","studio_drums name","studio_drums desc","","-1","-1"],
["s","4094","studio_lights1","34870","2","1","1","","studio_lights1 name","studio_lights1 desc","","-1","-1"],
["s","4095","studio_chair","34870","2","1","1","","studio_chair name","studio_chair desc","","-1","-1"],
["i","4411","ads_mtv_wall","34870","","","","","ads_mtv_wall name","ads_mtv_wall desc","","-1","-1"]

Catalog page:
Código:
INSERT
 INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`,
`icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `vip_only`,
 `coming_soon`, `order_num`, `page_layout`, `page_headline`,
`page_teaser`, `page_special`, `page_text1`, `page_text2`,
`page_text_details`, `page_text_teaser`) VALUES
(145, ParentID, 'MTV
Studio', 1, 64, '1', '1', 7, '0', '0', '0', 1124, 'default_3x3',
'catalog_limited', '', '', 'Release from HabMoon - If you release on
forums other than ragezone please give credits.', '', '', '');

Download SWF: Recomendado Usar!
http://adf.ly/28UGc

Creditos: Ragezone

~~~~Rumo A Admin~~~~
viniciusmentez
viniciusmentez
Administrador
Administrador

<b>Posts</b> Posts : 60
<b>Localidade</b> Localidade : Brasil

Ir para o topo Ir para baixo

[sql] Mobis MTV Empty Re: [sql] Mobis MTV

Mensagem por #Dudu ~ Dom Ago 21, 2011 2:46 pm

Muito Irado parabens
e a questão de :

~~~~Rumo A Admin~~~~

esta perto :-)
#Dudu ~
#Dudu ~
Fundador
Fundador

<b>Posts</b> Posts : 184
<b>Idade</b> Idade : 25
<b>Localidade</b> Localidade : Bubblecity

https://bubblepixel.forumeiros.com

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos