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

Monster Question

cesar10

Active Member
Joined
Aug 4, 2009
Messages
428
Reaction score
37
well i want to know how can i make a monster cast an spell thats allready made?

can anyone tell me please?

ill add rep (:
 
Code:
		<attack name="SPELL NAME" interval="20000" chance="2500" range="10" radius="2" target="3" min="-60000" max="-90000">
			<attribute key="shootEffect" value="fire"/>
			<attribute key="areaEffect" value="firearea"/>
		</attack>
 
Back
Top