Fórum iBlue
[SQL) Mobis MTV Buddy_Group

Bem Vindos ao iBlue GAMES!

Registre-se para obter acesso especial em todo conteúdo presente no Fórum!
Tenha um bom uso do nosso fórum, e seja ativo!





Fórum iBlue
[SQL) Mobis MTV Buddy_Group

Bem Vindos ao iBlue GAMES!

Registre-se para obter acesso especial em todo conteúdo presente no Fórum!
Tenha um bom uso do nosso fórum, e seja ativo!





Somos ÚNICOS, somos o SEU fórum


Você não está conectado. Conecte-se ou registre-se

Ver o tópico anterior Ver o tópico seguinte Ir para baixo  Mensagem [Página 1 de 1]

Repeat

1[SQL) Mobis MTV Empty [SQL) Mobis MTV Ter 23 Ago 2011 - 8:09

Repeat
Membro Ativo
Olá Gold Pixel Fórum !
Venho trazer para vocês a sql de mobis mtv .

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_pages:
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.', '', '', '');

Recomendo esta usar esta swf: http://www.mediafire.com/?78b2fo96dqwwnot

Créditos:
Repeat ~ 50 % (por publicar aqui)
Ragezone ~ 50 % (por descubrir)

T-Lord

2[SQL) Mobis MTV Empty Re: [SQL) Mobis MTV Ter 23 Ago 2011 - 8:16

T-Lord
Administrador
Excelente Tópico, obrigado por está ajudando.

Mais se puder coloca umas prints ficaria melhor.

http://www.zonetoony.net/
Repeat

3[SQL) Mobis MTV Empty Re: [SQL) Mobis MTV Ter 23 Ago 2011 - 8:17

Repeat
Membro Ativo
T-Lord escreveu:Excelente Tópico, obrigado por está ajudando.

Mais se puder coloca umas prints ficaria melhor.
Não achei prints :X

T-Lord

4[SQL) Mobis MTV Empty Re: [SQL) Mobis MTV Ter 23 Ago 2011 - 9:05

T-Lord
Administrador
Ok, tudo bem, mais o Tópico está excelente.

http://www.zonetoony.net/
Convidad

5[SQL) Mobis MTV Empty Re: [SQL) Mobis MTV Ter 23 Ago 2011 - 9:28

avatar
Convidado
Repeat escreveu:
T-Lord escreveu:Excelente Tópico, obrigado por está ajudando.

Mais se puder coloca umas prints ficaria melhor.
Não achei prints :X

danilocosta

6[SQL) Mobis MTV Empty Re: [SQL) Mobis MTV Qua 7 Set 2011 - 6:17

danilocosta
Membro Gold
muito bom vou usa agora no meu habbo Very Happy

iPad

7[SQL) Mobis MTV Empty Re: [SQL) Mobis MTV Qua 7 Set 2011 - 6:28

iPad
Membro Perdido
T-Lord escreveu:Ok, tudo bem, mais o Tópico está excelente.

Conteúdo patrocinado

8[SQL) Mobis MTV Empty Re: [SQL) Mobis MTV


Ver o tópico anterior Ver o tópico seguinte Ir para o topo  Mensagem [Página 1 de 1]

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