Rename Files

This commit is contained in:
Aokromes
2017-10-14 14:58:25 +02:00
parent cac9fba64b
commit ba7e7554ec
11 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/*
-- Searing Blade Cultist SAI
SET @ENTRY := 11322;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
@@ -74,3 +75,4 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type
-- RFC bosses have no CC immunity
UPDATE `creature_template` SET `mechanic_immune_mask`=0 WHERE `entry` IN (11517,11518,11519,11520);
*/

View File

@@ -1,3 +1,4 @@
/*
-- Quest "Skull Rock" Completion Event
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=3208;
DELETE FROM `smart_scripts` WHERE `entryorguid`=3208 AND `source_type`=0;
@@ -19,3 +20,4 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
(3208,1,0,"%s is burned by unleashed magic!",16,0,100,0,0,0,987,0,"Margoz"),
(3208,2,0,"Argh!",12,1,100,34,0,0,989,0,"Margoz"),
(3208,3,0,"$n, unlocking the secret of these collars is beyond my skills...",12,1,100,274,0,0,988,0,"Margoz");
*/

View File

@@ -1,3 +1,4 @@
/*
-- Beetix Ficklespragg & Noggle Ficklespragg
DELETE FROM `gossip_menu` WHERE `MenuID`=6544 AND `TextID`=7752;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
@@ -48,3 +49,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
(1519002,9,6,0,0,0,100,0,0,0,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Noggle Ficklespragg - On Script 3 - Set Event Phase 1");
UPDATE `smart_scripts` SET `event_param3`=6000,`event_param4`=8000, `action_param2`=0 WHERE `entryorguid`=11319 AND `source_type`=0 AND `id`=0;
*/

View File

@@ -1,3 +1,4 @@
/*
-- Quest "Neeru Fireblade" --> Completion Event
DELETE FROM `smart_scripts` WHERE `entryorguid`=3216 AND `source_type`=0 AND `id`=1;
DELETE FROM `smart_scripts` WHERE `entryorguid`=321600 AND `source_type`=9;
@@ -15,3 +16,4 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
(3216,1,1,"The collar is indeed infused with demonic power, $n. This bodes ill for our people.",12,1,100,1,0,0,992,0,"Neeru Fireblade"),
(3216,1,2,"Hm...it is good that you brought this to me, $n.",12,1,100,1,0,0,993,0,"Neeru Fireblade"),
(3216,1,3,"A dangerous device this is, $n. I am glad you brought it to my attention.",12,1,100,1,0,0,994,0,"Neeru Fireblade");
*/

View File

@@ -1,3 +1,4 @@
/*
-- Bazil Thredd
DELETE FROM `creature_text` WHERE `CreatureID`=1716;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
@@ -14,3 +15,4 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
DELETE FROM `smart_scripts` WHERE `entryorguid`=1716 AND `source_type`=0 AND `id`=1;
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
(1716,0,1,0,4,0,100,3,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bazil Thredd - On Aggro - Say Line 0");
*/

View File

@@ -1,3 +1,4 @@
/*
-- Cersei Dusksinger, Lorrin Foxfire, Rogvar, Kartosh & Greshka
DELETE FROM `creature_text` WHERE `CreatureID` IN (17109, 12807, 988, 1386, 27705);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
@@ -88,3 +89,4 @@ INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup`= 7369;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14,7369,8809,0,0,8,0,9440,0,0,0,0,0,"","Show Gossip Menu Text 8809 if Quest 'Little Morsels' is rewarded");
*/