Asura Strike Question

DeviantRaze

New member
Messages
53
Points
0
I tested using Valk Armor + Ghostring Card on it, the damage was 210k 

my server was running on Pre-renewal based.

How possible we can reduce the damage of Asura Strike?

I hope someone can help me with this..

 
You could cap the damage of Asura Strike in db/pre-re/map_zone_db.conf by specifying skill_damage_cap on the "All" zone:

Example:

skill_damage_cap: { //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage, // (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h) // when cast vs players and monsters. //MG_COLDBOLT: (50,"PLAYER | MONSTER") }

I don't think you can reduce its damage in a proportion unless you try to directly edit the source...

 
can you please

You could cap the damage of Asura Strike in db/pre-re/map_zone_db.conf by specifying skill_damage_cap on the "All" zone:

Example:

skill_damage_cap: { //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage, // (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h) // when cast vs players and monsters. //MG_COLDBOLT: (50,"PLAYER | MONSTER") }

I don't think you can reduce its damage in a proportion unless you try to directly edit the source...
can you please show us how will the script works?

 
Back
Top