Issue information

Issue ID
#6360
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 29, 2012 11:50
Last Post
Hercules Elf Bot
Aug 1, 2012 4:59
Confirmation
N/A

Hercules Elf Bot - Jul 29, 2012 11:50

Originally posted by [b]Phantasm[/b]
Quest Board Level 56-70, i talk, talk and talk but i cant got anything

[CODE]if (checkquest(3250) == 0) {[/CODE]
I think bug here
:D Change to:[CODE]if (checkquest(3250) == -1) {[/CODE]From: [url="https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/script_commands.txt"]Script_commands[/url]

[CODE]
*checkquest(<ID>{,PLAYTIME|HUNTING})

If no additional argument supplied, return the state of the quest:
-1 = Quest not started (not in quest log)
0 = Quest has been given, but the state is "inactive"
1 = Quest has been given, and the state is "active"
2 = Quest completed
[/CODE] And i think must optimize this scripts:
[CODE]if ((BaseLevel > 54) && (BaseLevel < 71)) {[/CODE]
Remove when accept a quest, i think we can put in head Script to check Level like this:
[CODE]if ((BaseLevel > 55) && (BaseLevel < 71)) {
....
mes"Accept Quest";
.....
}

mes "[56 ~ 70 Lv. Mission Board]";[/CODE]
Sory my bad english -__-

This post has been edited by Phantasm on Jul 29, 2012 11:51

Hercules Elf Bot - Jul 31, 2012 14:05

Originally posted by [b]Angezerus[/b]
Our players experienced this as well.

Hercules Elf Bot - Jul 31, 2012 17:18

Originally posted by [b]Euphy[/b]
I fixed that file in [rev=16540] (I think), let me know if the other files are broken as well (I glanced at them and they looked okay, though).

Hercules Elf Bot - Aug 1, 2012 4:20

Originally posted by [b]Phantasm[/b]
From: [url="http://irowiki.org/wiki/Eden_Group_Leveling_Quests"]http://irowiki.org/wiki/Eden_Group_Leveling_Quests[/url]

[quote]You can take as many quest as you want by talking to the sign board on second floor and they are all individually repeatables after a 3 hours cooldown[/quote]


Euphy, can you add Delay for Level 86-90 and 90-99.

And, when i complete Quest from Instructor Ur, i acctually have received awards from Token, i go to Ur to get next Quest and Ur always say: go to Back room and Talk with Token to get Reward.

Sorry my bad english.

This post has been edited by Phantasm on Aug 1, 2012 4:21

Hercules Elf Bot - Aug 1, 2012 4:54

Originally posted by [b]Euphy[/b]
Could you create another bug report for that, with the incorrect code, if possible?

Hercules Elf Bot - Aug 1, 2012 4:59

Originally posted by [b]Phantasm[/b]
[quote name='Euphy' timestamp='1343796852' post='12799']
Could you create another bug report for that, with the incorrect code, if possible?
[/quote]
Okay, i just think create another bug look me like a spammer :lol: