• 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 some help with reducing damage

Eternal Life

New Member
Joined
May 15, 2011
Messages
148
Reaction score
1
Location
Aguadilla,Puerto Rico
Like the tittle says am looking for something to add to the items I like and you will get less damage of everything.

Example on my server in some items there is this

PHP:
<attribute key="absorbPercentAll" value="5"/>

but i dont think it is working becouse i set it to 100 to test it and i still get damage

is there another way or am i editing it wrong or what???


please help me!! :D
 
well you can go to server>data>xml and open of vocations and change
XML:
formula meleeDamage="1.0" distDamage="1.0"
but that will change damage on all melee and dis weapons
 
on Movements.xml add

Code:
	<movevent type="DeEquip" itemid="itemid" slot="itemdslot" event="function" value="onDeEquipItem"/>
	<movevent type="Equip" itemid="itemid" slot="itemslot" level="levelrequired" event="function" value="onEquipItem"/>

and in-game say /reload movements
 
Back
Top