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

Tibia Rox

Member
Joined
Feb 4, 2009
Messages
1,181
Reaction score
9
Location
U.S.A
[21/03/2010 01:02:04] [Warning - Monsters::loadMonster] Cannot load monster (Bonzai) file (data/monster/Bosses/bonzai.xml).
[21/03/2010 01:02:04] Line: 75, Info: Premature end of data in tag monster line 2

And heres the last few lines

Code:
	<loot>
		<item id="2148" countmax="100" chance="100000"/><!-- gold coin -->
		<item id="2148" countmax="57" chance="100000"/><!-- gold coin -->
		<item id="10583" countmax="3" chance="7500"/><!-- boggy dreads -->		
		<item id="2647" chance="5000"/><!-- plate legs -->
		<item id="8872" chance="2000"/><!-- belted cape -->
		<item id="8912" chance="5000"/><!-- springsprout rod -->
		<item id="8472" chance="5000"/><!-- great spirit potion -->
		<item id="8473" chance="3000"/><!-- ultimate health potion -->
		<item id="8873" chance="2500"/><!-- hibiscus dress -->
		<item id="8891" chance="2800"/><!-- paladin armor -->
		<item id="1987" chance="100000"><!-- bag -->
			<inside>
				<item id="8880" chance="1450"><!-- swamplair armor -->
				<item id="2152" countmax="3" chance="100000"><!-- platinum coin -->
				<item id="2149" countmax="7" chance="10000"><!-- small emerald -->
	</loot>
</monster>

So what exactly is wrong?
 
Back
Top