Reducing Damage

What is your preference damage? Reduce how many %? or what? 

 
This can be done in Map Zone DB

/* - weapon_damage_rate -40% */ /* - magic_damage_rate -40% */ /* - misc_damage_rate -40% */ /* - long_damage_rate -30% */ /* - short_damage_rate -20% */ mapflags: ( "weapon_damage_rate 60", "magic_damage_rate 60", "misc_damage_rate 60", "long_damage_rate 70", "short_damage_rate 80", )
map_zone_db.txt

 
No need to use map_zone_db.conf..

instead, use npcmapflagskillmodifier.txt

format:

This one will reduce the damage of Asura Strike by 50% (Halve).

Code:
prontera<tab>mapflag<tab>adjust_skill_damage<tab>MO_EXTRIMITYFIST<tab>50 
 
not working on mine
default_biggrin.png


 
Last edited by a moderator:
Back
Top