From 3045c15a94bb307030770d521478bf8933979860 Mon Sep 17 00:00:00 2001 From: Undergarun Date: Tue, 1 Jul 2014 07:06:41 +0200 Subject: [PATCH] [sd2_mr0702] Some work on ScriptNames outdated. --- sd2_revision_R2.h | 2 +- sql_mr/mr00282_mangos_ankahet.sql | 2 -- sql_mr/mr00367_mangos_instance_sunwell_plateau.sql | 4 ---- sql_mr/mr00389_mangos_game_event_stuff.sql | 3 --- sql_mr/mr00489_mangos_quests_scripts.sql | 2 -- 5 files changed, 1 insertion(+), 12 deletions(-) diff --git a/sd2_revision_R2.h b/sd2_revision_R2.h index 31c9323a0..3f7dadb98 100644 --- a/sd2_revision_R2.h +++ b/sd2_revision_R2.h @@ -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__ diff --git a/sql_mr/mr00282_mangos_ankahet.sql b/sql_mr/mr00282_mangos_ankahet.sql index a0f4609cb..b88bff01e 100644 --- a/sql_mr/mr00282_mangos_ankahet.sql +++ b/sql_mr/mr00282_mangos_ankahet.sql @@ -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 diff --git a/sql_mr/mr00367_mangos_instance_sunwell_plateau.sql b/sql_mr/mr00367_mangos_instance_sunwell_plateau.sql index ebc78606f..ff0747b73 100644 --- a/sql_mr/mr00367_mangos_instance_sunwell_plateau.sql +++ b/sql_mr/mr00367_mangos_instance_sunwell_plateau.sql @@ -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; @@ -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; -- --------------------------------------------- diff --git a/sql_mr/mr00389_mangos_game_event_stuff.sql b/sql_mr/mr00389_mangos_game_event_stuff.sql index 71d2c8595..c6ec9eafb 100644 --- a/sql_mr/mr00389_mangos_game_event_stuff.sql +++ b/sql_mr/mr00389_mangos_game_event_stuff.sql @@ -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; diff --git a/sql_mr/mr00489_mangos_quests_scripts.sql b/sql_mr/mr00489_mangos_quests_scripts.sql index 59aa35950..b979490ea 100644 --- a/sql_mr/mr00489_mangos_quests_scripts.sql +++ b/sql_mr/mr00489_mangos_quests_scripts.sql @@ -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;