Accoun logging baba IP >--> 5.236.154.198
System.NullReferenceException: Object reference not set to an instance of an object.
at UltimateCo.Character.UseSkill(UInt16 SkillId, UInt16 X, UInt16 Y, UInt32 TargID) in C:\backup Łost\UltimateCo V1.4\UltimateCo V1.4\Character.cs:line 2219
at UltimateCo.Character.Attack() in C:\backup Łost\UltimateCo V1.4\UltimateCo V1.4\Character.cs:line 3196
else if (AtkType == 21)
{
if (SkillLooping != 0)
{
if (SkillLoopingTarget != 0)
{
if (SkillLoopingTarget > 400000 && SkillLoopingTarget < 500000)
{
SingleMob Targ = (SingleMob)Mobs.AllMobs[SkillLoopingTarget];
if (Targ == null || !Targ.Alive)
return;
else
UseSkill(SkillLooping, (ushort)Targ.PosX, (ushort)Targ.PosY, SkillLoopingTarget);
if (!Other.NoPK(LocMap))
if (PKMode == 2 || PKMode == 0)
{
Character Target = (Character)World.AllChars[TargID];
if (Target.Alive) //here <--
if (!Target.Flying || SkillAttributes[0] != 12)
{
X = Target.LocX;
Y = Target.LocY;
201 erros in C# lol xD 07/26/2010 - CO2 Private Server - 6 Replies So ive started the npc for my 3rd rebirth quest, i have this so far (i think its right)
#region Jon the third rebirth NPC
case 5467:
{
if (Control ==0)
{
GC.AddSend(Packets.NPCSay("Hello young one, would you like to attempt the third rebirth quest? You need to be atleast level 140."));
...
Wierd Erros Help PLZ!!! 02/02/2008 - Silkroad Online - 1 Replies hey guyz i've just downloaded silkroad Private server and some wierd erro showed up like right afther i pressed start could any one help me...? tnx :(