Jump to content
  • quest 5211 error


    mpfans
    • Status: Completed
      Main Category: Quests
      Sub-Category: Quest
      Version: 21.14 Milestone: 21 Priority: Unset
      Implemented Version: 21.14
      Assigned: bdebaere

    quest 5211 error

    As the title says,quest id =5211 ,title= Defenders of Darrowshire ,the a Darrowshire Spirits unlimited conversation until the quest is completed


    User Feedback

    Recommended Comments

    I'm not sure this is the [I]right[/I] way of solving, but it is a fix nonetheless. The delay for the script is set too low on 2 seconds, which means every 2 seconds you speak will give you credit towards this quest.

    Apply the following SQL statement to your mangos database:
    UPDATE
    dbscripts_on_gossip
    SET
    delay=60
    WHERE
    id = 3141 AND
    command = 29

    Link to comment
    Share on other sites

    [quote=bdebaere]I'm not sure this is the [I]right[/I] way of solving, but it is a fix nonetheless. The delay for the script is set too low on 2 seconds, which means every 2 seconds you speak will give you credit towards this quest.

    Apply the following SQL statement to your mangos database:
    UPDATE
    dbscripts_on_gossip
    SET
    delay=60
    WHERE
    id = 3141 AND
    command = 29
    [/quote]

    this ok! But right click one time, complete 2!

    Link to comment
    Share on other sites

    [quote=bdebaere]I'm not sure this is the [I]right[/I] way of solving, but it is a fix nonetheless. The delay for the script is set too low on 2 seconds, which means every 2 seconds you speak will give you credit towards this quest.

    Apply the following SQL statement to your mangos database:
    UPDATE
    dbscripts_on_gossip
    SET
    delay=60
    WHERE
    id = 3141 AND
    command = 29
    [/quote]


    dbscripts_on_gossip changed db_scripts

    UPDATE
    db_scripts
    SET
    delay=60
    WHERE
    id = 3141 AND
    command = 29

    Link to comment
    Share on other sites



    Guest
    This is now closed for further comments

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use