Jump to content

  •  

Photo

Refine weapon damage formula pre-re


  • Please log in to reply
1 reply to this topic

#1 prism

prism

    Advanced Member

  • Members
  • PipPipPip
  • 60 posts

Posted 24 May 2016 - 01:02 AM

Hello. I am currently running a high rate server and I'm wondering how I can change the weapon attack formula so that refine atk is counted as weapon atk. I'm wondering because refines are useless due to the way their damage addition is calculated. Even if I make the refiner give ridiculous amounts of refine bonuses (600 + 500 ATK in screen) the damage addition of refines is still rather negligible when using skills.


Edited by prism, 24 May 2016 - 01:43 PM.


#2 prism

prism

    Advanced Member

  • Members
  • PipPipPip
  • 60 posts

Posted 24 May 2016 - 07:48 PM

I made some progress.

 

In status.c change:

 

wa->atk2 = status->dbs->refine_info[wlv].bonus[r-1] / 100;

 

to

 

wa->atk = status->dbs->refine_info[wlv].bonus[r-1] / 100;

 

Only problem now is I would want to keep it displaying the + ATK instead of just adding to normal ATK.


Edited by prism, 24 May 2016 - 07:49 PM.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 20 user(s)