Jump to content
  • 0

hellsplant damage


patr3k

Question


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

What is the formula to increase the hellsplant damage? It's like, it's fix to only 6k damage.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

You'd wanna check this out:

case GN_HELLS_PLANT_ATK:
 //[{( Hell Plant Skill Level x Caster's Base Level ) x 10 } + {( Caster's INT x 7 ) / 2 } x { 18 + ( Caster's Job Level / 4 )] x ( 5 / ( 10 - Summon Flora Skill Level ))
 md.damage = ( skill_lv * status_get_lv(src) * 10 ) + ( sstatus->int_ * 7 / 2 ) * ( 18 + (sd?sd->status.job_level:0) / 4 ) * ( 5 / (10 - (sd?pc_checkskill(sd,AM_CANNIBALIZE):0)) );
 break;

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/battle.c

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...