• 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 spells and inmunities

Xapuur

New Member
Joined
Sep 15, 2009
Messages
157
Reaction score
0
Location
Chile
Hello. I don't know what spell is "effect":
Code:
		<attack name="effect" interval="1000" chance="13" range="7">
			<attribute key="shootEffect" value="poison"/>
			<attribute key="areaEffect" value="poison"/>
		</attack>

Somebody know? This is the error in console:
Code:
[02/01/2012 20:19:02] Error: [Monsters::deserializeSpell] - Dharalion - Unknown spell name: effect

-

In monsters, Wich is the inmunitie manadrain? What effect have?
Code:
		<immunity manadrain="1"/>

I ask this because i must deleted it, for this errors in console:
Code:
[02/01/2012 21:12:09] [Warning - Monsters::loadMonster] Unknown immunity venom. data/monster/Traps/eye of the seven.xml
[02/01/2012 21:16:41] [Warning - Monsters::loadMonster] Unknown immunity undead. data/monster/Traps/flamethrower.xml

After of delete the inmunity manadrain, the monster works fine, but wich is the effect of inmunity manadrain in monsters?

Kind Regards
 
Last edited:
Back
Top