[Question]Console

01/04/2010 00:49 .Ryu#1
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:
[Only registered and activated users can see links. Click Here To Register...]

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);
                    }
                }
And

Line2)(In Character.cs Line 3311)

Code:
((Robot)this).RobotStep();
Thanks in advance
01/04/2010 02:22 Korvacs#2
Looks like something, possibly StatEff, Skills or Loc, has not been defined and has the value null.

The other possibility is that Robot is null, i cant tell without debugging.
01/04/2010 02:39 .Ryu#3
Quote:
Originally Posted by Korvacs View Post
Looks like something, possibly StatEff, Skills or Loc, has not been defined and has the value null.

The other possibility is that Robot is null, i cant tell without debugging.
Maybe you can help me threw team viewer D: pm if you can