Zone Pixel Fórum
Seja Bem-Vindo!


Caso não sejá registrado no fórum, registre no botão abaixo.

Benefícios dos membros registrados :

- Acesso a todos os tópicos.
- Acesso aos links de downloads e sites.
- Acesso aos eventos e promoções do fórum.



Obrigado, pela a atenção!

Zone Pixel Fórum
Seja Bem-Vindo!


Caso não sejá registrado no fórum, registre no botão abaixo.

Benefícios dos membros registrados :

- Acesso a todos os tópicos.
- Acesso aos links de downloads e sites.
- Acesso aos eventos e promoções do fórum.



Obrigado, pela a atenção!

Últimos assuntos
» Vagas na Equipe - 12/01/14
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptyTer Jan 23, 2018 11:34 am por artursk

» Que Saudade
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptyTer Jan 23, 2018 11:32 am por artursk

» [Tutorial] Criando Portal Habbos com a Starting
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptyQui Jul 24, 2014 1:23 pm por artursk

» BS feat Luiz Pack 2013
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptySáb Jan 11, 2014 7:42 pm por artursk

» Resource 2013 BS
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptySáb Jan 11, 2014 2:05 pm por artursk

» Stock Pack
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptySáb Jan 11, 2014 1:42 pm por BrunoSouza

» Tutorial Pollo
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptySáb Jan 11, 2014 1:35 pm por BrunoSouza

» Tiger Tutorial
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptySáb Jan 11, 2014 1:32 pm por BrunoSouza

» Anime Tutorial
[Download] Mob's Peixes - Para UberEmulator [SQL] EmptySáb Jan 11, 2014 1:30 pm por BrunoSouza


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

[Download] Mob's Peixes - Para UberEmulator [SQL]

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

Minatos

Minatos
Membro Supremo
Membro Supremo
Olá, Estou aqui para postar o mobi Peixe, que no caso chama-se "Fuentes Pez" Veja!

Imagem:
[Download] Mob's Peixes - Para UberEmulator [SQL] Pecesxd

CÓDIGO:

catalog_items:
Código:
Servidor: localhost
-- Tiempo de generación: 13-06-2010 a las
16:46:35
-- Versión del servidor: 5.1.33
-- Versión de PHP: 5.2.9

SET
 SQL_MODE="NO_AUTO_VALUE_ON_ZE
 RO";

--
-- Base de datos: `uberdb`
--

--
--------------------------------------------------------

--
--
 Estructura de tabla para la tabla `catalog_items`
--

CREATE
TABLE IF NOT EXISTS `catalog_items` (
  `id` int(10) unsigned NOT
NULL AUTO_INCREMENT,
  `page_id` int(11) NOT NULL,
  `item_ids`
varchar(120) NOT NULL,
  `catalog_name` varchar(100) NOT NULL,
 
`cost_credits` int(11) NOT NULL,
  `cost_pixels` int(11) NOT NULL,
 
 `amount` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM 
DEFAULT CHARSET=latin1 AUTO_INCREMENT=57005 ;

--
-- Volcar la
base de datos para la tabla `catalog_items`
--

INSERT INTO
`catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`,
`cost_credits`, `cost_pixels`, `amount`) VALUES
(2426, 185, '20298',
'Fuente Pez Morada', 32, 1, 1),
(2443, 185, '20313', 'Fuente Pez
Sangrienta', 32, 0, 1),
(2444, 185, '20314', 'Fuente Pez Oro', 32, 0,
 1),
(2445, 185, '20315', 'Fuente Pez Verde', 32, 0, 1),
(2446,
185, '20316', 'Fuente Pez Roja', 32, 0, 1),
(2447, 185, '20317',
'Fuente Pez Gris', 32, 0, 1);

catalog_pages:
Código:
- phpMyAdmin SQL Dump
-- version 3.1.3.1
-- [url=http://www.phpmyadmin.net/][/url][url=http://www.phpmyadmin.net]http://www.phpmyadmin.net[/url]
--
--
Servidor: localhost
-- Tiempo de generación: 13-06-2010 a las
16:45:30
-- Versión del servidor: 5.1.33
-- Versión de PHP: 5.2.9

SET
 SQL_MODE="NO_AUTO_VALUE_ON_ZE
 RO";

--
-- Base de datos: `uberdb`
--

--
--------------------------------------------------------

--
--
 Estructura de tabla para la tabla `catalog_pages`
--

CREATE
TABLE IF NOT EXISTS `catalog_pages` (
  `id` int(11) NOT NULL
AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '-1',
 
`caption` varchar(100) NOT NULL,
  `icon_color` int(11) NOT NULL
DEFAULT '1',
  `icon_image` int(11) NOT NULL DEFAULT '1',
 
`visible` enum('0','1') NOT NULL DEFAULT '1',
  `enabled`
enum('0','1') NOT NULL DEFAULT '1',
  `min_rank` int(10) unsigned NOT
 NULL DEFAULT '1',
  `club_only` enum('0','1') NOT NULL DEFAULT '0',
 
 `coming_soon` enum('0','1') NOT NULL DEFAULT '0',
  `order_num`
int(11) NOT NULL,
  `page_layout`
enum('default_3x3','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_ite ms','pets','pets2') NOT
NULL DEFAULT 'default_3x3',
  `page_headline` text NOT NULL,
 
`page_teaser` text NOT NULL,
  `page_special` text NOT NULL,
 
`page_text1` text NOT NULL,
  `page_text2` text NOT NULL,
 
`page_text_details` text NOT NULL,
  `page_text_teaser` text NOT
NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1
 AUTO_INCREMENT=188 ;

--
-- Volcar la base de datos para la
tabla `catalog_pages`
--

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
(185, 3, 'Fuentes Pez', 1, 18, '1', '1', 1, '0', '0', 3,
'default_3x3', 'catalog_rares_headl ine1', '', '', '¡Aquí tienes una larga lista de rares!
¡Aprovéchalos!.', '', 'Clickea en un furni para obtener más
información.', '');

furniture:
Código:
-- phpMyAdmin SQL Dump
-- version 3.1.3.1
-- [url=http://www.phpmyadmin.net/][/url][url=http://www.phpmyadmin.net]http://www.phpmyadmin.net[/url]
--
--
Host: localhost
-- Erstellungszeit: 07. Juni 2010 um 01:20
--
Server Version: 5.1.33
-- PHP-Version: 5.2.9

SET
SQL_MODE="NO_AUTO_VALUE_ON_ZE RO";

--
--
 Datenbank: `uberdb`
--

--
--------------------------------------------------------

--
--
 Tabellenstruktur für Tabelle `furniture`
--

CREATE TABLE IF
NOT EXISTS `furniture` (
  `id` int(11) unsigned NOT NULL
AUTO_INCREMENT,
  `public_name` text NOT NULL COMMENT 'temp only',
 
 `item_name` varchar(100) NOT NULL,
  `type` enum('s','i','e','h')
NOT NULL DEFAULT 's',
  `width` int(11) NOT NULL DEFAULT '1',
 
`length` int(11) NOT NULL DEFAULT '1',
  `stack_height` double NOT
NULL DEFAULT '1',
  `can_stack` enum('0','1') NOT NULL DEFAULT '1',
 
 `can_sit` enum('0','1') NOT NULL DEFAULT '0',
  `is_walkable`
enum('0','1') NOT NULL DEFAULT '0',
  `sprite_id` int(11) NOT NULL,
 
 `allow_recycle` enum('0','1') NOT NULL DEFAULT '1',
  `allow_trade`
enum('0','1') NOT NULL DEFAULT '1',
  `allow_marketplace_sell`
enum('0','1') NOT NULL DEFAULT '1',
  `allow_gift` enum('0','1') NOT
NULL DEFAULT '1',
  `allow_inventory_stack` enum('0','1') NOT NULL
DEFAULT '1',
  `interaction_type`
enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet')
 NOT NULL DEFAULT 'default',
  `interaction_modes_count` int(11) NOT
NULL DEFAULT '1',
  `vending_ids` varchar(100) NOT NULL DEFAULT '0',
 
 PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1
AUTO_INCREMENT=20352 ;

--
-- Daten für Tabelle `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`) VALUES
(20317, 'cmp_fish_s
name', 'cmp_fish_s', 's', 1, 2, 1, '1', '0', '0', 3189, '1', '1', '1',
'1', '1', 'default', 2, '0'),
(20316, 'cmp_fish_r name',
'cmp_fish_r', 's', 1, 2, 1, '1', '0', '0', 3186, '1', '1', '1', '1',
'1', 'default', 2, '0'),
(20315, 'cmp_fish_gr name', 'cmp_fish_gr',
's', 1, 2, 1, '1', '0', '0', 3182, '1', '1', '1', '1', '1', 'default',
2, '0'),
(20314, 'cmp_fish_g name', 'cmp_fish_g', 's', 1, 2, 1, '1',
'0', '0', 3191, '1', '1', '1', '1', '1', 'default', 2, '0'),
(20313,
'cmp_fish_bk name', 'cmp_fish_bk', 's', 1, 2, 1, '1', '0', '0', 3181,
'1', '1', '1', '1', '1', 'default', 2, '0'),
(20298, 'cmp_fish_b
name', 'cmp_fish_b', 's', 1, 2, 1, '1', '0', '0', 3180, '1', '1', '1',
'1', '1', 'default', 2, '0');

Créditos:
☆╚»••©єℓ мaнaη™©••«╝☆ (Print' e código)
Minatos (Produção e criação do tópico)

http://forum.zone-pixel.com.br

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