• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Monster Spells

szajker123

New Member
Joined
May 12, 2012
Messages
195
Reaction score
0
Witam , znów mam problem teraz z potworem / zaklęciem
a otóż to gdy daje potworowi czar to on go nie bije... below is what the spell is a monster
pomocy szybko REP+++

PHP:
<attacks>
			<attack name="melee" interval="1900" skill="1" attack="1"/>

		<attack name="fire" interval="2000" chance="100" range="7" radius="2" target="1" min="-1" max="-1">
		<attack name="blast" min="-1" max="-1" speed="2500" chance="120" />
			<attribute key="shootEffect" value="REDSTAR"/>
		</attack>
</attacks>
 
Back
Top