ZelosAvalon 14 Posted April 7, 2015 (edited) the ranger quest from Hercules github dont work, https://github.com/HerculesWS/Hercules/blob/master/npc/re/jobs/3-1/ranger.txt i try to check from rathena and change checkquest to questprogress but still dont work, any1 know how i can fix it? quest stop in the first npc! i found the error its in Menu: if( select("I'll think about it more:I'll take the test") == 1) { Edited April 7, 2015 by ZelosAvalon Quote Share this post Link to post Share on other sites
0 Garr 117 Posted April 7, 2015 And why is that an error? Seems like a normal condition to me. It will provide a menu choice, and if first option is selected it'd do what follows in curly brackets. And where exactly does it stop? Checking the script it seems like a legit condition as well. If you decide to "think more" (1st option) he stops with quest, if you agree to take the test (2nd option), quest continues. Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted April 9, 2015 And why is that an error? Seems like a normal condition to me. It will provide a menu choice, and if first option is selected it'd do what follows in curly brackets. And where exactly does it stop? Checking the script it seems like a legit condition as well. If you decide to "think more" (1st option) he stops with quest, if you agree to take the test (2nd option), quest continues. i found the error, its when i use command @lang and all npcs bug cuz it! thanks anyway! Quote Share this post Link to post Share on other sites
the ranger quest from Hercules github dont work, https://github.com/HerculesWS/Hercules/blob/master/npc/re/jobs/3-1/ranger.txt
i try to check from rathena and change checkquest to questprogress but still dont work, any1 know how i can fix it?
quest stop in the first npc!
i found the error its in Menu:
if( select("I'll think about it more:I'll take the test") == 1) {
Edited by ZelosAvalonShare this post
Link to post
Share on other sites