monsieursean
Member
- Joined
- Jan 21, 2011
- Messages
- 69
in the DK's frost.cs how come a lot of the Spell.CastSpell are starting with Blood Strike but closing with Frost Strike, like this
Spell.CastSpell("Blood Strike", ret => true, "Frost Strike"),
and the //DW priority section of spells says Common.IsWieldingTwoHandedWeapon not sure if its suppose to. just noticing these as my friends having trouble with his DK almost never using frost strike to dump the extra runic. so i was looking around in the .cs to try and see what its doing.
Spell.CastSpell("Blood Strike", ret => true, "Frost Strike"),
and the //DW priority section of spells says Common.IsWieldingTwoHandedWeapon not sure if its suppose to. just noticing these as my friends having trouble with his DK almost never using frost strike to dump the extra runic. so i was looking around in the .cs to try and see what its doing.