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
#8122
Status
Fixed
Severity
Medium
Started
kyeme
Mar 25, 2014 15:51
Last Post
Michi
May 7, 2014 19:34
Confirmation
Yes (1)
No (0)
kyeme - Mar 25, 2014 15:51
SC_GROOMY and SC_WEAKNESS has a higher chance of success rate even if the target has 120 AGI and caster has no DEX.
This post has been edited by
kyeme
on Apr 6, 2014 12:18
kyeme - Apr 1, 2014 10:18
Bump~
kyeme - Apr 6, 2014 0:07
Here's the formula for Masquerade skills, please do check if its correct with out current code. Thanks~[code=auto:0]
Masquerade: Gloomy
Variable Cast Time: 2 seconds
Skill re-use Delay: 2 seconds
Global Skill Delay: 1 second
Duration: (5 + 5 * Skill Level) seconds
ASPD reduction: - (20 + 10 * Skill Level) %
HIT reduction: - (20 * Skill Level) %
{(Caster’s Base Level / 10) + Random number between [(Caster’s DEX / 12) ~ (Caster’s DEX / 4)] + (Caster’s Job Level) + (Skill Level x 10) - < (Target’s Base Level / 10) + [Random number between [(Target’s AGI / 6) ~ (Target’s AGI / 3)] + (Target’s LUK / 10) + [(Target’s Maximum Weight - Current weight) / 100]>] %
Minimum of (Skill Level + (DEX / 20)) % success rate.
Cannot be used on Boss monsters.
[/code][code=auto:0]
Masquerade: Weakness
Variable Cast Time: 2 seconds
Skill re-use Delay: 2 seconds
Global Skill Delay: 1 second
Duration: (5 + 5 * Skill Level) seconds
Max HP reduction: (10 * Skill Level) %
Weapon/Shield Strip
{(Caster’s Base Level / 10) + Random number between [(Caster’s DEX / 12) ~ (Caster’s DEX / 4)] + (Caster’s Job Level) + (Skill Level x 10) - < (Target’s Base Level / 10) + [Random number between [(Target’s AGI / 6) ~ (Target’s AGI / 3)] + (Target’s LUK / 10) + [(Target’s Maximum Weight - Current weight) / 100]>] %
Minimum of (Skill Level + (DEX / 20)) % success rate.
Cannot affect Boss monsters
[/code]
[code=:0]
Masquerade: Ignorance
Variable Cast Time: 2 seconds
Skill re-use Delay: 2 seconds
Global Skill Delay: 1 second
Duration: (5 + 5 * Skill Level) seconds
SP drain: 100 * Skill Level
SP leech: 50 * Skill Level
{(Caster’s Base Level / 10) + Random number between [(Caster’s DEX / 12) ~ (Caster’s DEX / 4)] + (Caster’s Job Level) + (Skill Level x 10) - < (Target’s Base Level / 10) + [Random number between [(Target’s AGI / 6) ~ (Target’s AGI / 3)] + (Target’s LUK / 10) + [(Target’s Maximum Weight - Current weight) / 100]>] %
Minimum of (Skill Level + (DEX / 20)) % success rate.
Cannot be used on Boss monsters.
[/code]
This post has been edited by
kyeme
on Apr 6, 2014 12:15
kyeme - Apr 9, 2014 1:06
I will change the severity to "Medium". This is very alarming and it is making the gameplay imbalanced due to its high success rate. Let me know if you have any ideas what is the right computation in KRO. Thank you.
kyeme - Apr 15, 2014 2:05
Bumper~
Michi - May 7, 2014 19:34
Fixed in [url="https://github.com/HerculesWS/Hercules/commit/acf4079c828a56c5ba761698b425168110d3722f"]https://github.com/HerculesWS/Hercules/commit/acf4079c828a56c5ba761698b425168110d3722f[/url]