Skip to content

Commit

Permalink
[sd2_mr0702] Some work on ScriptNames outdated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Undergarun committed Jul 1, 2014
1 parent 007cf40 commit 3045c15
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion sd2_revision_R2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __SD2_REVISION_R2_H__
#define __SD2_REVISION_R2_H__
#define SD2_REVISION_R2 "0701"
#define SD2_REVISION_R2 "0702"
#endif // __SD2_REVISION_R2_H__
2 changes: 0 additions & 2 deletions sql_mr/mr00282_mangos_ankahet.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ UPDATE `creature_template` SET `ScriptName` = '', `AIName`='' WHERE `entry` = 30
-- --------------- OLD STUFF -----------------------------------------------------------------------

UPDATE `creature_template` SET `ScriptName` = 'mob_flame_orb', `AIName`='' WHERE `entry`=30702;
UPDATE `creature_template` SET `ScriptName` = 'mob_twisted_visage' WHERE `entry` = 30621;
UPDATE `creature_template` SET `ScriptName` = 'mob_ancient_void' WHERE `entry` = 30622;

DELETE FROM `creature_template_addon` WHERE `entry` IN (30385, 31474);
INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `b2_0_sheath`, `b2_1_pvp_state`, `emote`, `moveflags`, `auras`) VALUES
Expand Down
4 changes: 0 additions & 4 deletions sql_mr/mr00367_mangos_instance_sunwell_plateau.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ UPDATE `creature_template` SET `ExtraFlags` = 128 WHERE `entry` = 25703;
DELETE FROM `creature` WHERE `id` = 25038;

UPDATE `creature_template` SET `ScriptName` = 'npc_felmyst_vapor' WHERE `entry` = 25265;
UPDATE `creature_template` SET `ScriptName` = 'npc_felmyst_vapor_cloud' WHERE `entry` = 25267;

-- Demonic Vapor :: unit flags (not attackable, pacified, not selectable), bosslevel, factions, speed, spawn/dmg aura
UPDATE `creature_template` SET `ModelId2` = 11686, `MinLevel` = 73, `MaxLevel` = 73, `FactionAlliance` = 16, `FactionHorde` = 16, `UnitFlags` = 33685506 WHERE `entry` = 25265;
Expand Down Expand Up @@ -116,17 +115,14 @@ UPDATE `creature_template` SET `SpeedWalk` = 5, `SpeedRun` = 5 WHERE `entry` = 2
UPDATE `creature` SET position_z = 60.0 WHERE id = 26046;
-- Orb of the Blue Flight
UPDATE `gameobject_template` SET `type` = 10, `flags` = 16 WHERE `entry` = 188415;
-- UPDATE `gameobject_template` SET `ScriptName` = 'go_orb_of_the_blue_flight' WHERE `entry` = 188415;
-- Felfire Portal
UPDATE `creature_template` SET `UnitFlags` = 33554438, `FactionAlliance` = 14, `FactionHorde` = 14 WHERE `entry` = 25603;
-- UPDATE `creature_template` SET `ScriptName` = 'mob_felfire_portal' WHERE `entry` = 25603;
-- Kil'jaeden
UPDATE `creature_template` SET `UnitFlags` = `UnitFlags` | 4 WHERE `entry` = 25315;
-- Shield Orb
UPDATE `creature_template` SET `ScriptName` = 'mob_shield_orb' WHERE `entry` = 25502;
UPDATE `creature_template` SET `SpeedWalk` = 2, `SpeedRun` = 2 WHERE `entry` = 25502;
-- armageddon creature
UPDATE `creature_template` SET `ScriptName` = 'npc_armageddon_target' WHERE `entry` = 25735;
UPDATE `creature_template` SET `ModelId1` = 15880, `UnitFlags` = 33554438, `FactionAlliance` = 14, `FactionHorde` = 14, `MinLevel` = 73, `MaxLevel` = 73 WHERE `entry` = 25735;

-- ---------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions sql_mr/mr00389_mangos_game_event_stuff.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ UPDATE `item_template` SET `spellid_1` = 24707 WHERE `entry` = 20516;
-- Boss Headless Horseman fight in scarlet monastry
-- ------------------------------------------

-- Scriptname assignment
UPDATE creature_template SET ScriptName = 'mob_pulsing_pumpkin' WHERE entry = 23694;

-- Pumkin fiend template fixes
UPDATE `creature_template` SET `ModelId2` = 21822, `FactionAlliance` = 14, `FactionHorde` = 14 WHERE `entry` = 23545;

Expand Down
2 changes: 0 additions & 2 deletions sql_mr/mr00489_mangos_quests_scripts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ INSERT INTO `creature_ai_scripts` VALUES ('2551351', '25513', '8', '0', '100', '
-- Quest :: 12644
-- -------------------------

UPDATE gameobject_template SET ScriptName='go_still_at_it_quest' WHERE entry IN(190638,190637,190635,190636,190639);

UPDATE creature_template SET ScriptName='npc_tipsy_mcmanus' WHERE entry=28566;

UPDATE `creature_template` SET `MinLevelHealth` = 0, `MaxLevelHealth` = 1 WHERE `entry` = 28537;
Expand Down

0 comments on commit 3045c15

Please sign in to comment.