CREATE TABLE `npc_monstersay` ( `entry` int(11) NOT NULL, `event` int(11) NOT NULL, `chance` float NOT NULL, `language` int(11) NOT NULL, `type` int(11) NOT NULL, `monstername` longtext, `text0` longtext, `text1` longtext, `text2` longtext, `text3` longtext, `text4` longtext ) ENGINE=MyISAM DEFAULT CHARSET=latin1;