ascent server problem menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Insanity's Avatar Member
    Reputation
    11
    Join Date
    Mar 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ascent server problem

    I'm having a little bit of a trouble with an Ascent repack from Kanqaz...
    Everytime I log out from WoW and then log on again, all my gear is gone.
    I've tried the .save commando and .saveall but nothing keeps the gear ingame. Could you please help me?

    Best Regards, Insanity

    ascent server problem
  2. #2
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ascent server problem

    do you have a table called playeritems in your database?
    that could be the problem...


    grtz

  3. #3
    Insanity's Avatar Member
    Reputation
    11
    Join Date
    Mar 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ascent server problem

    I dont have one, I just have the playercreateinfo_items.

    how should I solve the problem?
    Last edited by Insanity; 11-11-2007 at 05:48 AM.

  4. #4
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ascent server problem

    Originally Posted by Insanity View Post
    I dont have one, I just have the playercreateinfo_items.

    how should I solve the problem?
    nonono you NEED one but your core/database might be old... try installing a new database and core rev...

    core revs you can find here:
    http://www.mmowned.com/forums/emulat...d-regular.html

    and latest blizzlike database here:
    http://www.mmowned.com/forums/emulat...t-spawned.html

    use rev 2016 and this database...
    if you wnt fundatabase Chrispee has the best one
    http://www.mmowned.com/forums/emulat...-finished.html

    grtz

  5. #5
    Insanity's Avatar Member
    Reputation
    11
    Join Date
    Mar 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ascent server problem

    mmkay, but my rev isn't so old.
    I just need the playeritems table. how do I get one?
    can I create it myself? or do I have to download?

  6. #6
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ascent server problem

    Originally Posted by Insanity View Post
    mmkay, but my rev isn't so old.
    I just need the playeritems table. how do I get one?
    can I create it myself? or do I have to download?
    here ya go:
    2 tables: playeritems and playeritems_external...
    Code:
    SET FOREIGN_KEY_CHECKS=0;
    -- ----------------------------
    -- Table structure for playeritems
    -- ----------------------------
    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 COLLATE utf8_unicode_ci NOT NULL,
      PRIMARY KEY (`guid`),
      KEY `ownerguid` (`ownerguid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='playeritems';
    -- ----------------------------
    -- Table structure for playeritems_external
    -- ----------------------------
    CREATE TABLE `playeritems_external` (
      `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) NOT NULL,
      `itemtext` int(10) unsigned NOT NULL DEFAULT '0',
      `durability` int(10) unsigned NOT NULL DEFAULT '0',
      `containerslot` int(11) DEFAULT '-1',
      `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 COMMENT='playeritems_external';
    grtz

Similar Threads

  1. Ascent server problems?
    By foxfire in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 02-25-2008, 06:08 PM
  2. LAN Server Problem. [Ascent]
    By tyman2006 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-30-2008, 09:10 PM
  3. Fix ascent private servers problems!
    By Flo8 in forum WoW EMU Guides & Tutorials
    Replies: 33
    Last Post: 01-20-2008, 10:09 PM
  4. Problem with ascent server! -look here-
    By Evolocity7 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-11-2007, 06:39 PM
  5. Please help - ascent server problem (pic)
    By lazboy in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-06-2007, 02:36 AM
All times are GMT -5. The time now is 03:53 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search