Issue information

Issue ID
#6966
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 1, 2012 23:51
Last Post
Hercules Elf Bot
Dec 2, 2012 12:13
Confirmation
N/A

Hercules Elf Bot - Dec 1, 2012 23:51

Originally posted by [b]Angezerus[/b]
The lady at hugel don't want to train with you, no matter what you choose, because of the following part:

[CODE]
switch (select("Hey, don't give up.:I feel sorry for you.") == 2) {
mes "[Dancer Kim]";
mes "My life cannot get out of abyss now......";
close;
}
[/CODE]


the switch should be an if:

[CODE]
if (select("Hey, don't give up.:I feel sorry for you.") == 2) {
mes "[Dancer Kim]";
mes "My life cannot get out of abyss now......";
close;
}
[/CODE]

This post has been edited by Angezerus on Dec 2, 2012 0:01

Hercules Elf Bot - Dec 2, 2012 0:05

Originally posted by [b]Euphy[/b]
Blame: [rev=16667]
I'm in the process of rewriting all the third job quests, this should be fixed soon.

This post has been edited by Euphy on Dec 2, 2012 0:06

Hercules Elf Bot - Dec 2, 2012 6:39

Originally posted by [b]Euphy[/b]
Fixed in [rev=16991].

Hercules Elf Bot - Dec 2, 2012 12:13

Originally posted by [b]Angezerus[/b]
Thanks :)