Script Quest Dimensional Travel

System of a down

New member
Messages
1
Points
0
Github
System
[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 !

 
Last edited by a moderator:
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. ^^

 
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
default_tongue.png


for the script as Aeromesi said 

Code:
if (questprogress(11350) == 1)
 
Back
Top