[Help] IndexOutOfRangeException with parsing tool

05/26/2019 15:19 pauma16#1
Hi,
when I use this parser (the spanish one): [Only registered and activated users can see links. Click Here To Register...]
I get an error, this one: [Only registered and activated users can see links. Click Here To Register...]

Anyone knows what happens? I dont know what am I doing wrong

Anyone?
05/26/2019 21:05 MANUEL PERES#2
Quote:
Originally Posted by pauma16 View Post
Hi,
when I use this parser (the spanish one): [Only registered and activated users can see links. Click Here To Register...]
I get an error, this one: [Only registered and activated users can see links. Click Here To Register...]

Anyone knows what happens? I dont know what am I doing wrong

Anyone?
Code:
if (linesave.Length <= 1)
                    {
                        continue;
                    }
Code:
if (linesave.Length <= 2)
                    {
                        continue;
                    }
05/27/2019 10:51 pauma16#3
Okay It worked, but the new sp of the martial artist has no skills, what shall i change?
05/27/2019 14:39 redbull2905#4
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
05/28/2019 20:21 0Lucifer0#5
Usually you are suppose to open another thread for another question... not bumping it with another question which is not related... also this is kind of duplicate thread as you also opened a thread for the same question
06/06/2019 14:56 IceTrailer#6
#moved