Issue information

Issue ID
#2372
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 21, 2008 23:52
Last Post
Hercules Elf Bot
Mar 5, 2012 9:18
Confirmation
N/A

Hercules Elf Bot - Oct 21, 2008 23:52

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

Line 2583

This is if god_mjo_0 is 2, meaning, this is the first, npc since we're going north to wast

Of course god_mjo_1 is 0 so its going inside the if in line 2583, when it should go to line 2739.

The condition at 2583 means the player made a mistake on visiting the npc setting god_mjo_1 to 3, which means that player messed up.

Condition at 2583 must be something like god_mjo_2!=0 || god_mjo_3!=0 || god_mjo_4!=0 I guess.