|
Você não é registrado, por favor registre-se para ter acesso ao conteúdo completo. Caso seja registrado, efetue login. Esqueceu sua senha? Clique aqui Recomendamos o uso do Mozilla Firefox para uma melhor visualização. |
|
| Início | Postados Hoje | Marcar Fóruns Como Lidos | Álbums | Banidos | SE Team | Medalhas |
|
|||||||
| Registrar | Loteria VIP | Staff SE | Regras do fórum | Comunidade | Arcade | Postados Hoje | Pesquisar | Experience |
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
![]() |
|
|
LinkBack | Ferramentas do Tópico | Modos de Exibição |
|
|
#1 (permalink) |
|
Membro - Major
![]() Registrado em: Jul 2010
Posts: 142
Agradeceu: 45
Agradecido 31 Vezes em 28 Posts
|
Alguem pode me ajudar , como eu faço para criar a tabela hero dentro da tabelha characters no navicate. Po que na minha nao tem e foi informado que tem como eu adicionar , e nao axei tutorial nenhum
Minha rev , L2JCENTER Código:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
CREATE TABLE IF NOT EXISTS `characters` ( `account_name` VARCHAR(45) DEFAULT NULL, `charId` INT UNSIGNED NOT NULL DEFAULT 0, `char_name` VARCHAR(35) NOT NULL, `level` TINYINT UNSIGNED DEFAULT NULL, `maxHp` MEDIUMINT UNSIGNED DEFAULT NULL, `curHp` MEDIUMINT UNSIGNED DEFAULT NULL, `maxCp` MEDIUMINT UNSIGNED DEFAULT NULL, `curCp` MEDIUMINT UNSIGNED DEFAULT NULL, `maxMp` MEDIUMINT UNSIGNED DEFAULT NULL, `curMp` MEDIUMINT UNSIGNED DEFAULT NULL, `face` TINYINT UNSIGNED DEFAULT NULL, `hairStyle` TINYINT UNSIGNED DEFAULT NULL, `hairColor` TINYINT UNSIGNED DEFAULT NULL, `sex` TINYINT UNSIGNED DEFAULT NULL, `heading` MEDIUMINT DEFAULT NULL, `x` MEDIUMINT DEFAULT NULL, `y` MEDIUMINT DEFAULT NULL, `z` MEDIUMINT DEFAULT NULL, `exp` BIGINT UNSIGNED DEFAULT 0, `expBeforeDeath` BIGINT UNSIGNED DEFAULT 0, `sp` INT UNSIGNED NOT NULL DEFAULT 0, `karma` INT UNSIGNED DEFAULT NULL, `fame` MEDIUMINT UNSIGNED NOT NULL default 0, `pvpkills` SMALLINT UNSIGNED DEFAULT NULL, `pkkills` SMALLINT UNSIGNED DEFAULT NULL, `clanid` INT UNSIGNED DEFAULT NULL, `race` TINYINT UNSIGNED DEFAULT NULL, `classid` TINYINT UNSIGNED DEFAULT NULL, `base_class` TINYINT UNSIGNED NOT NULL DEFAULT 0, `transform_id` SMALLINT UNSIGNED NOT NULL DEFAULT 0, `deletetime` BIGINT DEFAULT NULL, `cancraft` TINYINT UNSIGNED DEFAULT NULL, `title` VARCHAR(16) DEFAULT NULL, `title_color` MEDIUMINT UNSIGNED NOT NULL DEFAULT '16777079', `accesslevel` MEDIUMINT DEFAULT 0, `online` TINYINT UNSIGNED DEFAULT NULL, `onlinetime` INT DEFAULT NULL, `char_slot` TINYINT UNSIGNED DEFAULT NULL, `newbie` MEDIUMINT UNSIGNED DEFAULT 1, `lastAccess` BIGINT UNSIGNED DEFAULT NULL, `clan_privs` MEDIUMINT UNSIGNED DEFAULT 0, `wantspeace` TINYINT UNSIGNED DEFAULT 0, `isin7sdungeon` TINYINT UNSIGNED NOT NULL default 0, `punish_level` TINYINT UNSIGNED NOT NULL DEFAULT 0, `punish_timer` INT UNSIGNED NOT NULL DEFAULT 0, `power_grade` TINYINT UNSIGNED DEFAULT NULL, `nobless` TINYINT UNSIGNED NOT NULL DEFAULT 0, `subpledge` SMALLINT NOT NULL DEFAULT 0, `lvl_joined_academy` TINYINT UNSIGNED NOT NULL DEFAULT 0, `apprentice` INT UNSIGNED NOT NULL DEFAULT 0, `sponsor` INT UNSIGNED NOT NULL DEFAULT 0, `varka_ketra_ally` TINYINT NOT NULL DEFAULT 0, `clan_join_expiry_time` BIGINT UNSIGNED NOT NULL DEFAULT 0, `clan_create_expiry_time` BIGINT UNSIGNED NOT NULL DEFAULT 0, `death_penalty_level` SMALLINT UNSIGNED NOT NULL DEFAULT 0, `bookmarkslot` SMALLINT UNSIGNED NOT NULL DEFAULT 0, `vitality_points` SMALLINT UNSIGNED NOT NULL DEFAULT 0, `createTime` DECIMAL(20,0) NOT NULL default 0, `language` VARCHAR(2) DEFAULT NULL, `pccafe_points` varchar(20) DEFAULT NULL, PRIMARY KEY (`charId`), KEY `clanid` (`clanid`) ); |
|
|
|
| Links Patrocinados |
|
|
#4 (permalink) |
|
Membro - Tenente
![]() Registrado em: May 2011
Localização: Na Frente do PC :D
Posts: 93
Agradeceu: 17
Agradecido 26 Vezes em 22 Posts
Nome Real: Fábio
|
@Macabro
meio estranho isso, Irei adicionar você no Msn e qual quer coisa se você não Tiver Resposta. tentarei ver seu Problema! Mais Acho que Séria melhor criar a Tabela Heroes separada, sem ser na parte dos Characteres. //edit click no msn<<< ai do Lado e me Add |
|
|
|
![]() |
|
|