Skip to content

Commit

Permalink
Update [5313][ACID] ...
Browse files Browse the repository at this point in the history
- Say -> Yell
- Respond to Player only
- chance reduced to 10%
  • Loading branch information
Grz3s committed Mar 12, 2024
1 parent ce5766a commit 985e90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28373,7 +28373,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Dr. Terrible 30404
-- Bethod Feigr 30406
-- Captured Crusader 30407
('3040701','30407','10','0','20','1','0','60','30000','90000','1','0','54','0','0','20346','5','70','0','0','0','0','0','0','Captured Crusader - (20% chance)(Random) Say and Emote on LOS Timer'),
('3040701','30407','10','0','10','1','1','60','30000','90000','1','0','54','0','0','20346','5','70','0','0','0','0','0','0','Captured Crusader - (10% chance)(Random) Say and Emote on LOS Timer'),
-- Apprentice Osterkilgr 30409
('3040901','30409','4','0','100','0','0','0','0','0','0','0','1','31119','0','0','0','0','0','0','0','0','0','0','Apprentice Osterkilgr - Say on Aggro'),
('3040902','30409','2','0','100','0','40','0','0','0','0','0','1','31090','0','0','33','30412','1','0','0','0','0','0','Apprentice Osterkilgr - Say at 40% HP'),
Expand Down
1 change: 1 addition & 0 deletions Updates/5313_Scourgeholme_Icecrown.sql
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ INSERT INTO dbscript_random_templates (id, type, target_id, chance, comments) VA
(20346,0,31138,0,'Part of Captured Crusader 30407 EAI - Random Say LOS 4'),
(20346,0,31140,0,'Part of Captured Crusader 30407 EAI - Random Say LOS 5'),
(20346,0,31141,0,'Part of Captured Crusader 30407 EAI - Random Say LOS 6');
UPDATE broadcast_text SET ChatTypeID=1 WHERE Id IN (31135,31136,31137,31138,31140,31141);

0 comments on commit 985e90c

Please sign in to comment.