gvgon will reduce certain skills massively

karazu

New member
Messages
1,115
Points
0
Hello, I ve notice that if the area is in "gvgon" it will reduce certain skills in to very small damage.

related topic: http://herc.ws/board/topic/3824-dragon-breath-damage-issue/


I understand about this one
 

trunk/db/re/map_zone_db.conf

/* 5 second duration increase on GvG */ /* knockback disabled */ /* GvG Mode Damage Reductions */ /* - weapon_damage_rate -40% */ /* - magic_damage_rate  -40% */ /* - misc_damage_rate   -40% */ /* - long_damage_rate   -20% */ /* - short_damage_rate  -20% */ mapflags: ( "invincible_time_inc 5000", "noknockback", "weapon_damage_rate 60", "magic_damage_rate 60", "misc_damage_rate 60", "long_damage_rate 80", "short_damage_rate 80" ) 
But I think Fixing the damage of Dragon Breath in to 17k=23k with 300K HP is to much




I think the Range property of DB overrides with other reduction.

can anyone confirm please?
 
Last edited by a moderator:
try this, the number 80 means the damage rate was adjusted to 80%

Code:
mapflags: ( "adjust_skill_damage	RK_DRAGONBREATH	80")
 
Last edited by a moderator:
try this, the number 80 means the damage rate was adjusted to 80%

mapflags: ( "adjust_skill_damage RK_DRAGONBREATH 80")
Do I need to restart the server to make this work?
Yes
Hello Guys still doesnt work..

But no error in the map

Currently i n the conf,

"noknockback",
"weapon_damage_rate 60",
"magic_damage_rate 60",
"misc_damage_rate 60",
"long_damage_rate 80",
"short_damage_rate 80",
"adjust_skill_damage RK_DRAGONBREATH 80" )

 
Last edited by a moderator:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
ou can refer to this video. you will notice that DB will only deal damage up to 22k
 
Last edited by a moderator:
Back
Top