DB/World: Faction Mount Vendors Calibrations

This commit is contained in:
Céfiro_Caecias
2026-05-29 16:55:54 -03:00
committed by GitHub
parent a9337c770c
commit f74443f52b
@@ -0,0 +1,44 @@
-- Misc: Faction Mount Vendors Calibrations
UPDATE `creature_template` SET `ScriptName`='' WHERE `ScriptName`='npc_garments_of_quests';
UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=14967 WHERE `OptionText`='I would like to buy from you.' AND `OptionBroadcastTextID`=0;
DELETE FROM `npc_vendor` WHERE `entry`=2357;
DELETE FROM `creature_queststarter` WHERE `id` IN (384,1460,2357,3362,3685,4730,4885,7955,16264,17584);
DELETE FROM `creature_questender` WHERE `id` IN (384,1460,2357,3362,3685,4730,4885,7955,16264,17584);
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=384; -- Human
UPDATE `creature_template` SET `npcflag`=131 WHERE `entry`=1261; -- Dwarf
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=1460; -- Human*
UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=2357; -- Human*
DELETE FROM `creature_template_gossip` WHERE `CreatureID`=2357;
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=3362; -- Orc
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=3685; -- Tauren
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=4730; -- Night Elf
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=4885; -- Human*
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=7955; -- Gnome
UPDATE `creature_template` SET `npcflag`=129 WHERE `entry`=16264; -- Blood Elf
UPDATE `creature_template` SET `npcflag`=131 WHERE `entry`=17584; -- Draenei
DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (7663,7677,7678);
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
(1, 7663, 0, '', '', 'Deprecated Quest: New Kodo - Green'),
(1, 7677, 0, '', '', 'Deprecated Quest: White Stallion Exchange'),
(1, 7678, 0, '', '', 'Deprecated Quest: Palomino Exchange');
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (3161,3185,3186,4001,4004,4006,8098,8213);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(15, 3161, 0, 0, 0, 16, 0, 2, 0, 0, 0, 0, '', 'Ogunaro Wolfrunner - Show Gossip if Player is Orc'),
(15, 3161, 0, 0, 1, 5, 0, 76, 128, 0, 0, 0, '', 'Ogunaro Wolfrunner - Show Gossip if Player is Exalted With Orgrimmar'),
(15, 3185, 0, 0, 0, 16, 0, 8, 0, 0, 0, 0, '', 'Lelanai - Show Gossip if Player is Night Elf'),
(15, 3185, 0, 0, 1, 5, 0, 69, 128, 0, 0, 0, '', 'Lelanai - Show Gossip if Player is Exalted With Darnassus'),
(15, 3186, 0, 0, 1, 5, 0, 54, 128, 0, 0, 0, '', 'Milli Featherwhistle - Show Gossip if Player is Exalted With Gnomeregan'),
(15, 3186, 0, 0, 0, 16, 0, 64, 0, 0, 0, 0, '', 'Milli Featherwhistle - Show Gossip if Player is Gnome'),
(15, 4001, 0, 0, 1, 5, 0, 47, 128, 0, 0, 0, '', 'Veron Amberstill - Show Gossip if Player is Exalted With Ironforge'),
(15, 4001, 0, 0, 0, 16, 0, 4, 0, 0, 0, 0, '', 'Veron Amberstill - Show Gossip if Player is Dwarf'),
(15, 4004, 0, 0, 1, 5, 0, 72, 128, 0, 0, 0, '', 'Katie Stokx - Show Gossip if Player is Exalted With Stormwind'),
(15, 4004, 0, 0, 0, 16, 0, 1, 0, 0, 0, 0, '', 'Katie Stokx - Show Gossip if Player is Human'),
(15, 4006, 0, 0, 0, 16, 0, 32, 0, 0, 0, 0, '', 'Harb Clawhoof - Show Gossip if Player is Tauren'),
(15, 4006, 0, 0, 1, 5, 0, 81, 128, 0, 0, 0, '', 'Harb Clawhoof - Show Gossip if Player is Exalted With Thunderbluff'),
(15, 8098, 0, 0, 0, 16, 0, 512, 0, 0, 0, 0, '', 'Winaestra - Show Gossip if Player is Blood Elf'),
(15, 8098, 0, 0, 1, 5, 0, 911, 128, 0, 0, 0, '', 'Winaestra - Show Gossip if Player is Exalted With Silvermoon City'),
(15, 8213, 0, 0, 0, 16, 0, 1024, 0, 0, 0, 0, '', 'Torallius the Pack Handler - Show Gossip if Player is Dreanei'),
(15, 8213, 0, 0, 1, 5, 0, 930, 128, 0, 0, 0, '', 'Torallius the Pack Handler - Show Gossip if Player is Exalted With The Exodar');