rename files

This commit is contained in:
Aokromes
2017-11-22 12:32:02 +01:00
parent 9b84ca7feb
commit 1c92069cd7
12 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/*
--
-- Valusha Gossip Text
DELETE FROM `gossip_menu` WHERE `MenuID`=7408 AND `TextID` IN (8887,8888);
@@ -15,3 +16,4 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry
(14,7408,8887,0,0,8,0,9536,0,0,1,0,0,"","Show gossip text 8887 if quest 'Never Again!' is NOT rewarded"),
(14,7408,8888,0,0,8,0,9534,0,0,0,0,0,"","Show gossip text 8888 if quest 'Destroy the Legion' is rewarded"),
(14,7408,8888,0,0,8,0,9536,0,0,0,0,0,"","Show gossip text 8888 if quest 'Never Again!' is rewarded");
*/

View File

@@ -1,4 +1,6 @@
/*
--
DELETE FROM `quest_template_addon` WHERE `ID`=4770;
INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES
(4770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2);
*/

View File

@@ -1,3 +1,4 @@
/*
--
-- Kirge Sternhorn
DELETE FROM `creature_text` WHERE `CreatureID`=3418;
@@ -8,3 +9,4 @@ UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3418;
DELETE FROM `smart_scripts` WHERE `entryorguid`=3418 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
(3418,0,0,0,19,0,100,0,854,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Kirge Sternhorn - On Quest 'Journey to the Crossroads' Taken - Say Line 0");
*/

View File

@@ -1,5 +1,7 @@
/*
--
-- Magatha Grimtotem
DELETE FROM `smart_scripts` WHERE `entryorguid`=4046 AND `source_type`=0 AND `id`=2;
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
(4046,0,2,0,20,0,100,0,5062,0,0,0,11,60888,0,0,0,0,0,1,0,0,0,0,0,0,0,"Magatha Grimtotem - On Quest 'Sacred Fire' Finished - Cast 'Cosmetic Enchant Cast'");
*/

View File

@@ -1,3 +1,4 @@
/*
--
-- Pathing for Motega Firemane
UPDATE `creature` SET `MovementType`=2 WHERE `guid`=21693;
@@ -17,3 +18,4 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio
DELETE FROM `waypoint_scripts` WHERE `id`=216930;
INSERT INTO `waypoint_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES
(216930,1,1,23,0,0,0,0,0,0,953);
*/

View File

@@ -1,3 +1,4 @@
/*
--
-- Arikara
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=10882;
@@ -10,3 +11,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
DELETE FROM `creature_text` WHERE `CreatureID`=10882;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(10882,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Arikara");
*/

View File

@@ -1,3 +1,4 @@
/*
--
-- Feegly the Exiled
DELETE FROM `creature_text` WHERE `CreatureID`=3421;
@@ -32,3 +33,4 @@ DELETE FROM `waypoint_data` WHERE `id`=141380;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(141380,1,-4217.83,-2341.47,91.7458,2.02701,60000,0,0,100,0),
(141380,2,-4219.46,-2336.15,91.8028,2.02701,60000,0,0,100,0);
*/

View File

@@ -1,3 +1,4 @@
/*
--
-- Quest "Blood Feeders"
DELETE FROM `quest_details` WHERE `ID`=6461;
@@ -250,3 +251,4 @@ UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=2 WHERE `ID`=6504;
-- Quest "Torek's Assault"
UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=6544;
*/

View File

@@ -1,2 +1,4 @@
/*
-- Achellios the Banished - waypoint Move Type
UPDATE `waypoint_data` SET `move_type`=1 WHERE `id`=213880;
*/