Search results

  1. eyerobot

    Quest A Quota To Meet 14197 fix 7.02

    Missing stockpiles and ingots added Stockpiles DELETE FROM `gameobject` WHERE `guid`=9969137; INSERT INTO `gameobject` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`...
  2. eyerobot

    Quest King Of The Foulweals 13989 fix 7.02

    Quest King Of The Foulwealds 13989 fix 7.02 The temp foulweald totem bunny wasn't spawned Also the server problem where it always spawns four of every summoned creature, Makes this quest a nightmare. DELETE FROM `gameobject` WHERE `guid`=9969079; INSERT INTO `gameobject` (`guid`, `id`, `map`...
  3. eyerobot

    Samantha shackleton 5700 missing speech fix 7.02

    This fixes the error spam in console for samantha shackleton in undercity. And enables her local speech. However, Changing the speech timers in the smart scripts seems to have no effect whatsoever. Possibly they hardcoded her into the server? I do not understand. But nonetheless this fixes...
  4. eyerobot

    Quest Military breakthrough Fix 7.02

    SFG was not spawned on corpse of Sgt DELETE FROM `gameobject` WHERE `guid`=9968523; INSERT INTO `gameobject` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`...
  5. eyerobot

    Quest Hand-me-downs 14469 Fix 7.02

    No loot option on dead soldiers, No npc to turn quest in to. Set flags on soldiers DELETE FROM `creature_template` WHERE `entry`=36756; INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`...
  6. eyerobot

    Quest How To Serve Goblins 10238 fix 7.02

    The cages were missing data which i added. The smart scripts are preexisting in 7.02. If there is a condition set for this quest I am unable to find it. Quest 10238 DELETE FROM `quest_template` WHERE `Id`=10238; INSERT INTO `quest_template` (`Id`, `Method`, `Note`, `Status`, `Level`...
  7. eyerobot

    Quest Fish Fer Squirky fix 7.02

    On spell hit condition DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=99431 AND `SourceId`=0 AND `ElseGroup`=1 AND `ConditionTypeOrReference`=31 AND `ConditionTarget`=0 AND `ConditionValue1`=3 AND `ConditionValue2`=53543 AND `ConditionValue3`=0...
  8. eyerobot

    Quest a furious catch 26588 fix 7.02

    Missing fishing loot in Southfury river. DELETE FROM `fishing_loot_template` WHERE (`entry`=814); INSERT INTO `fishing_loot_template` VALUES (814, 58951, -100, 1, 0, 1, 1), (814, 818, 0.10619, 1, 1, 1, 1), (814, 2967, 0.10619, 1, 1, 1, 1), (814, 7350, 0.10619, 1, 1, 1, 1), (814, 45188...
  9. eyerobot

    Quest Even thieves get hungry fix 7.02

    Orgrimmar theif was missing Placement DELETE FROM `creature` WHERE `guid`=71222; INSERT INTO `creature` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`...
  10. eyerobot

    Quest Crawfish Creole fix 7.02

    No crawfish were spawned, And they were attackable, Not lootable. Placement of crawfish DELETE FROM `creature` WHERE `guid`=717896; INSERT INTO `creature` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`...
  11. eyerobot

    Quest loot fix Tadpole Terror 7.02

    Giant flesh eating tadpole droprate was too low in stillwater pond. DELETE FROM `fishing_loot_template` WHERE (`entry`=810) AND (`item`=69905); INSERT INTO `fishing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (810, 69905...
  12. eyerobot

    Bug Quest Moat Monster! 29361

    [Name, Type] Undercity, ruins of Lordaeron Moat, quest Moat Monster 29361 [What it does] Using the alliance disguise kit cannot be done as there are no nearby Ruins of Lordaeron moat objects. Using the alliance disguise kit requires you to target the moat monster first. This is wrong it should...
  13. eyerobot

    Fix quest Fish Head 7.02

    Drop rate was too low. DELETE FROM `fishing_loot_template` WHERE (`entry`=1497) AND (`item`=69901); INSERT INTO `fishing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (1497, 69901, 5, 1, 1, 1, 1);
  14. eyerobot

    Fix quest Escargot a go go 7.02

    Brightwater Snail This sets the flags on the Brightwater Snail, And creates the smart_scripts that complete the quest. DELETE FROM `creature_template` WHERE `entry`=53526; INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`...
  15. eyerobot

    Missing and Clustered ores fix 7.02

    If your an avid crafter, Then you may have noticed the large amount of missing ores in version 7.02. And if you went to badlands, Searing Gorge, Or Burning Steppes. Then you probably saw the hundreds of Truesilver and Mithril ores clustered everywhere on those maps. This is a fix for those two...
  16. eyerobot

    Missing quest starters and enders FIX 7.02

    I ran a couple of complex queries that identify quests that have no quest starter, And/Or no quest ender. This includes quests started and ended by npc's, gameobjects, And items. Once i had a list for starters, and enders. I spent two days online searching every single quest on those lists to...
  17. eyerobot

    Bug Report Tutorial

    Bug Report Tutorial + Truice V2.0 When creating a new bug report, It is important to have a format that is easy for the developers to read, So that they can scan the list quickly, And organize them accordingly. Bug reports should be submitted in the Cataclysm bug reports forum listed on the...
  18. eyerobot

    Bug quest Wasn't it obvious? 7.02

    [Name, Type] azshara, wasn't it obvious?. horde [What it does] Nothing, There is no portal to walk through. [What it should do] Teleport me to a location to speak to other npc's. http://www.wowhead.com/quest=14389/wasnt-it-obvious https://www.youtube.com/watch?v=jjxuUFiLTOM&ytbChannel=MURLOC.TV
  19. eyerobot

    But quest arcane de-construction 7.02 fix

    [Name, Type] Gurthalak, Voice of the Deeps, Item [What it does] the lower stone doesn't work. and is missing [What it should do] aquire arcane runestone by kills, then turn in at the lower scrying stone. http://www.wowhead.com/quest=14429/arcane-de-construction...
  20. eyerobot

    Bug quest amberwinds journal 7.02 fix

    [Name, Type] azshara, amberwinds journal, horde [What it does] Kill the lorekeeper to get the item, then turn it in at the scrying stone, the stone doesnt work. [What it should do] turn in at the scrying stone. http://www.wowhead.com/quest=14428/amberwinds-journal...
Top