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

Donor Boots

Rexanilator

New Member
Joined
Oct 3, 2009
Messages
297
Reaction score
2
Tried to make some donor boots for my ot...the speed and armor seems to work fine - but they are also supposed to heal similar to or better than softies...however, they do not work at all. I am using tfs 0.3.6

Here is the code:
Code:
41" name="donor boots">
		<attribute key="armor" value="4" />
		<attribute key="slotType" value="feet" />
		<attribute key="speed" value="40" />
		<attribute key="weight" value="700" />
		<attribute key="healthGain" value="2" />
		<attribute key="healthTicks" value="1000" />
		<attribute key="manaGain" value="2" />
		<attribute key="manaTicks" value="1000" />
	</item>

Rep for assistance
 
Modify

Code:
		<attribute key="healthGain" value="2" />

And

Code:
		<attribute key="manaGain" value="2" />

healthGain is how health you want to gain every 1 second.

manaGain is how mana you want to gain every 1 second.


REP++
 
I understand that...but when you wear the boot - it does not gain anything in health or mana.

So I don't know if code is wrong or problem with 0.3.6 or what...

Rep for assistance
 
Back
Top