[Ascent] Where's table_creatures.sql

Results 1 to 5 of 5
  1. #1
    Sorcerer Supreme xSLaYaHx is offline
    Member +Rank
    Apr 2007 Join Date
    334Posts

    [Ascent] Where's table_creatures.sql

    NDBC Doesn't have table transport_creatures.sql and apparently, the .exe needs it.


  2. #2
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Ascent] Where's table_creatures.sql

    Then compile the ascent core yourself and grab the SQL there!

  3. #3
    Sorcerer Supreme xSLaYaHx is offline
    Member +Rank
    Apr 2007 Join Date
    334Posts

    Re: [Ascent] Where's table_creatures.sql

    Where's the core? Seeing how yours is different than the SVN...

  4. #4
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Ascent] Where's table_creatures.sql


  5. #5
    Newbie shamus252 is offline
    MemberRank
    Dec 2007 Join Date
    15Posts

    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;



Advertisement