Issue information

Issue ID
#3152
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 30, 2009 21:22
Last Post
Hercules Elf Bot
May 30, 2009 21:22
Confirmation
N/A

Hercules Elf Bot - May 30, 2009 21:22

Originally posted by [b]BrianL[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3152

SP usage for skills is off: the skill consumes the SP amount for SkillLV+1.

Example: Blessing (SP Cost: 24 + 4*SkillLV)
level . . uses . . should be
1 . . . 32 sp . . . 28 sp
2 . . . 36 sp . . . 32 sp
3 . . . 40 sp . . . 36 sp
(...)
10 . . . 68 sp . . . 64 sp

Ex: Adrenaline Rush (SP Cost: 17 + 3*SkillLV)
level 1 uses 23 SP when it sould be 20

Ex: Bowling Bash (SP Cost: 12 + SkillLV)
level 1 uses 14 SP when it sould be 13

Ex: Bash (SP Cost: Level 1-5: 8, Level 6-10: 15)
level 5 uses 15 SP when it sould be 8


It looks like a subscript (off-by-one) error, looking at the Bash 5 example using Bash 6's SP cost.