• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Adding magic to a item problem

wikutag

SoulBound 8.6 100% custom
Joined
Dec 27, 2012
Messages
305
Reaction score
0
Location
United states Kentucky
Well i added magic levels to a item but its not giving them the + magic levels heres my item please help

Code:
    <item id="2542" article="a" name="Druid Donation Shield">
        <attribute key="weight" value="5100" />
        <attribute key="defense" value="45" />
        <attribute key="magiclevelpoints" value="8" />
        <attribute key="weaponType" value="shield" />
    </item>
 
The code is alright:

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

Try to put your shield in movements.
 
You can look in movements.xml for an other shield, copy the Equip and DeEquip lines and change the id of the shield.
 
Back
Top