Hadeszeus
New member
LAST UPDATED BY ANNIE http://rathena.org/board/pastebin/4ryaa5wz3bu1/txt/
On the script from the link above I'm getting the following error.
[Error]: script error in file '(DIRECT INPUT)' line 1121 column 15 parse_simpleexpr: unmatched ')' 1118: end; 1119: 1120: OnCommand: * 1121: if ( !strcmp(strnpcinfo(0), .npc_name$) ) { ~~~~~~~~~~~~~~~~~~~~~^ 1122: if ( @ms_size ) { 1123: for ( .@i = 0; .@i < @ms_size; .@i++ ) { 1124: .@mob_size = getarraysize( getd( "@ms_"+ @ms_list$[.@i] +"_list" ) );
I search strcmp in script_command but it doesn't exist.
ALSO getserverdef( VAR_MAX_LEVEL ); seems not compatible with hercules.
[Error]: script error in file '(DIRECT INPUT)' line 1019 column 36 parse_line: expect command, missing function name or calling undeclared function 1016: 1017: // predefined values. 1018: .npc_name$ = strnpcinfo(0); * 1019: .server_max_level = getserverdef( VAR_MAX_LEVEL );
PLEASE help
On the script from the link above I'm getting the following error.
[Error]: script error in file '(DIRECT INPUT)' line 1121 column 15 parse_simpleexpr: unmatched ')' 1118: end; 1119: 1120: OnCommand: * 1121: if ( !strcmp(strnpcinfo(0), .npc_name$) ) { ~~~~~~~~~~~~~~~~~~~~~^ 1122: if ( @ms_size ) { 1123: for ( .@i = 0; .@i < @ms_size; .@i++ ) { 1124: .@mob_size = getarraysize( getd( "@ms_"+ @ms_list$[.@i] +"_list" ) );
I search strcmp in script_command but it doesn't exist.
ALSO getserverdef( VAR_MAX_LEVEL ); seems not compatible with hercules.
[Error]: script error in file '(DIRECT INPUT)' line 1019 column 36 parse_line: expect command, missing function name or calling undeclared function 1016: 1017: // predefined values. 1018: .npc_name$ = strnpcinfo(0); * 1019: .server_max_level = getserverdef( VAR_MAX_LEVEL );
PLEASE help
Last edited by a moderator: