Issue information

Issue ID
#4533
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 5, 2010 21:47
Last Post
Hercules Elf Bot
Mar 5, 2012 15:21
Confirmation
N/A

Hercules Elf Bot - Nov 5, 2010 21:47

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

NPC "Reyghema", code in this line is nonsence:
http://code.google.com/p/eathena-project/s..._quest.txt#2142
CODE
    if (now_weight < 3000) {

Of couse, NPC always says that player is overweighted. Should be like this (similar to other npc in this quest):
CODE
if (checkweight(908,300) == 0) {