• 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!

[Help] Monster spell

dennii

New Member
Joined
Jun 1, 2008
Messages
8
Reaction score
0
Well, i made a monster do this spell, but it only makes u pois, it doesnt hit
Ive been looking on the forums if theres such thing as an attribute key for poisoncondition but i havent really found anyting like that

Maybe anyone knows how to make the spell hit and also make u poisoned

Code:
	<attack name="poisoncondition" interval="2000" chance="20" radius="11" target ="0" min="-150" max="-230">
		<attribute key="areaEffect" value="greenspark"/>
			</attack>
 
Code:
<attack name="earth" interval="2000" chance="20" radius="11" target ="0" min="-150" max="-230" posion="50">
		<attribute key="areaEffect" value="greenspark"/>
			</attack>

Now it'll do damage and cause poison.

:D
 
Back
Top