[Help] why my character appear naked?

Results 1 to 4 of 4
  1. #1
    Member xspitfirex is offline
    MemberRank
    Jul 2006 Join Date
    veezuekaLocation
    88Posts

    [Help] why my character appear naked?

    Why my character appear naked can u everybuddy help me?


  2. #2
    -BayArea TurfDancer- rawgigz is offline
    MemberRank
    Nov 2008 Join Date
    BayArea California 510!Location
    263Posts

    Re: why my character appear naked?

    delete your current inventory on your navicat whatso ever and run the query i provided :

    Code:
    CREATE TABLE `inventory` (
      `charid` int(10) NOT NULL default '0',
      `backpack_number` int(10) NOT NULL default '-1',
      `itemnumber` int(10) NOT NULL default '0',
      `itemid` int(10) NOT NULL default '0',
      `inventoryslot` int(10) NOT NULL default '0',
      `durability` int(10) NOT NULL default '0',
      `count` int(10) NOT NULL default '0',
      `refine` int(10) NOT NULL default '0',
      `element` int(11) NOT NULL,
      `refine_element` int(11) NOT NULL,
      `slotcount` int(11) NOT NULL,
      `slot_1` int(10) NOT NULL default '0',
      `slot_2` int(10) NOT NULL default '0',
      `slot_3` int(10) NOT NULL default '0',
      `slot_4` int(10) NOT NULL default '0',
      `slot_5` int(10) NOT NULL default '0',
      `stats` int(10) NOT NULL default '0',
      `itemBonuses` bigint(20) unsigned NOT NULL default '0',
      `lastUntil` bigint(20) unsigned NOT NULL default '0',
      `pet_lives` int(10) unsigned NOT NULL default '0',
      `addedByQuestID` int(11) NOT NULL default '-1'
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

  3. #3
    Pessimistic Ass@%&! Monolith is offline
    MemberRank
    Jan 2008 Join Date
    DallasLocation
    2,299Posts

    Re: why my character appear naked?

    Do you mean when you create one?

    Or you have no underwear when you take off your armor?

    If it's the no underwear its a high res problem in the client.....set it to a lower res and it will come back...

    If it's when you create Rawgigz is correct.

  4. #4
    Account Upgraded | Title Enabled! divinepunition is offline
    MemberRank
    Dec 2008 Join Date
    FranceLocation
    621Posts

    Re: why my character appear naked?

    just have to edit you table inventory and put defaut value to backpacknumer : -1
    ^^



Advertisement