Search results

  1. kuramajssken

    [Core/Quest] Fixed Quest Escape from the Staging Grounds (10425) Escort missions. V14

    Escape from the Staging Grounds Escort the Captured Protectorate Vanguard back to Protectorate Watch Post in Netherstorm. Captured Protectorate Vanguard Escorted Relevant Locations This quest starts and ends in Netherstorm...
  2. kuramajssken

    [Zone/Quest]Fix Quest 10852 Missing Friends.

    https://tbc.wowhead.com/quest=10852/missing-friends quest. The problem has been confirmed. Please execute mysql to fix this problem. @Likon69 Thank you for submitting bug Fixed https://www.emucoach.com/forums/threads/v14-quest-bug-10852.8083/ DELETE FROM `creature` WHERE id = 22314; INSERT...
  3. kuramajssken

    [Core/Spell] Fixed weapon chance on hit effect cannot be triggered.

    https://tbc.wowhead.com/item=28430/lionheart-executioner Chance on hit: Increases Strength by 100 for 10 sec. https://tbc.wowhead.com/item=28429/lionheart-champion Chance on hit: Increases Strength by 100 for 10 sec. INSERT INTO `item_template_addon` (`Id`, `FlagsCu`, `FoodType`...
  4. kuramajssken

    [BUG/AH] V14 Fix the auction house problem (serious)

    When you enable the AllowTwoSide.Interaction.Auction = 1 option in worldserver.config, all the items you auction in the game will be cleared the next time the server restarts. You can use the following mysql statement to fix this problem. MySQL: INSERT INTO `creature` VALUES (23442, 8661, 1, 0...
  5. kuramajssken

    Minor fixes v14 (Firelands Raid)

    Added plot line missing from BOSS Baleroc. DELETE FROM `creature_text` WHERE `entry` = 53494; INSERT INTO `creature_text` VALUES (53494, 0, 0, 'You are forbidden from my master\'s domain, mortals.', 14, 0, 100, 0, 0, 24441, '0', 52180); INSERT INTO `creature_text` VALUES (53494, 1, 0, 'Fool...
Top