Skip to content

Commit

Permalink
[sd2_mr0696] Temporary comment SQL Ulduar fixes while are reviewed an…
Browse files Browse the repository at this point in the history
…d modified according to base scriptdev2 version of instance.
  • Loading branch information
Undergarun committed Jun 30, 2014
1 parent bad0d49 commit 2fa7fe1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sd2_revision_R2.h
@@ -1,4 +1,4 @@
#ifndef __SD2_REVISION_R2_H__
#define __SD2_REVISION_R2_H__
#define SD2_REVISION_R2 "0695"
#define SD2_REVISION_R2 "0696"
#endif // __SD2_REVISION_R2_H__
10 changes: 9 additions & 1 deletion sql_mr/mr00545_mangos_ulduar_raid.sql
@@ -1,5 +1,5 @@
/* ULDUAR from Xfurry*/

/*
-- --------------- --
-- Flame Leviathan --
-- --------------- --
Expand Down Expand Up @@ -184,6 +184,8 @@ DELETE FROM creature WHERE guid IN (800010, 800011);
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`) VALUES
(800010, 34014, 603, 2, 65535, 0, 0, 1945.2, 37.2442, 411.356, 3.62107, 7200, 0, 0, 334680, 0, 0, 0),
(800011, 34014, 603, 2, 65535, 0, 0, 1936.11, 49.8233, 411.352, 3.85276, 7200, 0, 0, 334680, 0, 0, 0);
DELETE FROM `creature_movement` WHERE `id`=94378;
INSERT INTO `creature_movement` (`id`,`point`,`position_x`,`position_y`,`position_z`,`waittime`,`textid1`,`textid2`,`textid3`,`textid4`,`textid5`,`emote`,`spell`,`wpguid`,`orientation`,`model1`,`model2`) VALUES
-- UPDATED CREATURE MOVEMENT FOR AURIAYA, SHOULD MOVE AROUND THE CENTER SPIRE
Expand Down Expand Up @@ -219,6 +221,7 @@ INSERT INTO `creature_movement` (`id`,`point`,`position_x`,`position_y`,`positio
(94378, 25, 1967.38, 51.4931, 417.561, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.09545, 0, 0), -- after yogg up
(94378, 26, 1957.04, 49.3067, 411.355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.37071, 0, 0); -- after yogg down
-- Freya
UPDATE creature_template SET ScriptName = 'boss_freya' WHERE entry = 32906;
UPDATE creature_template SET ScriptName = 'boss_elder_brightleaf' WHERE entry = 32915;
Expand Down Expand Up @@ -399,6 +402,8 @@ UPDATE creature_template SET ScriptName = 'mob_dark_rune_honor_guard' WHERE entr
#INSERT INTO gameobject VALUES (110010,194264,603,3,65535,2173.276, -252.805, 420.146, 3.027,0,0,0,0,604800,0,1);
UPDATE `creature` SET `phaseMask` = 128 WHERE `id` IN (32907, 32883); -- horde soldiers: phase 128 for aly: 65535
UPDATE `creature` SET `phaseMask` = 64 WHERE `id` IN (32885, 32908); -- alliance soldiers: phase 64 for horde
*/

-- reset pos to some creatures
-- SOME POSITION ADJUSTMENTS, CHECK YOUR DB FOR THIS
/*
Expand All @@ -414,6 +419,8 @@ UPDATE `creature` SET `position_y` = -434.64 WHERE `guid` = 129862;
UPDATE `creature` SET `position_y` = -434.64 WHERE `guid` = 129863;
UPDATE `creature` SET `position_y` = -434.64 WHERE `guid` = 129391;
*/

/*
REPLACE INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES ('62565', '1', '32865');
-- Vezax
Expand Down Expand Up @@ -504,3 +511,4 @@ UPDATE `creature_template` SET `ScriptName` = 'generic_creature' WHERE `entry` I
-- some fixes (thx to mns and Reamer)
UPDATE `creature_template` SET `ScriptName` = 'mob_eyebeam_trigger' where `entry` in (33802,33632);
UPDATE `creature_template` SET `ScriptName` = 'mob_kologarn_pit_kill_bunny' where `entry` in (33742);
*/

0 comments on commit 2fa7fe1

Please sign in to comment.