• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTS MATERIA - otsmateria.pl - DATA+MODS- EVOLUTION MAP - Last Edition 2013! for FREE!

questions to this data pack ,
Is this 8.6?
is it 0.4?
and where is mysql for it?
love the map changing most of it only map ,now scripts im taking a look at it
 
sorry for revive this topic
how do i fix this?

2ccmgb6.png


thx =)
 
sorry for revive this topic
how do i fix this?

2ccmgb6.png


thx =)

CREATE TABLE `events` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`event_name` varchar(255) NOT NULL,
`winner_name` varchar(255) NOT NULL,
`won_item` varchar(255) NOT NULL,
`time_win` int(7) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=45 ;
 
Back
Top