Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokromes committed Nov 15, 2017
1 parent d5c4c0d commit 1f01b93
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sql/updates/world/3.3.5/2017_11_14_00_world_335.sql

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--
-- UPDATE `creature_formations` SET `groupAI`=515 WHERE `leaderGUID`=32617;
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Sergra Darkthorn
DELETE FROM `creature_text` WHERE `CreatureID`=3338;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
Expand All @@ -8,3 +9,4 @@ DELETE FROM `smart_scripts` WHERE `entryorguid`=3338 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(3338,0,0,1,20,0,100,0,881,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Sergra Darkthorn - On Quest 'Echeyakee' Finished - Say Line 0"),
(3338,0,1,0,61,0,100,0,0,0,0,0,85,5320,0,0,0,0,0,7,0,0,0,0,0,0,0,"Sergra Darkthorn - On Quest 'Echeyakee' Finished - Invoker Cast Echeyakee's Grace");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Jorn Skyseer
DELETE FROM `creature_text` WHERE `CreatureID`=3387;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
Expand All @@ -16,3 +17,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
DELETE FROM `smart_scripts` WHERE `entryorguid`=3338 AND `source_type`=0 AND `id`=1;
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=3338 AND `source_type`=0 AND `id`=0;
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Mahren Skyseer
DELETE FROM `creature_text` WHERE `CreatureID`=3388;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
Expand All @@ -7,3 +8,4 @@ UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3388;
DELETE FROM `smart_scripts` WHERE `entryorguid`=3388 AND `source_type`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(3388,0,0,0,20,0,100,0,873,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Mahren Skyseer - On Quest 'Isha Awak' Finished - Say Line 0");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Quest "Samophlange (Part 2)"
-- Main Control Valve
UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=4072;
Expand All @@ -20,3 +21,4 @@ DELETE FROM `creature_text` WHERE `CreatureID` IN (3284,3285);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(3284,0,0,"Get away from there!",12,0,100,0,0,0,4704,0,"Venture Co. Drudger"),
(3285,0,0,"Get away from there!",12,0,100,0,0,0,4704,0,"Venture Co. Peon");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Kin'weelay
DELETE FROM `creature_text` WHERE `CreatureID`=2519;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
Expand All @@ -14,3 +15,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
(251900,9,2,0,0,0,100,0,2000,2000,0,0,11,2362,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Cast Create Spellstone"),
(251900,9,3,0,0,0,100,0,6000,6000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Say Line 1"),
(251900,9,4,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kin'weelay - On Script - Add Npc Flag Questgiver");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Gavis Greyshield
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=23941;
DELETE FROM `smart_scripts` WHERE `entryorguid`=23941 AND `source_type`=0;
Expand All @@ -16,3 +17,4 @@ DELETE FROM `creature_text` WHERE `CreatureID`=23941;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(23941,0,0,"I surrender! Stay your blade!",12,0,100,5,0,0,22469,0,"Gavis Greyshield"),
(23941,1,0,"I will go with you. Just spare my men. They're good lads who've only made a mistake...",12,0,100,1,0,0,22470,0,"Gavis Greyshield");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Magatha Grimtotem
DELETE FROM `creature_text` WHERE `CreatureID`=4046 AND `GroupID` IN (0,1);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
Expand All @@ -13,3 +14,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
(404600,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Magatha Grimtotem - On Script - Say Line 0"),
(404600,9,2,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Magatha Grimtotem - On Script - Say Line 1"),
(404600,9,3,0,0,0,100,0,2000,2000,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magatha Grimtotem - On Script - Add Npc Flag Questgiver");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Quest "Forsaken Aid"
-- Texts
DELETE FROM `creature_text` WHERE `CreatureID`=4046 AND `GroupID` IN (2,3);
Expand Down Expand Up @@ -71,3 +72,4 @@ INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `positi
(4068,34,-1013.08,246.142,108.77,""),
(4068,35,-1006.87,255.833,113.284,""),
(4068,36,-997.047,275.161,112.343,"");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Apothecary Lydon
DELETE FROM `creature_text` WHERE `CreatureID`=2216;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
Expand All @@ -15,3 +16,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
(221600,9,3,0,0,0,100,0,6000,6000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Lydon - On Script - Set Emote State 0"),
(221600,9,4,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Lydon - On Script - Say Line 1"),
(221600,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Lydon - On Script - Add Npc Flag Questgiver");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Apothecary Zamah
DELETE FROM `creature_text` WHERE `CreatureID`=3419 AND `GroupID` IN (1,2);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
Expand All @@ -15,3 +16,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
(341900,9,3,0,0,0,100,0,6000,6000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Zamah - On Script - Set Emote State 0"),
(341900,9,4,0,0,0,100,0,500,500,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Zamah - On Script - Say Line 2"),
(341900,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Apothecary Zamah - On Script - Add Npc Flag Questgiver");
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Quest "Conscript of the Horde"
UPDATE `quest_request_items` SET `EmoteOnComplete`=15 WHERE `ID`=840;
UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=840;
Expand Down Expand Up @@ -551,3 +552,4 @@ DELETE FROM `quest_details` WHERE `ID`=1487;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(1487,1,0,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=1487;
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Greater Plainstrider
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3244;
DELETE FROM `smart_scripts` WHERE `entryorguid`=3244 AND `source_type`=0;
Expand Down Expand Up @@ -629,3 +630,4 @@ INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALU
(@GUID,1110,0,"Baron Longshore (3467) - Spawn 1"),
(@GUID+1,1110,0,"Baron Longshore (3467) - Spawn 2"),
(15066,1110,0,"Baron Longshore (3467) - Spawn 3");
*/
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
--
DELETE FROM `creature` WHERE `guid` IN (40489, 40490, 40491, 40492, 40493, 40494, 40495, 40496) AND `id`=3254;
DELETE FROM `creature_addon` WHERE `guid` IN (40489, 40490, 40491, 40492, 40493, 40494, 40495, 40496);
DELETE FROM `spawn_group` WHERE `groupID`=2 AND `spawnType`=0 AND `spawnId` IN (40489, 40490, 40491, 40492, 40493, 40494, 40495, 40496);
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
--
-- Longtooth Runner
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5286;
Expand Down Expand Up @@ -546,3 +547,4 @@ UPDATE `creature` SET `position_x`=-5704.74, `position_y`=3379.41, `position_z`=
-- Fix model for Grimtotem Naturalists
UPDATE `creature` SET `modelid`=0 WHERE `id`=7726 AND `modelid`=2289;
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Love is in the Air: "A Gift for the ..." quests
DELETE FROM `quest_request_items` WHERE `ID` IN (24597,24609,24610,24611,24612,24613,24614,24615);
INSERT INTO `quest_request_items` (`ID`,`CompletionText`,`VerifiedBuild`) VALUES
Expand All @@ -19,3 +20,4 @@ INSERT INTO `quest_offer_reward` (`ID`,`RewardText`,`VerifiedBuild`) VALUES
(24613,'My thanks for this Lovely Charm Bracelet.',-1),
(24614,'My thanks for this Lovely Charm Bracelet.',-1),
(24615,'My thanks for this Lovely Charm Bracelet.',-1);
*/

0 comments on commit 1f01b93

Please sign in to comment.