INCREASE ALL DAMAGE normal and skills

MikZ

New member
Messages
461
Points
0
Hello!

May i know is there any other way to increase all damage, meaning just in one modification or is this already in battle.conf that will increase all. i'm running high rate server with 2 slots items and i wanted to increase damages to like minimum of 5k~depends. 
i know in src that if you wanted to increase specific skill damage you need to modified it manually, but for my issue i want all. please help me, thank you!

 
db/(pre-)re/map_zone_db.conf
Find the zone with name: "All"

Add These Mapflags:

mapflags: (
"weapon_damage_rate 200",
"magic_damage_rate 200",
"misc_damage_rate 200",
"long_damage_rate 200",
"short_damage_rate 200",
)

These will double the attacks (200% Damage)

 
db/(pre-)re/map_zone_db.conf

Find the zone with name: "All"

Add These Mapflags:

mapflags: (
"weapon_damage_rate 200",
"magic_damage_rate 200",
"misc_damage_rate 200",
"long_damage_rate 200",
"short_damage_rate 200",
)

These will double the attacks (200% Damage)
Hi dastgir, additional query, what if i just want this applicable to Players only not MVP how will I add that?

thank you.

 
Back
Top