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

Taming Items HELP!

lol94

Loler
Joined
Dec 23, 2008
Messages
764
Reaction score
55
Location
Mexico
hi guys, i have some problems with my MOUNT items, can you guys helpme? here is a pic:


Code:
	<item id="12660" name="trashed draken boots">
		<attribute key="description" value="They will expire within a short time, sell them back to Esrik before they do."/>
		<attribute key="weight" value="2500"/>
	</item>
		<item id="13410" article="a" name="carrot on a stick">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
	<item id="13417" article="a" name="giant shrimp">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
	<item id="13406" article="a" name="harness">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
	<item id="13359" article="a" name="hunting horn">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
	<item id="13405" article="a" name="leather whip">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
	<item id="13403" article="a" name="maxilla maximus">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
	<item id="13407" article="a" name="reins">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
	<item id="13419" article="a" name="sweet smelling bait">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
	<item id="13404" article="a" name="tin key">
		<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
		<attribute key="weight" value="200" />
	</item>
 
you don't have these items in your items.otb. update it!

or upload your current one here if you don't know how to.
 
paste this:

Code:
<item id="13291" name="maxilla maximus" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>
<item id="13292" name="tin key" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>
<item id="13293" name="leather whip" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>
<item id="13294" name="harness" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>
<item id="13295" name="reins" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>
<item id="13298" name="carrot on a stick" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>
<item id="13305" name="giant shrimp" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>
<item id="13307" name="sweet smelling bait" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>
<item id="13262" name="hunting horn" article="a">
<attribute key="description" value="A hermit near Carlin might be able to tell you more about it." />
<attribute key="weight" value="200" />
</item>

problem solved.
 
Back
Top