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
#5813
Status
Fixed
Severity
Medium
Started
Hercules Elf Bot
May 25, 2012 8:50
Last Post
Hercules Elf Bot
Jun 2, 2012 15:38
Confirmation
N/A
Hercules Elf Bot - May 25, 2012 8:50
Originally posted by [b]Joseph[/b] Problem:
Is this normal? Shield spell level 1 with Rosa Shield can deal 140k + damage to players.
Hercules Elf Bot - May 25, 2012 9:59
Originally posted by [b]frenzmu06[/b] what version are you using? i think this was fixed in [url="http://sourceforge.net/apps/trac/rathena/changeset/16098/"]r16098[/url]
Hercules Elf Bot - May 25, 2012 15:21
Originally posted by [b]vlatag12[/b] this is also a problem in my server. . . the revision in r16098 is not a fix for the SS knockback damage
Hercules Elf Bot - May 25, 2012 15:58
Originally posted by [b]malufett[/b] [rev='16098'] doesn't fixed the knockback type attack...
[quote]skillratio *= shield_data->def;[/quote]
so if you have rosa shield the total ratio is 39000%
is this official??
Hercules Elf Bot - May 25, 2012 17:14
Originally posted by [b]malufett[/b] confirmed..this should range from 900%-1700%
[quote]7x7 AoE physical damage that also knocks enemies back. (Varies with Shield DEF 900~1700% atk)[/quote]
Hercules Elf Bot - May 25, 2012 18:04
Originally posted by [b]Rytech[/b] Actually the official formula for this is ATK% Caster’s Base Level x 4 + Shield DEF x 10 + Caster’s VIT x 2, but their's waaaaaay more that needs to be fixed then this. Check 3CeAM r675's changes. Their's a lot of code changes and fixes EVERYTHING that was wrong with shield spell (too much to post here). If you apply it, be sure to change the parts affected by DEF to what there supposed to be in a renewal setting.
If you need info on how the formula's should be in renewal, check the link below....
https://docs.google.com/document/pub?id=1zRSj5xLn9tZHxFDnXrPrTbbiYTlTU_yowFbzEh5n3I4
Hercules Elf Bot - May 25, 2012 18:10
Originally posted by [b]malufett[/b] yeah I also notice that...well thanks for the update..I'll commit fix for this later to remove the exploitation....
Hercules Elf Bot - May 25, 2012 18:58
Originally posted by [b]malufett[/b] Fixed @ [rev='16150']