DB/Spells: Arreglada actitud defensiva del Guerrero

Alteradas tablas: spell_script_names y spell_proc
This commit is contained in:
Sistemas
2026-05-29 22:56:14 +02:00
committed by GitHub
parent 7ef6b700cb
commit 553e7648aa
@@ -1,45 +1,10 @@
-- "Vindicator Aldar" (10304) should be breadcrumb quest
UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=9303 WHERE `ID`=10304;
-- "Seek Huntress Kella Nightbow" (9759) should be breadcrumb quest
UPDATE `quest_template_addon` SET `BreadcrumbForQuestId`=9591 WHERE `ID`=9757;
UPDATE `quest_template_addon` SET `RequiredMinRepValue`=3000 WHERE `ID` IN (25247,24822,24821,24820,24819);
UPDATE `quest_template_addon` SET `SpecialFlags`=1 WHERE `ID` IN (12618,12656);
DELETE FROM `quest_request_items` WHERE `ID` = 14488;
INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES
(14488, 1, 0, "I don't remember ordering a cleaning service... why yes, I am Apothecary Hummel.$B$B...wait, what is the meaning of this? You think these meaningless papers can stop me? Hah!", 12340);
DELETE FROM `quest_offer_reward` WHERE `ID` = 14488;
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
(14488, 1, 0, 0, 0, 0, 0, 0, 0, "What we do here is none of your business...", 12340);
DELETE FROM `spell_script_names` WHERE `spell_id`=1277297 AND `ScriptName`='spell_warr_ignore_pain';
DELETE FROM `spell_script_names` WHERE `spell_id`=391271 AND `ScriptName`='spell_warr_honed_reflexes';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (391271, 'spell_warr_honed_reflexes');
DELETE FROM `spell_script_names` WHERE `spell_id`=260708 AND `ScriptName`='spell_warr_sweeping_strikes';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (260708, 'spell_warr_sweeping_strikes');
DELETE FROM `spell_script_names` WHERE `spell_id`=384110 AND `ScriptName`='spell_warr_wrecking_throw';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (384110, 'spell_warr_wrecking_throw');
DELETE FROM `spell_script_names` WHERE `spell_id`=262150 AND `ScriptName`='spell_warr_dreadnaught';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (262150, 'spell_warr_dreadnaught');
DELETE FROM `spell_script_names` WHERE `spell_id`=18499 AND `ScriptName`='spell_warr_berserker_rage';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (18499, 'spell_warr_berserker_rage');
UPDATE `gameobject_template` SET `ScriptName` = 'go_housing_door' WHERE `entry` IN (586576, 602702);
DELETE FROM `achievement_reward` WHERE `ID` IN (61809,42767,42768,42769,42770);
INSERT INTO `achievement_reward` (`ID`,`TitleA`,`TitleH`,`ItemID`,`Sender`,`Subject`,`Body`,`MailTemplateID`) VALUES
(61809,0,0,0,239676,'Dawncrest Announcement','My friend!\r\n\r\nCuzolth and I have begun investigating the mysterious Dawncrests! We''ve only just begun, and yet so much is already unfolding before us!\r\n\r\nI can now transmute your Adventurer Dawncrests into Veteran Dawncrests. You can find us in Silvermoon!\r\n\r\nYour friend,\r\nVaskarn',0),
(42767,0,0,0,239676,'Dawncrest Analysis','My friend!\r\n\r\nCuzolth and I have finally unraveled the secret of the Dawncrests! It took countless hours, patience, and a fair bit of arcane finesse, but we''ve succeeded at last!\r\n\r\nI can now transmute your Veteran Dawncrests into Champion Dawncrests. Hurry to Silvermoon!\r\n\r\nYour friend,\r\nVaskarn',0),
(42768,0,0,0,239676,'Dawncrest Advancements','$n,\r\n\r\nAfter extensive research alongside Cuzolth, we have finally unlocked the secrets of the Dawncrests.\r\n\r\nWith this newfound understanding, I can now transmute your Champion Dawncrests into Hero Dawncrests!\r\n\r\nI look forward to seeing you in Silvermoon.\r\nVaskarn',0),
(42769,0,0,0,239676,'Dawncrest Amelioration','Friend,\r\n\r\nThe secrets of the Dawncrests have finally revealed themselves to us. Together with Cuzolth, I have uncovered what was once lost to time.\r\n\r\nI am now able to transmute your Hero Dawncrests into Myth Dawncrests. Please come visit us when you can.\r\n\r\nYours,\r\nVaskarn',0),
(42770,0,0,0,239676,'Dawncrest Ascension','$n,\r\n\r\nThrough tireless research and endless experimentation, Cuzolth and I have finally unlocked all secrets of the Dawncrests. Their potential is even greater than we ever imagined!\r\n\r\nUnfortunately, our tests show that no further transmutation of these crests is possible at this time. Still, I will continue my research. Should any overlooked detail come to light, you will be the first to know.\r\n\r\nOnward to discovery,\r\nVaskarn',0);
UPDATE `wc_world`.`spell_script_names` SET `spell_id` =386208 WHERE `spell_id`=71 AND `ScriptName`='spell_warr_defensive_stance';
INSERT INTO `wc_world`.`spell_proc`
(`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `SpellFamilyMask3`,
`ProcFlags`, `ProcFlags2`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `DisableEffectsMask`,
`ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`)
VALUES
(386208, 0, 0, 0, 0, 0, 0,
0x00074000, 0, 7, 4, 1, 0, 0,
0, 0, 0, 0);