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

need help

Cassek

New Member
Joined
Aug 17, 2009
Messages
55
Reaction score
0
i need to add lvls for a armor and swords
how can i add that
plxx help
 
@up
This isn't the correct section to post it


If you wand add level requeriment for sword/axe/distance open your "weapons" folder and edit weapons.xml. where "2408" is the sword id

Lua:
<melee id="2408" level="42" unproperly="1" event="function" value="default">
		<vocation id="4"/><vocation id="8"/>
	</melee>

and for armos you need edit your movements.xml and make the same process.
 
i have it already i can change it be Weapons
<melee id="xxxx" level="xxx" unproperly="1" event="function" value="default">
<vocation id="4"/><vocation id="8"/>
</melee>
be the xxx can i put armor so
problem solved
 
Back
Top