• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Can someone help me with this?

Animera

* * * * *
Joined
Dec 9, 2008
Messages
2,449
Solutions
5
Reaction score
618
Location
ANIMERARPG.ONLINE
Well like we know in the monsterfiles monsters have attacks like demon got his Ue with range as example with areaeffect and shooteffect and like that but it is very hard to get the good areaEffect you wanted i know a lot from my head but some i just don't know and to avoid those problem is it possible so i can put a number like on the spells without getting an error? like this:
PHP:
<attack name="energy" interval="2000" chance="20" range="7" radius="7" target="1" min="-150" max="-580">
	<attribute key="shootEffect" value="4"/>
	<attribute key="areaEffect" value="37"/>
</attack>
 
Back
Top