Search results

  1. eyerobot

    26094 Striking Back

    This installs the correct taxi path into the bombers script. And makes Meteor targets invisible. Also sets proper flags on Npc's. -- 26094 Striking Back -- 42092 Repaired Bomber -- 42012 Dark Iron Invader -- 41902 Dark Iron Pyromancer -- 42003 Dark Iron golem -- 41965 Meteor Target - Visible...
  2. eyerobot

    Dark Iron Invader (Corpse) 41899

    This stops the corpses from aggroing on players. -- Dark Iron Invader (Corpse) 41899 UPDATE `creature_template` SET `unit_flags` = 570851332 WHERE `entry` = 41899;
  3. eyerobot

    25978 Entombed in Ice

    There were mountaineers with no icy tombs. Icy tombs with no mountaineers. This removes all Icy Tombs, And causes the mountaineers to spawn their own Icy tomb on respawn. Also causes mountaineers to run away once freed. -- 25978 Entombed in Ice -- 41763 Frozen Mountaineer -- 41768 Icy Tomb...
  4. eyerobot

    25841 Strike From Above

    This will make the quest work, But it is still missing the attack choppers, And stealth troopers. I'll add them later. -- 25841 Strike From Above -- 41372 Frostmane Retreat North -- 41373 Frostmane Retreat South -- 182090 Vector Coil Fire -- Guid North 217542 217541 217543 217545 217544 --...
  5. eyerobot

    313 Forced to Watch from Afar Cosmetic Fix

    This removes the Sentry bots from the world, And has them spawned by scripts. -- 313 Forced to Watch from Afar -- 41052 remote Observation Bot DELETE FROM `creature` WHERE `id` = 41052; -- Editing the SmartAI script of [Creature] ENTRY 40991 (name: Mountaineer Dunstan) -- Table...
  6. eyerobot

    26342 Paint it Black Cosmetic Fix

    This adds random movement and despawn to the sentry bots. -- 26342 Paint it Black DELETE FROM `smart_scripts` WHERE (`entryorguid`=42291 AND `source_type`=0); INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`...
  7. eyerobot

    23973 Masked Orphan Matron added to hallows end

    This removes the matron from the world unless it's during hallows end event. -- 23973 Masked Orphan Matron added to hallows end DELETE FROM `game_event_creature` WHERE `guid`=172254 AND `eventEntry`=12; INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES (12, 172254);
  8. eyerobot

    24492 Escaped From Gilneas Have You Seen Anything Weird Out There? Quest Order

    These two quests are mutually exclusive, Meaning you can only have one or the other, Not both. So I created an exclusive group, And added both quests to it. -- 24492 Escaped From Gilneas Have You Seen Anything Weird Out There? Quest Order UPDATE `quest_template` SET `ExclusiveGroup` = 24992...
  9. eyerobot

    Ever So Lonely 24974 Complete Rewrite

    The old scripts were too simple to work properly, The new trinitycore scripts don't work either. So here is a rewrite of everything that actually does work. -- Ever So Lonely 24974 SET @Oracle := 1544; SET @Puddlejumper := 1543; SET @OracleC := 39078; SET @PuddlejumperC :=38923; SET @Sparky...
  10. eyerobot

    A Scarlet Letter 24979

    Rewritten to correct problem with players being attacked. -- A Scarlet Letter 24979 SET @Lilian:= 38999; SET @Gebler:= 39002; DELETE FROM `smart_scripts` WHERE `entryorguid` = @Lilian AND `source_type` = 0; DELETE FROM `smart_scripts` WHERE `entryorguid` = @Lilian*100 AND...
  11. eyerobot

    Deathknell Guards Health Mod Fix

    -- Deathknell Guards Health Mod Fix Stops them from laying dead -- 1740 1741 1736 1739 UPDATE `creature_template` SET `Health_mod` = 1 WHERE `entry` IN (1736, 1739, 1740, 1741);
  12. eyerobot

    The Wakening 24960

    -- The Wakening 24960 SET @Valdred := 49231; SET @Marshal := 49230; SET @Lilian := 38895; SET @Caice := 2307; DELETE FROM `creature` WHERE `id`=49231; DELETE FROM `creature` WHERE `id`=49230; DELETE FROM `creature` WHERE `id`=38895; UPDATE `creature_template` SET...
  13. eyerobot

    24959 Fresh out of the Grave Placement Fix

    The undead should be in the grave, Not on the ground next to it. -- 24959 Fresh out of the Grave Placement Fix -- Undead Create Coordinates DELETE FROM `playercreateinfo` WHERE `race`=5 AND `class`=9; INSERT INTO `playercreateinfo` (`race`, `class`, `map`, `zone`, `position_x`, `position_y`...
  14. eyerobot

    38855 Volcanoth Movement Fix

    Volcanoth should not move. -- 38855 Volcanoth Movement Fix UPDATE `creature_template` SET `unit_flags` = 32772 WHERE `entry` = 38855;
  15. eyerobot

    24859 Naga Hide Drop Rate Fix

    Removed from loot table, Added into SAI -- 24859 Naga Hide Drop Rate Fix -- 50437 Intact Naga Hide -- 38360 Vashj'elan Siren DELETE FROM `smart_scripts` WHERE (`entryorguid`=38360 AND `source_type`=0); INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`...
  16. eyerobot

    24741 Trading Up Despawn Traps

    The traps will now despawn, But they don't do it instantly. -- 24741 Trading Up -- 201972 Raptor Trap -- 201974 Raptor Egg -- 50232 Wild Clucker Eggs Object -- 38195 Wild Clucker Egg Npc -- 56576 Wild clucker Spell UPDATE `gameobject_template` SET `flags` = 4 WHERE `entry` = 201972; DELETE...
  17. eyerobot

    Spirit Healer Wild Overlook Lost Isles

    -- 6491 Spirit Healer Wild Overlook Lost Isles DELETE FROM `creature` WHERE `id`=6491; INSERT INTO `creature` (`id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`...
  18. eyerobot

    Goblin Hot Rod In Kezan Speed Fix

    The hot rods were slow as a snail, Even with rocket boost turned on, So I made them faster. -- 34840 Hot Rod UPDATE `creature_template` SET `speed_run` = 2 WHERE `entry` = 34840;
  19. eyerobot

    36143 Gyrochoppah Speed fix

    This was an attempt to stop the Gyrochoppah from Falling out of the sky during it's waypoint movments. However it did not work. But I did manage to fix the speed problem with it. -- 36143 Gyrochoppah UPDATE `creature_template` SET `flags_extra` = 536870912 WHERE `entry` = 36143; UPDATE...
  20. eyerobot

    39152 Bastia Waypoint Movement Fix

    -- 39152 Bastia Waypoint Movement Fix UPDATE `creature_template` SET `flags_extra` = 536870912 WHERE `entry` = 39152;
Top