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

How can i add..?

you can change the attack of the weapon in items.xml so just add 20% to its original attack value.

say the item is attack "50", 20% of "50" = 10. you could make the weapon attack "60"
or add the +10 with this
LUA:
<attribute key="extraatk" value="10"/>

other than that im not to sure you could do it in weapons.xml maybe but i havent done it befor.
 
Back
Top