Jump to content
  • 0

Making RK Skill Dragon Breath not splash damage


Trevned

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  04/29/12
  • Last Seen:  

Is there any way to change Dragon Breath Skill not scythe type or area damage?

and also got confused editing the damage it gives, can anyone tell me what to edit here to reduce the percent damage? thanks!

case RK_DRAGONBREATH:

if( battle_config.skillsbonus_maxhp_RK && status_get_hp(src) > battle_config.skillsbonus_maxhp_RK ) // [Pinky]

md.damage = ((battle_config.skillsbonus_maxhp_RK / 50) + (status_get_max_sp(src) / 4)) * skill_lv;

else

md.damage = ((status_get_hp(src) / 50) + (status_get_max_sp(src) / 4)) * skill_lv;

if (status_get_lv(src) > 100) md.damage = md.damage * s_level / 150;// Base level bonus.

if (sd) md.damage = md.damage * (70 + 5 * (pc_checkskill(sd,RK_DRAGONTRAINING) - 1)) / 70;

Thanks in advance :)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  12/29/11
  • Last Seen:  

//id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,name,desc
// 07 splash/effect range (-1 for screen-wide)

rathena/trunk/db/re/skill_db.txt

2008,9,6,2,3,0xC2,1:1:1:2:2:2:3:3:4:4,10,1,no,0,0,0,misc,0, RK_DRAGONBREATH,Dragon Breath

Change the 7th Number

from 1 to 0.

Correct me if im Wrong

Edited by SilverMayCry
Link to comment
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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...