Search results

  1. eyerobot

    21419 Infernal Attacker

    -- 21419 Infernal Attacker UPDATE `creature_template` SET `modelid2` = 17312 WHERE `entry` = 21419;
  2. eyerobot

    27290 To Forsaken Forward Command

    Nothing about this worked. I gave it waypoints, But I can't seem to control how fast it flies. If anyone knows a fix for this, Just let me know. -- 27290 To Forsaken Forward Command -- 44365 Lady Sylvanas Windrunner -- 46032 Arthura -- 85869 Summon Arthura -- 84683 Ride Vehicle - Seat 1 spell...
  3. eyerobot

    27232 The Waters Run Red...

    No part of this quest worked. Everything is new. Worgen pathing is buggy, But quest can be completed. Worgens stop spawning once the player is out of line of sight from the control panel. And their also set to a 60 second despawn timer. -- 27232 The Waters Run Red... -- 45270 Hillsbrad Worgen...
  4. eyerobot

    14471 First Degree Mortar V8

    Nothng worked, This Places the mortars, And missing creatures, And fixes everything. -- 14471 First Degree Mortar -- To increase visibility distance on your server edit worldserver.conf -- Visibility.Distance.Continents = 200 -- However this will not increase the range of the mortar -- 69280...
  5. eyerobot

    27231 Reinforcements from Fenris -- 27226 Hair Of The Dog

    Missing Spawns, Missing Scripts, Missing Text -- 27231 Reinforcements from Fenris -- 27226 Hair Of The Dog -- 45196 Orc Sea Dog -- 60870 Barrel Of Explosive Ale -- 84514 Barrel of Explosive Ale Channeled Spell -- 84516 Barrel of Explosive Ale Player Buff -- 84511 Mortally Wounded -- 44916...
  6. eyerobot

    Defend the Gates! 14146 Rewrite V8

    Removed the phasing from npc, And added it to spell area table. Added Backup shredders to phase 2 for quest. Added despawn timers to Talrendis Raiders, To stop potential server crash. Removed autocomplete from quest. -- Defend the Gates! 14146 -- 14155 Arborcide -- 66893 Grenade Launcher --...
  7. eyerobot

    33266 Wounded Mor'shan Defender

    This makes him close gossip immediately instead of showing an empty gossip box. -- 33266 Wounded Mor'shan Defender DELETE FROM `smart_scripts` WHERE (`entryorguid`=33266 AND `source_type`=0); INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`...
  8. eyerobot

    26998 Iterating Upon Success

    This quest drops you in the middle of the lake, Instead of returning you to Forsaken High command. First I Increased the bats run speed to 2, Then I removed mmaps from him, Because mmaps seemed to causing his waypoints to fail. He would assume that I was at waypoint 21 and despawn, When i...
  9. eyerobot

    12431 Gorefang Added to Random Spawning

    This is how you add a creature to the pool tables to simulate random spawning. It can also be done with gameobjects such as ores and herbs, But by using the pool gameobject table instead. Pay special attention to the section on creatures, It will show you the correct way to add new creatures to...
  10. eyerobot

    26177 Feeling Crabby?

    This should fix the crabs and their loot. -- 26177 Feeling Crabby? -- 42339 Canal Crab -- 57175 Canal Crab Item UPDATE `creature_template` SET `npcflag` = 1, `unit_flags` = 33536, `AIName` = 'SmartAI' WHERE `entry` = 42339; DELETE FROM `smart_scripts` WHERE `entryorguid`=42339; INSERT INTO...
  11. eyerobot

    48286 Wellson Supply Boat

    This adjusts the overall Hp of the boats, Because the spell damage is extremely low. -- 48286 Wellson Supply Boat -- 48283 Wellson Cannon UPDATE `creature` SET `spawndist`='0', `curhealth`='50', `MovementType`='0' WHERE `id`=48286; UPDATE `creature_template` SET `MovementType` = 0...
  12. eyerobot

    50001 Parata Priest Trainer

    Missing Trainer Spells -- 50001 Parata Priest Trainer DELETE FROM `npc_trainer` WHERE `entry`=50001 AND `spell`=-200005; INSERT INTO `npc_trainer` (`entry`, `spell`, `spellcost`, `reqskill`, `reqskillvalue`, `reqlevel`) VALUES (50001, -200005, 0, 0, 0, 0);
  13. eyerobot

    25035 Breaking the Line New Waypoints

    25035 Breaking the Line Waypoints were extremely wrong and out of order. -- 38991 Bloodtalon Thrasher DELETE FROM `waypoints` WHERE `entry`=38991; INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES (38991, 1, -1286.36, -5553.36...
  14. eyerobot

    26102 Grimaxe's Demise

    This sets the flags on all involved creatures, Sets the vehicle id for the Golem. And makes the general unattackable while he rides the golem. And upon golem death, The general becomes attackable. The query that adds the riflemen to the combat area is commented out, Because it should only be...
  15. 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...
  16. 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;
  17. 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...
  18. 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 --...
  19. 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...
  20. 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`...
Top