Skip to content

Commit

Permalink
Bloodmyst: Add demolitionist legoso abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Sep 24, 2023
1 parent df6706d commit 6e3a157
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Updates/0214_demolitionist_legoso.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UPDATE creature_template SET SpellList = 1798201 WHERE entry=17982;
DELETE FROM creature_spell_list_entry WHERE Id IN(1798201);
INSERT INTO creature_spell_list_entry(Id, Name, ChanceSupportAction, ChanceRangedAttack) VALUES
(1798201, 'Bloodmyst Isle - Demolitionist Legoso', 0, 0);
DELETE FROM creature_spell_list WHERE Id IN(1798201);
INSERT INTO creature_spell_list(Id, Position, SpellId, Flags, CombatCondition, TargetId, ScriptId, Availability, Probability, InitialMin, InitialMax, RepeatMin, RepeatMax, Comments) VALUES
('1798201', '0', '8056', '0', '-1', '1', '0', '100', '1','5000','10000','10000','15000', 'Demolitionist Legoso - Frost Shock on current'),
('1798201', '1', '31633', '0', '-1', '0', '0', '100', '1','15000','20000','20000','30000', 'Demolitionist Legoso - Strength of Earth Totem'),
('1798201', '2', '38116', '0', '-1', '0', '0', '100', '1','10000','15000','20000','30000', 'Demolitionist Legoso - Searing Totem');


1 comment on commit 6e3a157

@al3xc1985
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niiice/ Looking for it for a long time. Finnaly came in ! Ty

Please sign in to comment.