ga2006467270 Posted July 21, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 07/21/16 Last Seen: June 2, 2018 Share Posted July 21, 2016 (edited) 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 Edited July 21, 2016 by ga2006467270 Quote Link to comment Share on other sites More sharing options...
0 ga2006467270 Posted July 23, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 07/21/16 Last Seen: June 2, 2018 Author Share Posted July 23, 2016 i need someone help please!!! Quote Link to comment Share on other sites More sharing options...
Question
ga2006467270
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

Edited by ga2006467270Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.