Shadowknight's Furor

Gringoyle

Active Member
I use eq2ot and eq2botcommander mostly, and i noticed that Shadowknight's Furor is not used, or at least not for me my sk never casts it. Furor is one of the end spells in the show's tree.

I also want to ask about the spell Zealous Smite from the Herioc aa tree its a really big encounter AE and dispels 99 levels o hostile on group AE... pretty nice,
it never uses that as well.

did'nt know if these can be added or added my self if told how and was'nt to complex.

Thanks,
Gringoyle
 

Gringoyle

Active Member
;; SK's Furor
if ${Me.ToActor.Health}<=20 && ${Me.Ability[${SpellType[507]}].IsReady}
call CastSpellRange 507



I also found:
<Setting name="10,507">Shadowknight\'s Furor</Setting>
<Setting name="10,339">Aura of the Crusader</Setting>
<Setting name="10,26">Grim Harbinger</Setting>
<Setting name="10,503">Essence Siphon</Setting>
<Setting name="10,502">Divine Aura</Setting>
<Setting name="10,381">Swift Attack</Setting>
<Setting name="10,509">Sprint</Setting>
<Setting name="10,332">Legionnaire\'s Smite</Setting>
<Setting name="10,342">Trample</Setting>
<Setting name="10,343">Shadowknight\'s Furor</Setting>

is ther something wrong with that code? and are the number for the spells randome I dont see 507 343 in the general key list so if i was to add a spell from the heroic tree for my sk can I just use any number that hast been used? like 343 for the duplicated furor?
 
Top Bottom