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

Hey please help me in attribute on items

zcorpy

New Member
Joined
Sep 12, 2017
Messages
85
Reaction score
4
Please help I have this problem that in the next line instead of giving magic lvl it takes it away from me that I am supposed to give more
What I can do? what I need is that having 15% + of magic lvl equipped

<item id="2358" name="donate boots">
<attribute key="description" value="this item is only donate."/>
<attribute key="speed" value="200"/>
<attribute key="healthGain" value="200"/>
<attribute key="healthTicks" value="1000"/>
<attribute key="manaGain" value="200"/>
<attribute key="manaTicks" value="1000"/>
<attribute key="magicpointspercent" value="15"/>
<attribute key="showattributes" value="1"/>
 
XML:
<attribute key="magicpointspercent" value="15"/>
to
XML:
<attribute key="magicpointspercent" value="115"/>

If it worked, thank you very much. Excuse me for right here. Could you help me with another question?
Post automatically merged:

XML:
<attribute key="magicpointspercent" value="15"/>
to
XML:
<attribute key="magicpointspercent" value="115"/>
Hey men
How can I do so instead that it is max life that is also 20% of its total life

<attribute key="maxhitpoints" value="500"/>
<attribute key="maxmanapoints" value="500"/>
 
Last edited:
Back
Top