
Originally Posted by
P.K
Have a problem when i start the Server the World Server crash by : Loaded 2281 skills
help?

It's seem that i haven't give the good version sorry ^^
here the good link
I will make another post for osaflyff cause exos 58 can't update this... THANKS TO CLOSE IT ^^
@cybrax : here the table :http://www.megaupload.com/?d=L4JZA5HX
Code:
CREATE TABLE `flyff_bans` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Auto increased ID, used to identify a ban for PHP.',
`ip` varchar(20) DEFAULT NULL COMMENT 'Exact IP of the banned player.',
`reason` text COMMENT 'Reason why the user was banned, show on main page also.',
`active` int(1) NOT NULL DEFAULT '1' COMMENT '1 = Active, 0 = Inactive, If inactive, ip is not banned.',
`comment` text COMMENT 'Comment to identify user or other addins.',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;