Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #005706

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (0)No (0)
Photo

Overband Skills

Posted by Hercules Bot on 07 May 2012 - 12:08 PM

Originally posted by GM Takumirai
Over band skills?.. is the calculation of the skills is correct?.. cause its doing over kill in my server using latest svn w/o any modification made running in renewal.

Originally posted by malufett
rA's renewal atk damage calculation is not yet fully renewal....that is why it gives too much damage...

Originally posted by GM Takumirai
Tnx so much malufet, is the new update the fix in attack as renewal fix this?

Originally posted by malufett
nope I just fix the base attack formula...not the whole thing..:)

Originally posted by GM Takumirai
i see - hope you will fix it soon :)
do you have any fix regarding the skills? cuz its doing over kill in my players/

Originally posted by malufett
ATM comment this line @ battle.c
if( status_get_lv(src) > 100 ) skillratio += skillratio * (status_get_lv(src) - 100) / 200; // Base level bonus.

I think your server has over 255 max level...?

Originally posted by Rytech
Their's a lot of lines like this youll want to comment to balance things if running a server with a base level higher then 150. Not only that, but Overbrand is using a really old formula that alone gives it a high damage. The latest official formula is much lower then the one currently in rAthena.

Originally posted by GM Takumirai
- tnx for the response rytech and malufet,
im running my server in default, 150/50
hope it will be coded soon, and all those skills that is over kill
- i will report more if i found some over power skills tnx