Warning! This is the old Hercules bugtracker archive, and may not reflect the current state of Hercules. The current bugtracker is on GitHub Issues.
Issue information
Issue ID
#7873
Status
Unable to Reproduce
Severity
None
Started
sevenzz23
Dec 1, 2013 13:15
Last Post
malufett
Dec 3, 2013 3:52
Confirmation
N/A
sevenzz23 - Dec 1, 2013 13:15
[font='courier new', courier, monospace]SC_INCMATKRATE [/font]is not functioning. Discussion [url="http://herc.ws/board/topic/3238-dota-runes-will-make-me-stoned/"]Link[/url].
Confirmed by using ItemID - 12319 "Strawberry Cake".
malufett - Dec 3, 2013 3:18
take note in renewal it doesn't show in status window...
:meow:
sevenzz23 - Dec 3, 2013 3:29
^ compare [font='courier new']SC_INCATKRATE to SC_INCMATKRATE[/font]
[font=arial, helvetica, sans-serif]Renewal - after using the Item "12319" only attack rate increase.. and it does show in status window..[/font]
This post has been edited by
sevenzz23
on Dec 3, 2013 3:47
malufett - Dec 3, 2013 3:52
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..
[code=auto:0]
item Strawberry_Cake
event OnConsume:
Condition EFFECTPlusAttackPower 600 5
Condition EFFECTPlusMagicPower 600 5
return
[/code]
so it should be[code=auto:0]
Script: <"
sc_start SC_PLUSATTACKPOWER,600000,5;
sc_start SC_PLUSMAGICPOWER,600000,5;
">
[/code]
:meow:
This post has been edited by
malufett
on Dec 3, 2013 4:00