Rename files

This commit is contained in:
Aokromes
2018-01-14 08:58:15 +01:00
parent 7c43dba5fc
commit 4682650a52
20 changed files with 15 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
-- Ag'tor Bloodfist --> Fix Gossip Text
UPDATE `gossip_menu` SET `TextID`=2033 WHERE `MenuID`=1401;

View File

@@ -1,3 +1,4 @@
/*
-- Remove unique items from reference table 24077
DELETE FROM `reference_loot_template` WHERE `Entry`=24077 AND `Item` IN (827, 1214, 1219, 1405, 1925, 1928, 1958, 1959, 4676);
-- Add former items from reference table 24077 to their proper NPCs
@@ -15,3 +16,4 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `LootMode`, `Mi
(624, 1958, 0.1, 1, 1, 1, 2, 'Undead Excavator - Petrified Shinbone'),
(624, 4676, 0.1, 1, 1, 1, 2, 'Undead Excavator - Skeletal Gauntlets'),
(625, 1958, 0.1, 1, 1, 1, 0, 'Undead Dynamiter - Petrified Shinbone');
*/

View File

@@ -1,3 +1,4 @@
/*
-- Chemist Cuely
DELETE FROM `creature_text` WHERE `CreatureID`=8390;
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
@@ -40,3 +41,4 @@ UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=3569;
-- Quest "Seeping Corruption (Part 3)"
UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=11, `RewardText`="I never dreamed the elixir would take hold that quickly. Thank you, $n. I will get to work on the rest of these samples right away. I'm sure they'll be usable by the Lady Sylvanas and the Forsaken soon enough." WHERE `ID`=3570;
*/

View File

@@ -1,3 +1,4 @@
/*
-- Quest: Alliance Relations
DELETE FROM `quest_details` WHERE `ID`=1431;
INSERT INTO `quest_details` (`ID`,`Emote1`,`Emote2`,`Emote3`,`Emote4`,`EmoteDelay1`,`EmoteDelay2`,`EmoteDelay3`,`EmoteDelay4`,`VerifiedBuild`) VALUES
@@ -758,3 +759,4 @@ INSERT INTO `quest_details` (`ID`,`Emote1`,`Emote2`,`Emote3`,`Emote4`,`EmoteDela
(613,5,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=613;
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=613;
*/

View File

@@ -1,3 +1,4 @@
/*
-- Witch Doctor Uzer'i
DELETE FROM `creature_text` WHERE `CreatureID`=8115 AND `GroupID` IN (0,1);
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
@@ -22,3 +23,4 @@ INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type
(811500,9,10,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Witch Doctor Uzer'i - On Script - Say Line 1"),
(811500,9,11,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.72984,"Witch Doctor Uzer'i - On Script - Set Orientation"),
(811500,9,12,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Witch Doctor Uzer'i - On Script - Add Npc Flag Questgiver+Gossip");
*/

View File

@@ -1,3 +1,4 @@
/*
-- Witch Doctor Uzer'i --> Add Gossip Option
DELETE FROM `gossip_menu` WHERE `MenuID`=1289;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
@@ -6,3 +7,4 @@ INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
DELETE FROM `gossip_menu_option` WHERE `MenuID`=1141;
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
(1141,0,0,"Tell me more about muisek.",4419,1,1,1289,0,0,0,"",0,0);
*/

View File

@@ -0,0 +1,2 @@
-- Ag'tor Bloodfist --> Fix Gossip Text
-- UPDATE `gossip_menu` SET `TextID`=2033 WHERE `MenuID`=1401;

View File

@@ -1,3 +1,4 @@
/*
-- Zukk'ash Stinger
DELETE FROM `smart_scripts` WHERE `entryorguid`=5244 AND `source_type`=0 AND `id` IN (1,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
@@ -124,3 +125,4 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio
(854780,31,-312.576,-2859.04,80.4389,0,0,0,0,100,0),
(854780,32,-320.584,-2852.24,78.3489,0,0,0,0,100,0),
(854780,33,-336.88,-2851.17,77.2118,0,0,0,0,100,0);
*/

View File

@@ -1,3 +1,4 @@
--
DELETE FROM `game_event` WHERE `eventEntry`=76;
INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `holiday`, `holidayStage`, `description`, `world_event`, `announce`) VALUES
(76, '2018-01-01 07:00:00', '2020-01-01 08:00:00', 1440, 60, 0, 0, 'Childeren of Goldshire', 0, 2);