-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bloodmyst: Add demolitionist legoso abilities
- Loading branch information
1 parent
df6706d
commit 6e3a157
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); | ||
|
||
|
6e3a157
There was a problem hiding this comment.
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