• 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 do i edit weapons and monsters

If you want to change attack for a weapon, simply go to items.xml, search(ctrl+f) for the item you need and change number in line that is with bold letters:
Code:
<item id="2432" article="a" name="fire axe">
		<attribute key="description" value="The blade is a magic flame."/>
		<attribute key="weight" value="4000"/>
		<attribute key="defense" value="16"/>
		[B]<attribute key="attack" value="38"/>[/B]
		<attribute key="elementFire" value="11"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>

To change attack for monster, go to data/monsters and find monster you need. Open file and search attack and change the number of attack and skills. Deadly simple.
 

Similar threads

Replies
3
Views
466
Back
Top