Issue information

Issue ID
#6810
Status
Fixed
Severity
Medium
Started
Hercules Elf Bot
Oct 21, 2012 17:21
Last Post
Hercules Elf Bot
Oct 24, 2012 11:13
Confirmation
N/A

Hercules Elf Bot - Oct 21, 2012 17:21

Originally posted by [b]altearis[/b]
Hi everyone,
looks like i found some bad typo on wanderer job change quest

1. When you at quest killing novus, when the time reached, the message part cannot be shown because some bad typo in if section

[CODE]if (checkquest(2221,PLAYIME) == 2) {[/CODE]
it should be

[CODE]if (checkquest(2221,PLAYTIME) == 2) {[/CODE]

2. I don't quite understand on quest script but on
[CODE]checkquest(2221,PLAYTIME)[/CODE]
is return 0 if they still have time limit. so the

[CODE]if (checkquest(2221,PLAYTIME) == 1) {[/CODE]
is always return false because it return 0 if they still have time and if the time expire, it will return 2. so you will never do the next quest step.

anyone can confirm this?

Hercules Elf Bot - Oct 24, 2012 11:13

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