Jump to content
  • 0
ZelosAvalon

Eden Quests lvl 99+

Question

12 answers to this question

Recommended Posts

  • 0

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?

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

 

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 by ZelosAvalon

Share this post


Link to post
Share on other sites
  • 0

well this command is probably rAthena only and I don't know which is his counterpart here in hercules neither what he do

Share this post


Link to post
Share on other sites
  • 0

well this command is probably rAthena only and I don't know which is his counterpart here in hercules neither what he do

Still we use questprogress

Questprogress for both checkquest and isbegin_quest

But be sure to change return values of checkquest as it differs with quest progress.

Share this post


Link to post
Share on other sites
  • 0

 

well this command is probably rAthena only and I don't know which is his counterpart here in hercules neither what he do

Still we use questprogress

Questprogress 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!

Share this post


Link to post
Share on other sites
  • 0

 

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 by ZelosAvalon

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.