Issue information

Issue ID
#6785
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Oct 14, 2012 19:30
Last Post
Hercules Elf Bot
Oct 15, 2012 15:10
Confirmation
N/A

Hercules Elf Bot - Oct 14, 2012 19:30

Originally posted by [b]meng[/b]
knight.txt missing [color=#ff0000]changequest 9011,9012;[/color] in line 2411 and line 2424


Behind this line [color=#b22222]set KNIGHT_Q,14;[/color] must be [color=#b22222]changequest 9011,9012;[/color]

This post has been edited by meng on Oct 14, 2012 19:31

Hercules Elf Bot - Oct 15, 2012 7:47

Originally posted by [b]Spre[/b]
This should already be set here

[CODE]
else if (.@knight_t == 10) {
set KNIGHT_Q,14;
changequest 9011,9012;
mes "[Sir Gray]";
[/CODE]

It has been a while since I have done an official Knight jobchange quest, but Last I remember you couldn;t proceed untill then anywho.

can euphy confirm it is working as intendid or confirmed as a bug?

Hercules Elf Bot - Oct 15, 2012 13:47

Originally posted by [b]meng[/b]
yes, in case .@knight_t == 10, it's done

Of course, you can be a knight in other case .@knight_t == 0 and .@knight_t == 5, and quest's value always is 9011.

Hercules Elf Bot - Oct 15, 2012 15:09

Originally posted by [b]Joseph[/b]
Fixed in [rev=16819].