Hey E*pvpers can you help me with this error
In the console it keeps getting lots of errors ive tryed going to the lines yes ^.^
Btw its 5119 basicly same one as 5165 cause there same source same coded stuff
And if you can help great ^^
Screen Shot:

And heres the lines when i went there ^^
Line1)(In Robot.cs line 788)
And
Line2)(In Character.cs Line 3311)
Thanks in advance
In the console it keeps getting lots of errors ive tryed going to the lines yes ^.^
Btw its 5119 basicly same one as 5165 cause there same source same coded stuff
And if you can help great ^^
Screen Shot:

And heres the lines when i went there ^^
Line1)(In Robot.cs line 788)
Code:
public void RobotStep()
{
if (Alive)
{
if (StatEff.Contains(StatusEffectEn.XPStart))
{
if (Skills.Contains((ushort)1025))
UseSkill(1025, Loc.X, Loc.Y, EntityID);
else
{
if (Skills.Contains((ushort)6011))
UseSkill(6011, Loc.X, Loc.Y, EntityID);
else if (Skills.Contains((ushort)1110))
UseSkill(1110, Loc.X, Loc.Y, EntityID);
else if (Skills.Contains((ushort)1025))
UseSkill(1025, Loc.X, Loc.Y, EntityID);
}
}
Line2)(In Character.cs Line 3311)
Code:
((Robot)this).RobotStep();






