MadMOOK
Hoo
- Joined
- Apr 20, 2011
- Messages
- 802
- Reaction score
- 44
What did I do wrong there?
I forgot min and max and I closed the ends of attacks... heres corrections....
Code:
<attack name="physical" interval="1000" chance="50" range="7" target="1" attack="833"/>
<attribute key="shootEffect" value="etherealspear"/>
<attribute key="areaEffect" value="holyarea"/>
<attack name="physical" interval="900" chance="50" attack="633"/>
<attribute key="shootEffect" value="holy"/>
<attribute key="areaEffect" value="fireattack"/>
</attack>
I forgot min and max and I closed the ends of attacks... heres corrections....
Code:
<attack name="physical" interval="1000" chance="50" range="7" target="1" min="-233" max="-833">
<attribute key="shootEffect" value="etherealspear"/>
<attribute key="areaEffect" value="holyarea"/>
</attack>
<attack name="physical" interval="900" chance="50" min="-333" max="-633">
<attribute key="shootEffect" value="holy"/>
<attribute key="areaEffect" value="fireattack"/>
</attack>
Last edited: