What's new
  • Happy Cataclysm gaming! The long-awaited 4.3.4 Cataclysm Repack V19.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now
  • Mists of Pandaria is calling! Heya - did you know that the newest 5.4.8 MoP Repack - version 7.0 - is now live?
    Download now

Search results

  1. eyerobot

    25798 25799 Defend the Drill Timing Fix

    For some reason this script did not want to summon the second set of galeks at 10 seconds, So I changed it to six seconds, Which seems to work just fine. -- 25798 25799 Defend the Drill DELETE FROM `smart_scripts` WHERE (`entryorguid`=41299 AND `source_type`=0); INSERT INTO `smart_scripts`...
  2. eyerobot

    25543 Circle the Wagons... er, Boats Quest Order

    25543 Circle the Wagons... er, Boats Quest Order Spell Area -- 25543 Circle the Wagons... er, Boats Quest Order Spell Area UPDATE `quest_template` SET `PrevQuestId` = 25533 WHERE `Id` = 25543; UPDATE `quest_template` SET `PrevQuestId` = 25533 WHERE `Id` = 25562; DELETE FROM `spell_area` WHERE...
  3. eyerobot

    9530 Horn of Hatetalon Loot Fix

    The horn was made a 100% drop rate back in lich king. -- 9530 Horn of Hatetalon DELETE FROM `creature_loot_template` WHERE `entry`=5362 AND `item`=9530; INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES...
  4. eyerobot

    27347 Corrosion Prevention

    The scripts for this quest had nothing to do with the quest. So I wrote new scripts. -- 27347 Corrosion Prevention -- 33108 Ooze Buster -- 42486 Ooze channel credit -- 42489 Cast Ooze Zap When Energized -- 42485 End Of Ooze Channel -- 4393 Bubbling Swamp ooze -- 4394 Acidic Swamp Ooze...
  5. eyerobot

    23600 Apprentice Morlann Missing

    -- 23600 Apprentice Morlann DELETE FROM `creature` WHERE `id`=23600; INSERT INTO `creature` (`id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`...
  6. eyerobot

    27409 The Essence of Enmity Exploit Fix

    Creatures instant despawn when spell is applied, So no repeats on the same corpse. -- 27409 The Essence of Enmity -- 33088 Brogg's Totem -- 42411 Spell -- 4331 Firemane Ash Tail UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 4331; DELETE FROM `smart_scripts` WHERE...
  7. eyerobot

    33086 Stonemaul Banner Loot Fix

    Item should not drop from creatures, Only from the gameobject -- 33086 Stonemaul Banner DELETE FROM `creature_loot_template` WHERE `entry`=4328 AND `item`=33086;
  8. eyerobot

    27408 Banner of the Stonemaul Quest Order

    -- 27408 Banner of the Stonemaul UPDATE `quest_template` SET `NextQuestId` = 27409, `NextQuestIdChain` = 27409 WHERE `Id` = 27408; UPDATE `quest_template` SET `PrevQuestId` = 27408 WHERE `Id` = 27409; UPDATE `quest_template` SET `PrevQuestId` = 27409 WHERE `Id` = 27410; UPDATE `quest_template`...
  9. eyerobot

    27416 The Brood of Onyxia Quest Orders

    -- 27416 The Brood of Onyxia 27424 27414 Required UPDATE `quest_template` SET `PrevQuestId` = -27414 WHERE `Id` = 27416; UPDATE `quest_template` SET `NextQuestId` = 27416, `ExclusiveGroup` = -27414, `NextQuestIdChain` = 27416 WHERE `Id` = 27414; UPDATE `quest_template` SET `NextQuestId` = 27416...
  10. eyerobot

    27295 Seek Out Tabetha Quest Order

    -- 27295 Seek Out Tabetha UPDATE `quest_template` SET `PrevQuestId` = 27293 WHERE `Id` = 27295;
  11. eyerobot

    27190 Cleansing Witch Hill

    This is rewritten in SAI because the C++ script doesn't work. I wasn't able find a reference for the visual spell that is cast just before Zelfrax is summoned. But the rest works. -- 27190 Cleansing Witch Hill -- 33113 Witchbane Torch -- 42521 Light Witchbane Torch -- 23864 Zelfrax -- 23868...
  12. eyerobot

    23585 Witch Light Has equipment

    -- 23585 Witch Light Has equipment DELETE FROM `creature_equip_template` WHERE `entry`=23585 AND `id`=2;
  13. eyerobot

    27191 Hungry as an Ogre! Quest Order

    -- 27191 Hungry as an Ogre! UPDATE `quest_template` SET `PrevQuestId` = 27184 WHERE `Id` = 27191;
  14. eyerobot

    27306 Talk to Ogron Quest Order

    -- 27306 Talk to Ogron UPDATE `quest_template` SET `PrevQuestId` = 27260 WHERE `Id` = 27306;
  15. eyerobot

    27293 The Grimtotem Plot Quest Order

    -- 27293 The Grimtotem Plot UPDATE `quest_template` SET `PrevQuestId` = 27292 WHERE `Id` = 27293; DELETE FROM `disables` WHERE `sourceType`=1 AND `entry`=27309; INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES (1, 27309, 0, '', '', 'Deprecated...
  16. eyerobot

    27257 The Black Shield Horde Quest Orders

    -- 27257 The Black Shield Horde UPDATE `quest_template` SET `NextQuestId` = 27258, `NextQuestIdChain` = 27258 WHERE `Id` = 27257; UPDATE `quest_template` SET `PrevQuestId` = 27257 WHERE `Id` = 27258; UPDATE `quest_template` SET `PrevQuestId` = 27258 WHERE `Id` = 27292;
  17. eyerobot

    Inspecting The Ruins 27253 Horde 27249 Alliance Quest Orders

    -- Dustwallow Marsh -- Inspecting The Ruins 27253 Horde 27249 Alliance -- Suspicious Hoofprints 27259 Horde 27262 Alliance -- lieutenant paval reeth 27260 Horde 27263 Alliance -- the black shield 27254 Horde 27252 Alliance -- Horde UPDATE `quest_template` SET `PrevQuestId` = 27253 WHERE...
  18. eyerobot

    Mysql Beginners Guide

    Have you ever thought to yourself. I wish I knew how to fix Creatures, Objects, And Quests? During an average day of playing, You probably encounter hundreds of bugs that could be fixed in seconds, If you only knew how. But you never went to tech school, And most likely don't want to ask...
  19. eyerobot

    24452 Profitability Scouting

    Adds quest objectives, Gives aura bunny script. High preistess Slithera should be putting the giant into a trance, But I have no idea what spell to use for that. -- 24452 Profitability Scouting -- 37143 Heart of Arkkoroc Aura Bunny -- 36873 High Priestess Silthera -- 36854 Heart of Arkkoroc...
  20. eyerobot

    27513 Transdimensional Warfare: Chapter II

    This sets the phase to 2, Adds missing spawns, Corrects phasemasks. Fixes portals gossip and smart scripts, And phasing. -- 27513 Transdimensional Warfare: Chapter II DELETE FROM `spell_area` WHERE `spell`=59073 AND `area`=233 AND `quest_start`=27513 AND `quest_start_active`=0 AND...
Back
Top