Problem (and fix) with Warden's Frantic Briar
Posted: Sat Sep 21, 2013 9:45 am
In skill database Frantic Briar is listed as:
However like that I cant get it to cast. I needed to change the range property to 80, like this:
I'm not sure what aoerange is supposed to do, it seems related to skills that dont have player as center. I dont see aoerange on Mage Purgatory Fire, Frantic Briar is like Purgatory.
I think Frantic Briar should be adjusted, add range=80 and remove aoerange.
Code: Select all
<skill name="WARDEN_FRANTIC_BRIAR" id="493391" range="0" type="damage" casttime="0" cooldown="12" target="enemy" aoecenter="player" aoerange="60"/>
Code: Select all
<skill name="WARDEN_FRANTIC_BRIAR" id="493391" range="80" type="damage" casttime="0" cooldown="12" target="enemy" aoecenter="player" aoerange="60"/>
I think Frantic Briar should be adjusted, add range=80 and remove aoerange.