Nesse tópico eu colokarei equipes com aumento de dano mágico... aki usaremos o Dwarven Set, mas se kiser colokar em outro fique à vontade:
Primeiro vá na pasta data>items>items.xml, lá procure por dwarven set. Substitua o Dwarven Armor por isso.
<item id="2503" article="a" name="dwarven armor"><attribute key="weight" value="13000"/>
<attribute key="armor" value="10"/>
<attribute key="slotType" value="body"/>
<attribute key="increaseMagicPercent" value=""/>
</item>
Depois procure a dwarven legs e coloke isso no lugar:
<item id="2504" name="dwarven legs"><attribute key="weight" value="4000"/>
<attribute key="armor" value="6"/>
<attribute key="slotType" value="legs"/>
<attribute key="increaseMagicPercent" value=""/>
</item>
Procure o dwarven helmet ou morgaroth scale helmet (depende do serv), substitua então por isso:
<item id="2502" article="a" name="morgaroth scale helmet"><attribute key="description" value="An rare helmet made of morgaroth scales."/>
<attribute key="weight" value="4200"/>
<attribute key="armor" value="10"/>
<attribute key="slotType" value="head"/>
<attribute key="increaseMagicPercent" value=""/>
</item>
Legenda das cores usadas no script:
Vermelho ~> local onde será colocado a porcentagem de dano mágico que a peça irá aumentar. Por exemplo, 100%... irá dobrar o hit mágico.
Espero que tenham gostado
Cya