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

    bdebaere

    Posted

    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

    mpfans

    Posted

    [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!

    mpfans

    Posted

    [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

    bdebaere

    Posted

    [quote=mpfans]this ok! But right click one time, complete 2![/quote]
    I'm not quite sure what you mean by this. Can you explain further please?

    Necrovoice

    Posted

    Changed Status to Completed

    Changed Version to 21.14 (Master Branch)

    Changed Implemented Version to 21.14 (Master Branch)

    Changed Milestone to 21 (Current)

    Changed Priority to Unset



    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