Jump to content
  • 0

how to fix skill - Binding Trap


ga2006467270

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/21/16
  • Last Seen:  

i found Blind Trap real skill damage is in here

 

http://irowiki.org/wiki/Binding_Trap

 

i try to fix it 

 

first i try to make "15% of current HP" work

 

so i change  RL_B_TRAP(battle.c) formula 

 

original formula: md.damage = ((200 + status_get_dex(src)) * skill_lv * 10) + sstatus->hp; // (custom)

 

my formula: md.damage =  tstatus->max_hp * skill_lv  * 3 / 100; 

 

and it didn't work  only 42 damage(!?)

 

i can't figure out what's going on 

 

S5Dt2H6.png

Edited by ga2006467270
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  07/21/16
  • Last Seen:  

i need someone help please!!!

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