ZelosAvalon 14 Posted February 19, 2015 Anyone know where I can find the NPC quest of Eden lvl 99+? Quote Share this post Link to post Share on other sites
0 15peaces 18 Posted February 19, 2015 https://github.com/rathena/rathena/commit/d1a1029 1 ZelosAvalon reacted to this Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted February 19, 2015 thanks *-* Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted February 20, 2015 (edited) i got an error when add this npcs Edited February 20, 2015 by ZelosAvalon Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted February 20, 2015 https://github.com/rathena/rathena/commit/d1a1029 i add this eden quest but i got this error: [Error]: script error in file 'npc/re/quests/eden/eden_100_111.txt' line 164 column 21 parse_simpleexpr: unmatched ')' 161: switch( select( "Carat Hunting", "Arclouse Hunting", "Anolian Hunting", "Sting Hunting", "Majoruros Hunting" ) ) { 162: mes "[Gelkah]"; 163: case 1: * 164: if (checkquest(13004,PLAYTIME) == 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ how can i fix it ? what's the problem in this script? Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted February 20, 2015 (edited) idk why this error happend, i try to edit but still have an error! Edited February 20, 2015 by ZelosAvalon Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted February 20, 2015 idk why this error happend, i try to edit but still have an error! we don't use checkquest anymore, we use questprogress https://github.com/HerculesWS/Hercules/search?utf8=%E2%9C%93&q=questprogress 1 ZelosAvalon reacted to this Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted February 20, 2015 (edited) idk why this error happend, i try to edit but still have an error! we don't use checkquest anymore, we use questprogress https://github.com/HerculesWS/Hercules/search?utf8=%E2%9C%93&q=questprogress thanks for help! questcheck are fixed now, but now i got this error, u know what's this, and how can i fix it ? [Error]: script error in file 'npc/re/quests/eden/eden_100_111.txt' line 975 column 19 parse_simpleexpr: unmatched ')' 972: mes "The journey to the lowest floor of Glastheim is a long trip but it can be fun if you go with a party."; 973: } 974: } * 975: if (isbegin_quest(getarg(0))) ~~~~~~~~~~~~~~~~~~~^ 976: erasequest getarg(0); 977: setquest getarg(1); 978: return 1; Edited February 20, 2015 by ZelosAvalon Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted February 20, 2015 well this command is probably rAthena only and I don't know which is his counterpart here in hercules neither what he do Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted February 20, 2015 well this command is probably rAthena only and I don't know which is his counterpart here in hercules neither what he doStill we use questprogressQuestprogress for both checkquest and isbegin_quest But be sure to change return values of checkquest as it differs with quest progress. Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted February 20, 2015 well this command is probably rAthena only and I don't know which is his counterpart here in hercules neither what he doStill we use questprogressQuestprogress for both checkquest and isbegin_quest But be sure to change return values of checkquest as it differs with quest progress. when i use questprogress work, but this another error in "isbegin_quest" idk how to fix it! Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted February 20, 2015 As I told, Convert both checkquest and isbegin_quest to questprogress. Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted February 20, 2015 (edited) As I told,Convert both checkquest and isbegin_quest to questprogress. soo i need to change: * 975: if (isbegin_quest(getarg(0))) for: * 975: if (questprogress(getarg(0))) its it ? Edited February 20, 2015 by ZelosAvalon Quote Share this post Link to post Share on other sites
Anyone know where I can find the NPC quest of Eden lvl 99+?
Share this post
Link to post
Share on other sites