Skip to content

Commit

Permalink
[3808] Fix build and rename file
Browse files Browse the repository at this point in the history
Fix build due to error during merge/cherry-pick in previous commit
  • Loading branch information
cala committed Mar 21, 2022
1 parent 80c3ddc commit 7ef2440
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
12 changes: 4 additions & 8 deletions ACID/acid_classic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4933,6 +4933,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('81801','818','4','0','15','0','0','0','0','0','0','0','1','1925','1926','1927','0','0','0','0','0','0','0','0','Mai''Zoth - Say on Aggro'),
('81802','818','9','0','100','1025','0','30','6000','12000','0','0','11','8398','1','0','0','0','0','0','0','0','0','0','Mai''Zoth - Cast Frostbolt Volley'),
('81803','818','0','0','100','1025','5000','9000','12000','15000','0','0','11','8814','1','0','0','0','0','0','0','0','0','0','Mai''Zoth - Cast Flame Spike'),
-- Saltscale Warrior 871
('87101','871','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Saltscale Warrior - Flee at 15% HP'),
-- Saltscale Oracle 873
('87301','873','4','0','100','0','0','0','0','0','0','0','57','2','35','0','0','0','0','0','0','0','0','0','Saltscale Oracle - Enable Range Mode on Aggro'),
('87302','873','2','0','100','1024','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Saltscale Oracle - Flee at 15% HP'),
Expand All @@ -4945,18 +4947,12 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('87504','875','0','0','100','1025','6000','9000','15000','18500','0','0','11','11831','17','1024','0','0','0','0','0','0','0','0','Saltscale Tide Lord - Cast Fire Nova'),
('87505','875','9','0','100','1025','0','40','3400','4200','0','0','11','9672','1','256','0','0','0','0','0','0','0','0','Saltscale Tide Lord - Cast Frostbolt'),
-- Saltscale Forager 877
('87701','877','11','0','100','0','0','0','0','0','0','0','11','7276','0','34','0','0','0','0','0','0','0','0','Saltscale Forager - Cast Poison Proc on Spawn'),
('87702','877','2','0','100','1024','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Saltscale Forager - Flee at 15% HP'),
('87703','877','0','0','100','1025','0','10000','20000','30000','0','0','11','13443','1','0','0','0','0','0','0','0','0','0','Saltscale Forager - Cast Rend'),
('87701','877','2','0','100','1024','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Saltscale Forager - Flee at 15% HP'),
('87702','877','0','0','100','1025','0','10000','20000','30000','0','0','11','13443','1','0','0','0','0','0','0','0','0','0','Saltscale Forager - Cast Rend'),
-- Saltscale Hunter 879
('87901','879','4','0','100','0','0','0','0','0','0','0','57','2','25','0','0','0','0','0','0','0','0','0','Saltscale Hunter - Enable Range Mode on Aggro'),
('87902','879','2','0','100','1024','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Saltscale Hunter - Flee at 15% HP'),
('87903','879','9','0','100','1025','5','30','2600','4800','0','0','11','10277','1','256','0','0','0','0','0','0','0','0','Saltscale Hunter - Cast Throw'),
-- Saltscale Warrior 871
('87101','871','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Saltscale Warrior - Flee at 15% HP'),
-- Saltscale Forager 877
('87701','877','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Saltscale Forager - Flee at 15% HP'),
('87702','877','9','0','100','1025','0','5','20000','30000','0','0','11','13443','1','0','0','0','0','0','0','0','0','0','Saltscale Forager - Cast Rend'),
-- Venture Co Lumberjack
('92101','921','0','0','100','1025','5200','7500','5900','9800','0','0','11','15584','1','0','0','0','0','0','0','0','0','0','Venture Co Lumberjack - Cast Cleave'),
('92102','921','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Venture Co Lumberjack - Flee at 15% HP'),
Expand Down
8 changes: 0 additions & 8 deletions Updates/0146_eai_event_9_research.sql

This file was deleted.

8 changes: 8 additions & 0 deletions Updates/3807_event_ai_distance.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
UPDATE creature_template SET MeleeBaseAttackTime=1300, RangedBaseAttackTime=1300 WHERE entry=6913; -- Lost One Rift Traveler
UPDATE creature_template SET CallForHelp=15 WHERE entry=4422; -- Agathelos the Raging

-- https://youtu.be/9usXz0qQ310?t=225
-- https://youtu.be/TyUQnchK3ok?t=76
-- https://youtu.be/3tYPzOyUPm4?t=30
-- Doomguard 11859 - hmh

0 comments on commit 7ef2440

Please sign in to comment.