Skip to content

Commit

Permalink
[0.15.1.0090.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
NeatElves committed May 1, 2022
1 parent 219c0c3 commit cf0bd80
Show file tree
Hide file tree
Showing 10 changed files with 430 additions and 396 deletions.
17 changes: 10 additions & 7 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Ambassador Berrybuck (3.0.3 Official Data)
('27101','271','1','0','100','1','60000','70000','120000','120000','0','0','1','71','72','0','0','0','0','0','0','0','0','0','Ambassador Berrybuck - Random Say'),
-- Chef Grual (272) - NSR
-- Tavernkeep Smitts (273) - NSR
-- Tavernkeep Smitts 273
('27301','273','1','0','100','1','45000','60000','150000','180000','0','0','1','82','0','0','0','0','0','0','0','0','0','0','Tavernkeep Smitts 273 - Say OOC'),
-- Barkeep Hann (274) - NSR
-- Whit Wantmal (275) - NSR
-- Viktori Prism'Antras (276) - NSR
Expand Down Expand Up @@ -3904,8 +3905,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Christoph Jeffcoat (2393) - NSR
-- Mallen Swain (2394) - NSR
-- Vinna Wayne (2395) - NSR
-- Hans Zandin
('239601','2396','1','0','100','1','60000','300000','30000','450000','0','0','1','615','616','0','0','0','0','0','0','0','0','0','Hans Zandin - Random Say OOC'),
-- Hans Zandin 2396
('239601','2396','1','0','100','1','60000','300000','30000','450000','0','0','1','614','615','616','0','0','0','0','0','0','0','0','Hans Zandin - Random Say OOC'),
-- Derak Nightfall (2397) - NSR
-- Tara Coldgaze (2398) - NSR
-- Daryl Stack (2399) - NSR
Expand Down Expand Up @@ -3965,7 +3966,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('250302','2503','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Hillsbrad Foreman - Flee at 15% HP'),
-- George Candarte (2698) - NSR
-- Brewmeister Bilger
('270501','2705','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Brewmeister Bilger - Flee at 15% HP'),
('270501','2705','1','0','100','1','10000','20000','60000','80000','0','0','1','1953','0','0','0','0','0','0','0','0','0','0','Brewmeister Bilger - Say OOC'),
('270502','2705','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Brewmeister Bilger - Flee at 15% HP'),
-- Phin Odelic
('271101','2711','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Phin Odelic - Flee at 15% HP'),
-- Forsaken Courier (2714) - NSR
Expand Down Expand Up @@ -14969,9 +14971,10 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Ken'zigla
('419701','4197','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Ken''zigla - Flee at 15% HP'),
-- Braelyn Firehand 4198
('419801','4198','4','0','100','0','0','0','0','0','0','0','57','2','35','0','0','0','0','0','0','0','0','0','Braelyn Firehand - Enable Range Mode on Aggro'),
('419802','4198','2','0','100','1024','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Braelyn Firehand - Flee at 15% HP'),
('419803','4198','9','0','100','1025','0','40','3400','4800','0','0','11','20811','1','256','0','0','0','0','0','0','0','0','Braelyn Firehand - Cast Fireball'),
('419801','4198','1','0','100','1','1000','15000','150000','180000','0','0','1','77','79','0','0','0','0','0','0','0','0','0','Braelyn Firehand - Say OOC'),
('419802','4198','4','0','100','0','0','0','0','0','0','0','57','2','35','0','0','0','0','0','0','0','0','0','Braelyn Firehand - Enable Range Mode on Aggro'),
('419803','4198','2','0','100','1024','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Braelyn Firehand - Flee at 15% HP'),
('419804','4198','9','0','100','1025','0','40','3400','4800','0','0','11','20811','1','256','0','0','0','0','0','0','0','0','Braelyn Firehand - Cast Fireball'),
-- Ziz Fizziks (4201) - NSR
-- Gerenzo Wrenchwhistle 4202
('420201','4202','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Gerenzo Wrenchwhistle - Flee at 15% HP'),
Expand Down
2 changes: 0 additions & 2 deletions Updates/0001_BroadcastText.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ CREATE TABLE `broadcast_text` (
PRIMARY KEY (`Id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Broadcast Text System';

truncate broadcast_text_locale; -- if not locales imported

--
-- Table structure for table `broadcast_text_locale`
--
Expand Down
26 changes: 26 additions & 0 deletions Updates/0004_updatepack.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87900,3 +87900,29 @@ UPDATE `creature_template` SET `ExtraFlags` = `ExtraFlags`|0x00400000 WHERE `ent
20266,18371,20318,18373,20306,18431,20254,18478,20303,18506,20316,18667,20637,18708,20657,18796,20652,19710,21526,20870,21626,20879,21595,20880,21594,20881,21619,20886,21624,20906,21606,
21104,22170,21140,22172,21148,22171,24850,24892,24882,25038,25165,25166,25741,25840,25772,25315,25588,25598,25708,25502,25372,25373,25507,25508,25592,25593,25595,25599,25837,25851);
UPDATE `creature_template` SET `ExtraFlags` = `ExtraFlags`|256 WHERE `entry` IN (25038,25165,25166,25741,25840,25772,25315,25502,25508);

REPLACE INTO `creature` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `MovementType`) VALUES
(7113, 2621, 0, -975.482, -3561.2, 70.6806, 6.24828, 300, 300, 0, 0);
REPLACE INTO `creature_addon` (`guid`, `b2_0_sheath`, `b2_1_pvp_state`, `emote`) VALUES (7113, 1, 16, 173);

# 14057_01_mangos_spawn_group_chanced_spawns.sql
ALTER TABLE spawn_group_spawn ADD COLUMN `Chance` INT UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Chance for a spawn to occur';

REPLACE INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES
(49244, 21737, 530, 1, 0, 0, 2009.57, 5564.26, 263.752, 1.01229, 300, 300, 0, 0, 0, 0, 0, 0),
(49245, 21737, 530, 1, 0, 0, 2211.33, 5728.07, 273.676, 4.59022, 300, 300, 0, 0, 0, 0, 0, 0),
(49246, 21737, 530, 1, 0, 0, 2389.02, 5644.9, 269.327, 4.10153, 300, 300, 0, 0, 0, 0, 0, 0),
(49248, 21737, 530, 1, 0, 0, 2434.45, 5604.54, 267.392, 2.6529, 300, 300, 0, 0, 0, 0, 0, 0),
(48249, 21737, 530, 1, 0, 0, 2436.46, 5631.41, 267.385, 4.92183, 300, 300, 0, 0, 0, 0, 0, 0),
(49250, 21737, 530, 1, 0, 0, 2447.41, 5673.36, 266.404, 1.11701, 300, 300, 0, 0, 0, 0, 0, 0),
(49251, 21737, 530, 1, 0, 0, 2412.71, 5691.48, 270.187, 5.96903, 300, 300, 0, 0, 0, 0, 0, 0),
(49253, 21737, 530, 1, 0, 0, 2389.04, 5726.08, 273.093, 5.55015, 300, 300, 0, 0, 0, 0, 0, 0),
(49254, 21737, 530, 1, 0, 0, 2441.98, 5737.03, 272.99, 3.08923, 300, 300, 0, 0, 0, 0, 0, 0);
UPDATE `creature_template` SET `UnitFlags` = '33587968' WHERE `Entry` =21737;

UPDATE `page_text` SET `next_page` = '2304' WHERE `entry` =2303;
DELETE FROM `page_text` WHERE `entry` IN (79,2310,9999);
INSERT INTO `page_text` (`entry`, `text`, `next_page`) VALUES
(79, 'Below is the process and schedule of Defias gold collection from the mines of Elwynn to our headquarters in Westfall.$B$BCollection Schedule:$B$BSunday: 12:30pm$BWednesday: 12:30pm$B$BBy each specified day, gold gained from the Elwynn mines will be gathered at the Brackwell pumpkin patch. The agent in charge of these gatherings, "The Collector", will be known by the engraved ring he possesses. A ring I gave him.', 250),
(2310, 'The Shu\'halo were forced to leave their ancestral holdings behind, and roam the endless plains as nomads forever after. It was held that one day hope would return - and the scattered tribes of the Shu\'halo would find a new home under the loving arms of the Earthmother.', 0),
(9999, 'Howdy! You have found a loot bug. We are terribly sorry about that, we will fix it just as soon as possible. However, You need to help us first. Please go to https://github.com/cmangos/issues/issues/ and fill out a "New issue", with the location you found this message and we will resolve the issue. Continued-MaNGOS Team', 0);
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE db_version CHANGE COLUMN required_14056_01_mangos_dbscript_extension required_14057_01_mangos_spawn_group_chanced_spawns bit;

0 comments on commit cf0bd80

Please sign in to comment.