Issue information

Issue ID
#4086
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 4, 2010 3:15
Last Post
Hercules Elf Bot
Mar 5, 2012 15:00
Confirmation
N/A

Hercules Elf Bot - Mar 4, 2010 3:15

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

in quests_13_2.txt "Mysterious Rock#40" has this:

CODE
else if (.@rhea_ran > 18) {
set Unidentified_Coin,Unidentified_Coin+1;
}


is that correct? or should it be this:

CODE
else if (.@rhea_ran > 18) {
getitem 6048,1; //Unidentified_Mineral
}