-
Sorcerer Supreme
[Ascent] Where's table_creatures.sql
NDBC Doesn't have table transport_creatures.sql and apparently, the .exe needs it.
-
-
You don't know me.
Re: [Ascent] Where's table_creatures.sql
Then compile the ascent core yourself and grab the SQL there!
-
Sorcerer Supreme
Re: [Ascent] Where's table_creatures.sql
Where's the core? Seeing how yours is different than the SVN...
-
You don't know me.
Re: [Ascent] Where's table_creatures.sql
-
Newbie
Re: [Ascent] Where's table_creatures.sql
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;