Issue information

Issue ID
#2276
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 26, 2008 11:16
Last Post
Hercules Elf Bot
Mar 5, 2012 9:08
Confirmation
N/A

Hercules Elf Bot - Sep 26, 2008 11:16

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

The President's quest requires the player to finish the Einbroch Murder quest in order to continue.

However, the variable check for the Einbroch Murder quest is wrong. The completed Einbroch Murder quest finishes with the variable "Shinokas_Quest == 11".
The variable check in the President's Quest script (quests_lighthalzen.txt) is

CODE
if(Shinokas_Quest == 10)


Thus, if you finish the Einbroch Murder quest, you cannot continue with the President's Quest.

The check happens twice, so both checks need to be corrected into

CODE
if(Shinokas_Quest == 11)


Thanks. (IMG:style_emoticons/default/smile.gif)