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

Configuration [Tutorial] How to make level requirement weapons

Santy

Member
Joined
Aug 14, 2007
Messages
654
Reaction score
22
Heh.. everyone was expecting for this? :p
I know..

I was thinking today, and found out how to do it.
Follow all these steps, which tell you how to change the giant sword's level requirement.. i guess that from that u'll know what to do with every other weapon..

1. Add this little line to \data\weapons\weapons.xml:
Code:
<weapon id="2393" range="0" lvl="55" enabled="1" exhaustion="0" script=""></weapon>

2. Change this little line on \data\items\items.xml:
Code:
<attribute key="description" value="This sword has been forged by ancient giants."/>
To this:
Code:
<attribute key="description" value="It can only be wielded properly by knights of level 55 or higher. This sword has been forged by ancient giants."/>

And.. your done.. :p..
 
Brilliant Tutorial!
Einstein would've been proud of ya!

*No sarcasm, rlly g00d*
 
Back
Top