Issue information

Issue ID
#6089
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Jun 21, 2012 22:50
Last Post
Hercules Elf Bot
Jun 24, 2012 22:31
Confirmation
Yes (2)
No (0)

Hercules Elf Bot - Jun 21, 2012 22:50

Originally posted by [b]Syouji[/b]
After downloading the latest revision of the instance script (version 1.4) I got a map-server error for line 128. This is the output:

[CODE]
script error on npc/instances/NydhoggsNest.txt line 128
parse_simpleexpr: unmatch ')'
123 : case 1:
124 : set .@party,getcharid(1);
125 : set .@leader,getpartyleader(.@party,2);
126 : set .@md_name$,"Nidhoggur's Nest";
127 :
* 128 : if(!instance_check_party'('.@party,2,70)){
129 : mes "I'm sorry but your Party do 128 : if(!instance_check_party'('.@party,2,70)){
[/CODE]

[b]Nydhogg Nest Script Link[/b]: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/NydhoggsNest.txt

Hercules Elf Bot - Jun 22, 2012 2:34

Originally posted by [b]Matheus[/b]
I use the last version of rAthena and here, there no errors about any script, that include this script.

This post has been edited by Matheus on Jun 22, 2012 2:35

Hercules Elf Bot - Jun 22, 2012 10:30

Originally posted by [b]Masao[/b]
I'd guess you remove the ( ) which are around the
.@party,2,70
and then see if it works or not.

Hercules Elf Bot - Jun 22, 2012 12:16

Originally posted by [b]Syouji[/b]
Ill try it out. Thanks.

Hercules Elf Bot - Jun 24, 2012 22:31

Originally posted by [b]Masao[/b]
Np, I have to set this btw. to Working As Intended since i never encountered this error on latest rA Rev. .