[Ascent] Naked Characters! Help!?

Results 1 to 11 of 11
  1. #1
    Valued Member SithMaster is offline
    MemberRank
    Oct 2007 Join Date
    WALocation
    145Posts

    [Ascent] Naked Characters! Help!?

    The characters are naked. And do not have any items.
    Please tell me what to do to fix it!?
    Using NCDB Rev 636
    NCDB Character Database (Full)


  2. #2
    Apprentice hate_a3 is offline
    MemberRank
    Aug 2006 Join Date
    5Posts

    Re: [Ascent] Naked Characters! Help!?

    same here, i bought items for the char then log out then he's naked again

  3. #3
    Enthusiast pudgemuffins is offline
    MemberRank
    Mar 2007 Join Date
    49Posts

    Re: [Ascent] Naked Characters! Help!?

    I have this same problem. I believe it has something to do with Playeritems table being corrupted. I will work on this tonight.

  4. #4
    The one and only grandmst20 is offline
    MemberRank
    Feb 2007 Join Date
    427Posts

    Re: [Ascent] Naked Characters! Help!?

    I'll take a look and see.

    Oh...make sure if you're using Full you are using the latest Ascent Rev.

  5. #5
    Valued Member SithMaster is offline
    MemberRank
    Oct 2007 Join Date
    WALocation
    145Posts

    Re: [Ascent] Naked Characters! Help!?

    I don't know how to compile T_T
    The newest server software always fails for me.

  6. #6
    Apprentice hantu is offline
    MemberRank
    Jan 2005 Join Date
    14Posts

    Re: [Ascent] Naked Characters! Help!?

    Quote Originally Posted by SithMaster View Post
    The characters are naked. And do not have any items.
    Please tell me what to do to fix it!?
    Using NCDB Rev 636
    NCDB Character Database (Full)
    Hello,

    I had same problem before, what helped me is that code below. Just removed the "playeritems" table from DB and ran this query in SQLyog:

    Code:
    USE `character`;change "character" to your database name
    
    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(30) DEFAULT '0',
      `itemtext` int(10) unsigned NOT NULL DEFAULT '0',
      `durability` int(10) unsigned NOT NULL DEFAULT '0',
      `containerslot` int(11) DEFAULT '-1' COMMENT 'couldnt find this being used in source',
      `slot` tinyint(4) NOT NULL DEFAULT '0',
      `enchantments` longtext COLLATE utf8_unicode_ci NOT NULL,
      PRIMARY KEY (`guid`),
      UNIQUE KEY `guid` (`guid`),
      KEY `ownerguid` (`ownerguid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    Let me know if it helped.

    Have Fun !!

  7. #7
    Valued Member SithMaster is offline
    MemberRank
    Oct 2007 Join Date
    WALocation
    145Posts

    Re: [Ascent] Naked Characters! Help!?

    I will try it out.
    I have to repair the WOW client. So When thats done. I will load it up And see if it fixed it.
    Hope it works if not will post here again.

  8. #8
    Valued Member SithMaster is offline
    MemberRank
    Oct 2007 Join Date
    WALocation
    145Posts

    Re: [Ascent] Naked Characters! Help!?

    Thanks dude it worked!

  9. #9
    Account Upgraded | Title Enabled! rasta-raus is offline
    MemberRank
    May 2007 Join Date
    297Posts

    Re: [Ascent] Naked Characters! Help!?

    Quote Originally Posted by SithMaster View Post
    The characters are naked. And do not have any items.
    Please tell me what to do to fix it!?
    Using NCDB Rev 636
    NCDB Character Database (Full)
    Im having the same problem and ive tried everything possibol...


    EDIT: Cant figure out how to run the query in SQLyog

    EDIT: Got it thanks for the help!

  10. #10
    Account Upgraded | Title Enabled! rasta-raus is offline
    MemberRank
    May 2007 Join Date
    297Posts

    Re: [Ascent] Naked Characters! Help!?

    sry for double post but i dont see a playeritems to tell u the truth lol

  11. #11
    Apprentice inphyy is offline
    MemberRank
    Nov 2007 Join Date
    6Posts

    Re: [Ascent] Naked Characters! Help!?

    Quote Originally Posted by hantu View Post
    Hello,

    I had same problem before, what helped me is that code below. Just removed the "playeritems" table from DB and ran this query in SQLyog:

    Code:
    USE `character`;change "character" to your database name
    
    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(30) DEFAULT '0',
      `itemtext` int(10) unsigned NOT NULL DEFAULT '0',
      `durability` int(10) unsigned NOT NULL DEFAULT '0',
      `containerslot` int(11) DEFAULT '-1' COMMENT 'couldnt find this being used in source',
      `slot` tinyint(4) NOT NULL DEFAULT '0',
      `enchantments` longtext COLLATE utf8_unicode_ci NOT NULL,
      PRIMARY KEY (`guid`),
      UNIQUE KEY `guid` (`guid`),
      KEY `ownerguid` (`ownerguid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    Let me know if it helped.

    Have Fun !!

    :/ isnt working for me ,, i use ascent 2303 and ncdb 643 , i tride to fix it but nothing seems to help ,



Advertisement