Skip to content

Commit

Permalink
[3947] Sync dbscript_random_templates IDs with WotLK & TBC-DB
Browse files Browse the repository at this point in the history
Don't know how these 3 ones came to be different at some point...
  • Loading branch information
cala committed Jun 22, 2022
1 parent ec5ac4e commit dfe6404
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACID/acid_classic.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6777,7 +6777,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Farmer Saldean 233
('23301','233','1','0','100','1','1000','15000','150000','180000','0','0','1','58','59','60','0','0','0','0','0','0','0','0','Farmer Saldean - Say OOC'),
-- Gryan Stoutmantle 234
('23401','234','1','0','50','1','120000','300000','1200000','1800000','0','0','54','0','0','20','0','0','0','0','0','0','0','0','Gryan Stoutmantle - Random Say OOC'),
('23401','234','1','0','50','1','120000','300000','1200000','1800000','0','0','54','0','0','21','0','0','0','0','0','0','0','0','Gryan Stoutmantle - Random Say OOC'),
-- Farmer Furlbrow 237
('23701','237','1','0','100','1','75000','90000','150000','180000','0','0','1','56','57','0','0','0','0','0','0','0','0','0','Farmer Furlbrow - Say OOC'),
-- Verna Furlbrow 238
Expand Down Expand Up @@ -6923,7 +6923,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Foreman Thistlenettle (2.4.3 Official Data)
('62601','626','2','0','100','1025','30','0','36800','40200','0','0','11','5219','1','0','0','0','0','0','0','0','0','0','Foreman Thistlenettle - Cast Draw of Thistlenettle at 30% HP'),
-- Captain Danuvin 821
('82101','821','1','0','50','1','720000','900000','1200000','1800000','0','0','54','0','0','21','0','0','0','0','0','0','0','0','Captain Danuvin - Random Say OOC'),
('82101','821','1','0','50','1','720000','900000','1200000','1800000','0','0','54','0','0','22','0','0','0','0','0','0','0','0','Captain Danuvin - Random Say OOC'),
-- Defias Digger (2.4.3 Official Data)
('82401','824','4','0','15','0','0','0','0','0','0','0','1','1866','1867','1867','0','0','0','0','0','0','0','0','Defias Digger - Random Say on Aggro'),
('82402','824','2','0','100','0','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Defias Digger - Flee at 15% HP'),
Expand Down
10 changes: 10 additions & 0 deletions Updates/3947_dbscripts_random_template.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DELETE FROM dbscript_random_templates WHERE id IN (8, 20, 21, 22);
INSERT INTO dbscript_random_templates (id, `type`, target_id, chance, comments) VALUES
(8, 0, 10434, 0, 'Common Troll - Random Aggro Texts'),
(8, 0, 1909, 0, 'Common Troll - Random Aggro Texts'),
(8, 0, 10435, 0, 'Common Troll - Random Aggro Texts'),
(8, 0, 1908, 0, 'Common Troll - Random Aggro Texts'),
(21, 0, 39, 0, 'Gryan Stoutmantle - Random OOC Texts'),
(21, 0, 40, 0, 'Gryan Stoutmantle - Random OOC Texts'),
(22, 0, 43, 0, 'Captain Danuvin - Random OOC Texts'),
(22, 0, 44, 0, 'Captain Danuvin - Random OOC Texts');

0 comments on commit dfe6404

Please sign in to comment.