If i try to parsing, the Error show up and the Console close
Anyone a idea?
Anyone a idea?
Same Error on Next: factory.ImportNpcMonsters();Quote:
In this case, you need to change a few things in your import factory
Go to ImportNpcMonster()
and change:
int[] basicHp = new int[100];
int[] basicMp = new int[100];
int[] basicXp = new int[100];
int[] basicJXp = new int[100];
this:
int[] basicHp = new int[101];
int[] basicMp = new int[101];
int[] basicXp = new int[101];
int[] basicJXp = new int[101];
and skill.TargetRange = byte.Parse(currentLine[5]);
skill.TargetRange = short.Parse(currentLine[5]);
Errors will settle at the level of the elements of the targetrange you just have to replace the value byte by short
There is no Master Server? Only Act4, World, Login and Switch. Parser Server crash on startQuote:
[Only registered and activated users can see links. Click Here To Register...]
It's my old source but packet official is not updated. only the NsTest packet is updated