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

Items No working!

GiordanoBoss

New Member
Joined
Jan 12, 2009
Messages
22
Reaction score
0
Well Actually i hope this is the right section, if not,i hope you will help me..

Ihave a problem with my server... items like "Focus Cape" doesnt work... when ppl wear it, it just do not add ml... i dunno how to fix it,i hope somebody can help me.... maybe you can tell me some reasons of why the items dont work...

im using "The forgotten server,version 0.3 <Beta2>

Im just new in the world of OtServers, i hope you will be kind and help me :p
 
Go to data/items and open items.xml

Here is your Focus Cape with manaGain:

PHP:
	<item id="8871" article="a" name="focus cape">
		<attribute key="weight" value="2100"/>
		<attribute key="armor" value="9"/>
		<attribute key="manaGain" value="4"/>
		<attribute key="manaTicks" value="3000"/>
		<attribute key="slotType" value="body"/>
		<attribute key="magiclevelpoints" value="1"/>
	</item>

Added:

PHP:
<attribute key="manaGain" value="4"/>
		<attribute key="manaTicks" value="3000"/>

You just need to add those to any item you whant!

Rep? i hope so!
 
yeah... i have my item like:

<item id="8871" article="a" name="focus cape">
<attribute key="description" value="It increases your magic level by 1 while worn."/>
<attribute key="weight" value="2100"/>
<attribute key="armor" value="9"/>
<attribute key="slotType" value="body"/>
<attribute key="magicpoints" value="1"/>


But it neither works:S...maybe the server?
 
Back
Top