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

Issue Confirmations

  • Yes (0)No (0)
Photo

Increase Magic Attack Rate

Posted by Mhalicot on 01 December 2013 - 01:15 PM

SC_INCMATKRATE is not functioning. Discussion Link.

Confirmed by using ItemID - 12319 "Strawberry Cake".

changed status to: Unable To Reproduce

take note in renewal it doesn't show in status window...

:meow:

^ compare SC_INCATKRATE to SC_INCMATKRATE

Renewal - after using the Item "12319" only attack rate increase.. and it does show in status window..

Edited by sevenzz23, 03 December 2013 - 03:47 AM.


well in that part let us say it bug since in kRO there is no change in status window however both of the has status icon..anyway let me check that...

edit:
it seems that the item script for "Strawberry Cake" it suppose to be a plain increase not percentage..
item Strawberry_Cake
event OnConsume:
  Condition EFFECTPlusAttackPower 600 5
  Condition EFFECTPlusMagicPower 600 5
return
so it should be
Script: <"
  sc_start SC_PLUSATTACKPOWER,600000,5;
  sc_start SC_PLUSMAGICPOWER,600000,5;
">


:meow: