Help|NCDB Items Table

Results 1 to 7 of 7
  1. #1
    Elite Member alex5025 is offline
    Member +Rank
    Apr 2006 Join Date
    110Posts

    Help|NCDB Items Table

    i updated my server to rev 584 and now i dont have the items table i dont know how i download it form the svn now my player is naked


  2. #2
    Elite Member gmaze is offline
    Member +Rank
    May 2007 Join Date
    IndianaLocation
    238Posts

    Re: Help|NCDB Items Table

    your playeritems should of been in your character database, if you update it, it will erase all items already in there.
    In other words, the basic table I can get you, your items are gone.
    Code:
    CREATE TABLE `playeritems` (
      `ownerguid` int(10) unsigned NOT NULL default '0',
      `guid` bigint(20) unsigned NOT NULL default '0',
      `entry` int(10) unsigned NOT NULL default '0',
      `creator` int(10) unsigned NOT NULL default '0',
      `count` int(10) unsigned NOT NULL default '0',
      `charges` int(10) unsigned NOT NULL default '0',
      `flags` int(10) unsigned NOT NULL default '0',
      `randomprop` int(10) unsigned NOT NULL default '0',
      `randomsuffix` int(11) NOT NULL default '0',
      `itemtext` int(10) unsigned NOT NULL default '0',
      `durability` int(10) unsigned NOT NULL default '0',
      `containerslot` int(11) NOT NULL default '-1',
      `slot` tinyint(4) NOT NULL default '0',
      `enchantments` longtext NOT NULL,
      PRIMARY KEY  (`guid`),
      KEY `ownerguid` (`ownerguid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

  3. #3
    Elite Member alex5025 is offline
    Member +Rank
    Apr 2006 Join Date
    110Posts

    Re: Help|NCDB Items Table

    no i dont mean playeritems i mean items i dont have thet table so i have no items

  4. #4
    Elite Member alex5025 is offline
    Member +Rank
    Apr 2006 Join Date
    110Posts

    Re: Help|NCDB Items Table

    please some one?

  5. #5
    Newbie Viperwow is offline
    MemberRank
    Feb 2007 Join Date
    In HELL!!!))Location
    14Posts

    Re: Help|NCDB Items Table

    You can downgrade to 575 with items,than create from your 575 ncdb sql file with table "items",then drop your 575 and execute 584!(after this execute your "items" table)

  6. #6
    Elite Member alex5025 is offline
    Member +Rank
    Apr 2006 Join Date
    110Posts

    Re: Help|NCDB Items Table

    ok i will do it but why did they deleted the items table?
    BTW whats the site of ncdb cuz ncdb.info dosent work for me

  7. #7
    Elite Member titus4k is offline
    Member +Rank
    Jul 2007 Join Date
    229Posts

    Re: Help|NCDB Items Table

    items.sql has ben fixed in rev 586.

    t4k



Advertisement