Jump to content
Sign in to follow this  
dikapramantya

Help me to edit Skill_db for Dragon Breath Skill

Recommended Posts

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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