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

A Good Trainer + Training Map?

Super Nova

A Sad Alien
Joined
Mar 23, 2010
Messages
352
Reaction score
1
Location
Nizhnekamsk / Russia
Hey, i can't find a good trainer, the Monk Trainer is getting annoying. And all of the training maps on "Maps" section are not that good, i just need, detailed, trainers, and the Training monster XML. like

Juggernaut Trainer.



-Thanks, Super Nova.
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Juggernaut Trainer" nameDescription="a juggernaut trainer" race="blood" experience="0" speed="210" manacost="0">
	<health now="50000" max="50000"/>
	<look type="244" corpse="6336"/>
	<targetchange interval="60000" chance="0"/>
	<strategy attack="100" defense="0"/>
	<flags>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag canpushitems="1"/>
		<flag staticattack="100"/>
		<flag targetdistance="1"/>
	</flags>
	<attacks>
		<attack name="melee" interval="2000" min="0" max="-1"/>
	</attacks>
	<defenses armor="0" defense="0">
		<defense name="healing" interval="10000" min="25000" max="25000"/>
	</defenses>
	<immunities>
		<immunity invisible="1"/>
	</immunities>
</monster>

?
 
You should be able to at least find a map yourself, if you can't be bothered to attempt to make one or practice mapping. There are tons in the download section
 
Back
Top