Back to "b" tags

Dispel a blade spirit or skeletal husk by Jaseowns

1# Dispel a blade spirit or skeletal husk
2if findtype 309|574 ground -1 -1 18 as jaseowns_DispelTarget
3    if not casting 
4        cast Dispel
5        wft 2000
6        target jaseowns_DispelTarget
7    endif
8endif
9
10if listexists jaseowns_PreviousScript
11
12    @setvar! jaseowns_CastToMaxFollowers 4
13    @setvar! castSkeletalHuskCount 0
14
15    foreach myScript in jaseowns_PreviousScript
16        hotkey myScript
17    endfor
18endif