Skip to content

Commit

Permalink
[5290][ACID] Vaelen the Flayed 30056
Browse files Browse the repository at this point in the history
corrected
  • Loading branch information
Grz3s committed Feb 20, 2024
1 parent 1af8dd1 commit 2bdb849
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22689,6 +22689,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- ELM General Purpose Bunny (scale x0.01) 24021
('2402101','24021','1','0','100','1','1000','1000','10000','10000','0','0','45','5','25','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny (scale x0.01) - Send AI Event Custom A on OOC Timer.'),
('2402102','24021','27','0','100','1','43151','1','10000','10000','0','0','45','6','25','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny (scale x0.01) - Send AI Event Custom B on Missing Buff'),
('2402103','-504501','1','0','100','1','0','100','100','10000','10000','0','11','55796','0','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny (scale x0.01) (Guid EAI) - Cast Get the Key: Vaelen\'s Chains - Right Hand on OOC Timer'),
('2402104','-504524','1','0','100','1','0','100','100','10000','10000','0','11','54112','0','0','0','0','0','0','0','0','0','0','ELM General Purpose Bunny (scale x0.01) (Guid EAI) - Cast Get the Key: Vaelen\'s Chains - Left Hand on OOC Timer'),
-- Maethor Skyshadow (24357) - NSR
-- Magnataur Huntress 24469
('2446901','24469','11','0','100','0','0','0','0','0','0','0','22','0','0','0','0','0','0','0','0','0','0','0','Magnataur Huntress - Set Phase 0 on Spawn'),
Expand Down
17 changes: 17 additions & 0 deletions Updates/5290_c.30056.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
-- Vaelen the Flayed 30056
DELETE FROM gossip_menu WHERE entry IN(9867);
INSERT INTO gossip_menu(entry, text_id, script_id, condition_id) VALUES
(9867,13671,0,0),
(9867,13673,0,20646);
DELETE FROM npc_text_broadcast_text WHERE Id IN(13671,13673);
INSERT INTO npc_text_broadcast_text(Id,Prob0,BroadcastTextId0) VALUES
(13671,1,30719),
(13673,1,30724);
DELETE FROM npc_text WHERE id IN (13671,13673);
DELETE FROM conditions WHERE condition_entry = 20646;
INSERT INTO conditions (condition_entry, `type`, value1, value2, value3, value4, flags, comments) VALUES
(20646,8,12949,0,0,0,0,'');
DELETE FROM spell_script_target WHERE entry IN (54112,55796);
INSERT INTO spell_script_target (entry, `type`, targetEntry, inverseEffectMask) VALUES
(54112, 1, 30056, 0),
(55796, 1, 30056, 0);

0 comments on commit 2bdb849

Please sign in to comment.