People cannot equip/unequip items

05/16/2009 19:05 Arcotemple#1
im getting this error message

System.NullReferenceException: Object reference not set to an instance of an object.
at COServer_Project.Character.GetEquipStats(Byte Pos, Boolean UnEquip) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Character.cs:line 3612
at COServer_Project.Character.SendEquips(Boolean GetStats) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Character.cs:line 4827
at COServer_Project.Client.GetPacket(Byte[] data) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Client.cs:line 9158
System.NullReferenceException: Object reference not set to an instance of an object.
at COServer_Project.Character.GetEquipStats(Byte Pos, Boolean UnEquip) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Character.cs:line 3612
at COServer_Project.Character.UnEquip(Byte From) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Character.cs:line 3799
System.NullReferenceException: Object reference not set to an instance of an object.
at COServer_Project.Character.GetEquipStats(Byte Pos, Boolean UnEquip) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Character.cs:line 3593
at COServer_Project.Character.AddItem(String ItemInfo, Byte ToPos, UInt32 UID) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Character.cs:line 4753
at COServer_Project.Client.GetPacket(Byte[] data) in C:\Documents and Settings\blood\Desktop\Black&White Ver 2.0\COServerProject\Client.cs:line 8875

any help?
05/16/2009 19:06 Zatoichi#2
Is it a new item you have implemented that is giving this error? if so the item needs to be enabled in the source. As it is, you may have it in the client, but the source does not recognize it. Just a guess, i hit my head against this brick wall a hundred times.
05/16/2009 19:09 Arcotemple#3
Quote:
Originally Posted by Zatoichi View Post
Is it a new item you have implemented that is giving this error? if so the item needs to be enabled in the source. As it is, you may have it in the client, but the source does not recognize it. Just a guess, i hit my head against this brick wall a hundred times.

its any equipm,ent

like the level 1 coat and stuff and everyuthing else in the game
05/16/2009 19:14 Zatoichi#4
hhmmmm, got me then, i didnt encounter this problem with the source i picked up to work with. Have you made any edits yet, or are you just running it "stock" , like as-is? I had this same problem when i first tried to add the katana. Wish i knew more to help ya m8. gl!
05/16/2009 19:19 Arcotemple#5
Quote:
Originally Posted by Zatoichi View Post
hhmmmm, got me then, i didnt encounter this problem with the source i picked up to work with. Have you made any edits yet, or are you just running it "stock" , like as-is? I had this same problem when i first tried to add the katana. Wish i knew more to help ya m8. gl!
i have 135 blades nd rings but havent equiped yet...

they havent even been touched..

they are not in the database just in the client

does that mean anything
05/16/2009 20:25 _Emme_#6
It doesnt really 'find' the equipment. Upload equip & unequip code and I'll see what I can do.

Regards,
Emme
05/16/2009 21:15 Arcotemple#7
#Deleted
05/16/2009 21:17 Arcotemple#8
it says there is something wron right here
Quote:
if (GetStats)
{
GetEquipStats(1, false);
GetEquipStats(2, false);
GetEquipStats(3, false);
GetEquipStats(4, false);
GetEquipStats(5, false);
GetEquipStats(6, false);
GetEquipStats(8, false);
}
Ready = true;
}
any1 see anything wrong?
05/16/2009 21:21 tao4229#9
You messed up your equipment stats.
05/16/2009 21:22 Arcotemple#10
Quote:
Originally Posted by tao4229 View Post
You messed up your equipment stats.
its weird it worked perfectly before but once i did a server wipe people couldnt equip gears