Skip to content

Commit

Permalink
Warlocks can use Spell Lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Dec 14, 2023
1 parent 3fca947 commit 902a7bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dragonflight/APLs/WarlockAffliction.simc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ actions.precombat+=/haunt
actions.precombat+=/unstable_affliction,if=!talent.soul_swap&active_dot.unstable_affliction=0
actions.precombat+=/shadow_bolt

actions+=/spell_lock
actions+=/call_action_list,name=variables
actions+=/call_action_list,name=ogcd
actions+=/call_action_list,name=items
Expand Down
1 change: 1 addition & 0 deletions Dragonflight/APLs/WarlockDemonology.simc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ actions.precombat+=/demonbolt,if=soul_shard<5&(boss|cast_time=0)
actions.precombat+=/shadow_bolt,if=soul_shard<5

actions+=/axe_toss
actions+=/spell_lock
actions+=/devour_magic
## Variables
actions+=/variable,name=pet_expire,op=set,value=(buff.dreadstalkers.remains>?buff.vilefiend.remains)-gcd*0.5,if=buff.vilefiend.up&buff.dreadstalkers.up
Expand Down
1 change: 1 addition & 0 deletions Dragonflight/APLs/WarlockDestruction.simc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ actions.precombat+=/soul_fire
actions.precombat+=/cataclysm,if=raid_event.adds.in>15
actions.precombat+=/incinerate

actions+=/spell_lock
## actions+=/variable,name=havoc_immo_time,op=reset
## actions+=/cycling_variable,name=havoc_immo_time,op=add,value=dot.immolate.remains*debuff.havoc.up
actions+=/variable,name=infernal_active,op=set,value=pet.infernal.active|(cooldown.summon_infernal.duration-cooldown.summon_infernal.remains)<20
Expand Down
2 changes: 1 addition & 1 deletion Dragonflight/WarlockAffliction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ spec:RegisterAbilities( {
interrupt()
end,

bind = { 119910, 132409, 119898 }
bind = { 19647, 119910, 132409, 119898 }
},

-- Subjugates the target demon up to level 61, forcing it to do your bidding for 5 min.
Expand Down
2 changes: 1 addition & 1 deletion Dragonflight/WarlockDemonology.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Dragonflight/WarlockDestruction.lua

Large diffs are not rendered by default.

0 comments on commit 902a7bf

Please sign in to comment.