Questlog empty after relogging menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Handil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Questlog empty after relogging

    I'm running Ascent. I can pick up quests fine, complete them, obtain rewards. However, if I get a quest (or quests) and log, my quest log will be empty when I relog. My server records the following errors... do they make sense to anyone? fixes?

    Before some smart ass says it, I did search for an answer first, just haven't found it... 6):


    Sql query failed due to [Column count doesn't match value count at row 1], Query
    : [REPLACE INTO questlog VALUES(16,10302,0,0,0,0,0,0,1,0,0,0)]
    [allocating B]
    Sql query failed due to [Column count doesn't match value count at row 1], Query
    : [REPLACE INTO questlog VALUES(16,9293,0,0,0,0,0,0,0,0,0,0)]
    Sql query failed due to [Column count doesn't match value count at row 1], Query
    : [REPLACE INTO questlog VALUES(16,9293,0,0,0,0,0,0,0,0,0,0)]
    Sql query failed due to [Column count doesn't match value count at row 1], Query
    : [REPLACE INTO questlog VALUES(16,9799,1,0,0,0,0,0,0,0,0,0)]
    Sql query failed due to [Column count doesn't match value count at row 1], Query
    : [REPLACE INTO questlog VALUES(16,9280,2,0,0,0,0,0,0,0,0,0)]

    Questlog empty after relogging
  2. #2
    Freyetta's Avatar Member
    Reputation
    8
    Join Date
    Feb 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Quest Log Relog Fix

    1. Go into your SQLyog, look in your world database.

    2. Open questlog. Choose Columns right-click, choose drop-down "Manage Columns".
    Delete - "index[bigint(##) unsigned, NOTNULL]".

    3. Make sure that "PK" is check-marked for both - "player_guid" and "quest_id".

    NOTE: This edit is for use on SQLyog Community Edition ONLY.

  3. #3
    CairiFEA's Avatar Member
    Reputation
    36
    Join Date
    Jan 2008
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use this,

    Code:
    DROP TABLE IF EXISTS `questlog`;
    SET @saved_cs_client     = @@character_set_client;
    SET character_set_client = utf8;
    CREATE TABLE `questlog` (
      `player_guid` bigint(20) unsigned NOT NULL DEFAULT '0',
      `quest_id` bigint(20) unsigned NOT NULL DEFAULT '0',
      `slot` int(20) unsigned NOT NULL DEFAULT '0',
      `time_left` bigint(20) NOT NULL DEFAULT '0',
      `explored_area1` bigint(20) unsigned NOT NULL DEFAULT '0',
      `explored_area2` bigint(20) unsigned NOT NULL DEFAULT '0',
      `explored_area3` bigint(20) unsigned NOT NULL DEFAULT '0',
      `explored_area4` bigint(20) unsigned NOT NULL DEFAULT '0',
      `mob_kill1` bigint(20) NOT NULL DEFAULT '0',
      `mob_kill2` bigint(20) NOT NULL DEFAULT '0',
      `mob_kill3` bigint(20) NOT NULL DEFAULT '0',
      `mob_kill4` bigint(20) NOT NULL DEFAULT '0',
      PRIMARY KEY (`player_guid`,`quest_id`)
    ) ENGINE=MyISAM AUTO_INCREMENT=33067588 DEFAULT CHARSET=latin1;
    SET character_set_client = @saved_cs_client;
    
    --
    -- Dumping data for table `questlog`
    --
    
    LOCK TABLES `questlog` WRITE;
    /*!40000 ALTER TABLE `questlog` DISABLE KEYS */;
    /*!40000 ALTER TABLE `questlog` ENABLE KEYS */;
    UNLOCK TABLES;
    Cairi
    As a Nation, we have AGREED to A GREED
    gmtricks.com

  4. #4
    atradies35's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Fixed error

    I looked for a fix for this for about 3 hrs online tonight and found yours. It worked flawlessly. Thanks alot. That was the only issue i had on my server. Running chrispee repack 2.4.1 with sunwell. Thanks again.

Similar Threads

  1. [SGather] AutoIt - Stop bot and relog after random time
    By serialboter in forum WoW Bot Maps And Profiles
    Replies: 10
    Last Post: 03-08-2011, 04:34 PM
  2. [PIROX PvP TOOL] Doesn't relogging after Disconnect!?
    By K1boRG in forum WoW Bots Questions & Requests
    Replies: 6
    Last Post: 01-23-2011, 02:27 PM
  3. [REQUEST] Auto relog after disconnect (wow dc)
    By K1boRG in forum WoW Bots Questions & Requests
    Replies: 9
    Last Post: 01-22-2011, 02:10 PM
  4. [ArcEmu] Hunter pets not being saved after relog
    By RoyPwns in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 04-15-2010, 02:19 PM
  5. [Dalaran] Stuck after relog
    By fredrik5544 in forum WoW EMU Exploits & Bugs
    Replies: 3
    Last Post: 12-24-2008, 08:00 PM
All times are GMT -5. The time now is 10:34 AM. 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