Issue information

Issue ID
#656
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Dec 19, 2007 20:19
Last Post
Hercules Elf Bot
Dec 19, 2007 20:19
Confirmation
N/A

Hercules Elf Bot - Dec 19, 2007 20:19

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

The skill maxlevel is 10 in skill_db.txt, when it would be 1. In the source code, this skill increase the max weight limit by 2000*skill. At level 10, it'd be 20,000 max weight...

Revision ~11944:
CODE
681,0,0,0,0,0,0,10,0,no,0,0x1,0,none,0,        ALL_INCCARRY,Increase Weight Limit R


Corrected:
CODE
681,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0,        ALL_INCCARRY,Increase Weight Limit R


I hope not to be wrong.

This post has been edited by telekito: Dec 19 2007, 12:21 PM