Max Damage Cross / Algoz

stiflerxx

New member
Messages
125
Points
0
hello Hercules
Sorry to be asking so much just about the "source" and I used it for years (and brAthena rAthena) and hercules and very different ... so I'm really lost.
in brAthena had the option
conf / battle / brathena.conf
// Setting that defines the rate of damage with Enchant Deadly Poison skill. (Default: 100)
edp_rate: 45
with that I could control the damage caused by the skill (ASC_EDP, Enchant Deadly Poison)
 
Hercules has more in it!
how do I change to the damage of the Scourge (damage) when using the skill (ASC_EDP, Enchant Deadly Poison)?
or a limit like 40,000 damage! or something
is that of the map zone.conf?
 
Thank you
 
Hello,

Please comment the information that make your problem solved not just writing solved on it so that others have reference.. Thanks for cooperation.

Int'l Moderator,

Mhalicot

 
Hello,

Please comment the information that make your problem solved not just writing solved on it so that others have reference.. Thanks for cooperation.

Int'l Moderator,

Mhalicot
yes of course sorry ^^
quite easy and only had to go status.c
and look for SC_EDP
 
go on line val3 = 50 * (val1 + 1); // Damage increase (50 + 50 * lv%)
and changes the 50 pro desired value.
 
Back
Top