NDBC Doesn't have table transport_creatures.sql and apparently, the .exe needs it.
Printable View
NDBC Doesn't have table transport_creatures.sql and apparently, the .exe needs it.
Then compile the ascent core yourself and grab the SQL there!
Where's the core? Seeing how yours is different than the SVN...
if you mean creature_transports probley be something like this dont think a sql has been released for it tho yet in the svn
CREATE TABLE `transport_creatures` (
`transport_entry` int(10) unsigned NOT NULL,
`creature_entry` int(10) unsigned NOT NULL,
`position_x` float NOT NULL,
`position_y` float NOT NULL,
`position_z` float NOT NULL,
`orientation` float NOT NULL,
PRIMARY KEY (`transport_entry`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;