Jump to content
Sign in to follow this  
dikapramantya

Help me to edit Skill_db for Dragon Breath Skill

Recommended Posts

I want to make Dragon Breath skill Ignore Caster Weapon , Ignore Target Def, Ignore Target Flee, Ignore Target Def Card, Only Reduce by Elemental Armor Change.

 

How to make it?

Share this post


Link to post
Share on other sites

i think now dragon breath formula its OP if player have ice pick/ thanatos card sir.

balance old formula because have fix damage ? :o 

are hard to change the source code of dragon breath? hehehehe

Share this post


Link to post
Share on other sites

Edit: emulator/src/map/battle.c

case RK_DRAGONBREATH:
case RK_DRAGONBREATH_WATER:
	md.damage = ((status_get_hp(src) / 50) + (status_get_max_sp(src) / 4)) * skill_lv;
	RE_LVL_MDMOD(150);
	if (sd) md.damage = md.damage * (95 + 5 * pc->checkskill(sd,RK_DRAGONTRAINING)) / 100;
	md.flag |= BF_LONG|BF_WEAPON;
	break;

Example: You can edit values ​​that do not directly affect the formula... :  "95 - 10"  or " skill_lv - 1"

Edited by OmarAcero

Share this post


Link to post
Share on other sites

Aegis has this set as a DIRECTATTACK type, meaning it should be treated as weapon type attack which sounds right because the enemy's DEF reduces damage, but it doesn't take the caster's base or weapon ATK. If your finding something wrong with the skill then whatever the issue it might be a bug. I do have it on my "Things To Do" list and could look into it soon if you want.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.