[Help] About SQL And Some Line

07/31/2013 22:21 Manticao123#1
Hi, I already tried to research about it but still i can't fix it, hope someone would help me bout this problem, Please Take A look at that picture below Thanks,

[Only registered and activated users can see links. Click Here To Register...]


Guild Enemy/Allies Error

About The Enemy/Allies Guild Error - I Already Tried to put some definition on it but still some error comes out,

Code:
Error	7	'CoEmu_v2_GameServer.Entities.Guild' does not contain a definition for 'Allies' and no extension method 'Allies' accepting a first argument of type 'CoEmu_v2_GameServer.Entities.Guild' could be found (are you missing a using directive or an assembly reference?)	D:\EverDeen\CoRv1\CoEmu v2 GameServer\Database\Database.cs	807	32	CoEmu v2 GameServer

Code:
Error	8	'CoEmu_v2_GameServer.Entities.Guild' does not contain a definition for 'Enemy' and no extension method 'Enemy' accepting a first argument of type 'CoEmu_v2_GameServer.Entities.Guild' could be found (are you missing a using directive or an assembly reference?)	D:\EverDeen\CoRv1\CoEmu v2 GameServer\Database\Database.cs	872	34	CoEmu v2 GameServer
08/07/2013 00:18 .Beatz#2
First: Members can't have a default value... Try removing the default value -.-

CoEmu_v2_GameServer.Entities.Guild

What was the definition you tried to place here?
08/07/2013 01:16 pro4never#3
You have members as a text/blob value and are assigning it a default value of 0


You should be giving it a numeric value to start with <_<

You need the number of members, not a list of member ID's. You can get that from the members table.