Abra o phpmyadmin, executa isso no banco de dados (Aba SQL).
CREATE TABLE IF NOT EXISTS `z_monsters` ( `hide_creature` tinyint(1) NOT NULL default '0', `name` varchar(255) NOT NULL, `mana` int(11) NOT NULL, `exp` int(11) NOT NULL, `health` int(11) NOT NULL, `speed_lvl` int(11) NOT NULL default '1', `use_haste` tinyint(1) NOT NULL, `voices` text NOT NULL, `immunities` varchar(255) NOT NULL, `summonable` tinyint(1) NOT NULL, `convinceable` tinyint(1) NOT NULL, `race` varchar(255) NOT NULL, `loot` text NOT NULL, `gfx_name` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1;




info
Grupo: Artesão
Registrado: 29/12/13
Posts: 124
Reputação: +5
Char no Tibia: Leonardo Macedo
Alguem me ajuda
All records deleted from table 'z_monsters' in database.
no phpmyadmin não tem z_monsters