I'm using [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8 from here.
Hello guys, I have simple problem, but I can't fix that.
My shields are not working correct with magiclevelpoints. Is there more things to change than items.xml and movements?
data\items
data\movements
In game
It's not working as it should. All voc can wear it (in the game) and it's not giving m lvl as all shields that should. Anyone know how to solve this? Best regards!
Hello guys, I have simple problem, but I can't fix that.
My shields are not working correct with magiclevelpoints. Is there more things to change than items.xml and movements?
data\items
XML:
<item id="2537" article="a" name="mage shield">
<attribute key="weight" value="1200" />
<attribute key="defense" value="25" />
<attribute key="magiclevelpoints" value="3" />
<attribute key="description" value="ancient shield." />
<attribute key="weaponType" value="shield" />
</item>
data\movements
XML:
<movevent type="Equip" itemid="2537" slot="shield" level="60" event="function" value="onEquipItem">
<vocation id="1"/>
<vocation id="5" showInDescription="0"/>
<vocation id="2"/>
<vocation id="6" showInDescription="0"/>
</movevent>
<movevent type="DeEquip" itemid="2537" slot="shield" event="function" value="onDeEquipItem"/>
In game
Code:
17:51 You see a mage shield (Def:25, magic level +3).
ItemID: [2537].
Position: [X: 1545] [Y: 1315] [Z: 5].
It's not working as it should. All voc can wear it (in the game) and it's not giving m lvl as all shields that should. Anyone know how to solve this? Best regards!
Last edited by a moderator: