Jump to content
  • 0
Sign in to follow this  
System of a down

Script Quest Dimensional Travel

Question

[Error]:  Loading NPC file: npc/re/instances/morroc2.txt
script error on npc/re/instances/morroc2.txt line 263
    parse_simpleexpr: unmatched ')'
   258 :                next;
   259 :                mes "[Tamarin]";
   260 :                mes "Então, vamos ao ^4D4DFFOásis perto das Pirâmides^000000, ao noroeste daqui!";
   261 :                close2;
   262 :                cutin "",255;
*  263 :                if (questprogress '('11350 == 1))
   264 :                        changequest 11350,11351;
   265 :                warp "moc_ruins", 106, 135;
   266 :                end;
   267 :        } else {
 
 
 

I need help !

Edited by Aeromesi

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I think questprogress is part of rAthena and not in Hercules? From what I can tell is you're not missing a "(" but that questprogress isn't an actual script command function in your emulator.

 

Also please codebox next time. ^^

nope questprogress is a Herc script command :P

for the script as Aeromesi said 

if (questprogress(11350) == 1)

Share this post


Link to post
Share on other sites
  • 0

I think questprogress is part of rAthena and not in Hercules? From what I can tell is you're not missing a "(" but that questprogress isn't an actual script command function in your emulator.

Also please codebox next time. ^^

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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