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

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