Search results

  1. eyerobot

    Fishing Loot 810 Stillwater Pond

    DELETE FROM `fishing_loot_template` WHERE (`entry`=810); INSERT INTO `fishing_loot_template` VALUES (810, 118, 0.25, 1, 1, 1, 1), (810, 159, 0.01, 1, 1, 1, 1), (810, 727, 0.01, 1, 1, 1, 1), (810, 766, 0.01, 1, 1, 1, 1), (810, 767, 0.01, 1, 1, 1, 1), (810, 768, 0.01, 1, 1, 1, 1), (810, 774...
  2. eyerobot

    Fishing Loot 162 Brightwater Lake

    DELETE FROM `fishing_loot_template` WHERE (`entry`=162); INSERT INTO `fishing_loot_template` VALUES (162, 118, 0.25, 1, 1, 1, 1), (162, 159, 0.01, 1, 1, 1, 1), (162, 727, 0.01, 1, 1, 1, 1), (162, 766, 0.01, 1, 1, 1, 1), (162, 767, 0.01, 1, 1, 1, 1), (162, 768, 0.01, 1, 1, 1, 1), (162, 774...
  3. eyerobot

    Fishing Loot 85 Tirisfal Glades

    This data is correct according to https://cata-twinhead.twinstar.cz/?zone=85#fishing:0+1-13 The reference loot that we have listed for fishing zones contains mostly invalid items, So i'm not using it. Also when you add quest items to a fishing zone, The reference loot won't activate. So...
  4. eyerobot

    48668 Schnottz Elite Trooper duped auras

    -- 48668 Schnottz Elite Trooper update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 48668); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=48668;
  5. eyerobot

    42098 Invisible Stalker (Cataclysm Boss, Ignore Combat, Floating) wrong instance flag

    -- 42098 Invisible Stalker (Cataclysm Boss, Ignore Combat, Floating) DELETE FROM `smart_scripts` WHERE (`entryorguid`=42098 AND `source_type`=0); INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`...
  6. eyerobot

    48547 Harrison Jones typo in auras

    -- 48547 Harrison Jones UPDATE `creature_template_addon` SET `auras`='84756' WHERE `entry`=48547;
  7. eyerobot

    48621 Sullah typo in auras

    -- 48621 Sullah UPDATE `creature_template_addon` SET `auras`='84756' WHERE `entry`=48621;
  8. eyerobot

    8197 Chronalis duped, Flying fix

    -- 8197 Chronalis UPDATE `creature_template` SET `InhabitType` = 5 WHERE `entry` = 8197; UPDATE `creature` SET `spawndist`='100', `MovementType`='1' WHERE `id`= 8197; DELETE FROM `creature` WHERE `id`=8197; INSERT INTO `creature` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`...
  9. eyerobot

    43173 Redridge Garrison Watchman duped auras

    -- 43173 Redridge Garrison Watchman update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 43173); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=43173;
  10. eyerobot

    46487 Marshtide Peasant duped auras

    -- 46487 Marshtide Peasant update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 46487); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=46487;
  11. eyerobot

    41138 Okril'lon Defender duped auras

    -- 41138 Okril'lon Defender update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 41138); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=41138;
  12. eyerobot

    866 Stonard Grunt duped auras

    -- 866 Stonard Grunt update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 866); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=866;
  13. eyerobot

    41134 Tak'arili duped auras

    -- 41134 Tak'arili update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 41134); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=41134;
  14. eyerobot

    46164 Marshtide Footman duped auras

    -- 46164 Marshtide Footman update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 46164); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=46164;
  15. eyerobot

    46841 Marshtide Cleric Missing mounts wrong auras ect

    -- 46841 Marshtide Cleric update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 46841); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=46841; UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 46841; DELETE FROM...
  16. eyerobot

    46749 Stonard Wardrummer duped auras added mount SAI

    I know theres a million of these posted, But i'm fixing them as they appear on my console. -- 46749 Stonard Wardrummer update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 46749); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=46749...
  17. eyerobot

    833 Coyote Packleader duped auras

    -- 833 Coyote Packleader update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 833); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=833;
  18. eyerobot

    43861 Sven Yorgen aura 0 removed

    -- 43861 Sven Yorgen update `creature_addon` set `auras` = '49415' where guid in (select guid from creature where id = 43861); UPDATE `creature_template_addon` SET `auras`='49415' WHERE `entry`=43861;
  19. eyerobot

    Sentinel Hill Duped Auras

    -- 501 Riverpaw Herbalist update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 501); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=501; -- 54373 Riverpaw Herbalist update `creature_addon` set `auras` = '' where guid in (select guid...
  20. eyerobot

    7382 Orange Tabby Cat duped auras

    -- 7382 Orange Tabby Cat update `creature_addon` set `auras` = '' where guid in (select guid from creature where id = 7382); UPDATE `creature_template_addon` SET `auras`=NULL WHERE `entry`=7382;
Top