Descriptors.cs Problem.
System.*********enceException: Referência de objeto não definida para uma instância de um objeto.
em ProjectileDesc..ctor(XElement elem) na C:\Users\myname\Desktop\Cake's Domain 2.0\db\data\Descriptors.cs:linha 242
em Item.<>c.<.ctor>b__1_2(XElement i) na C:\Users\myname\Desktop\Cake's Domain 2.0\db\data\Descriptors.cs:linha 522
em System.Linq.Enumerable.WhereSelectEnumerableIterat or`2.MoveNext()
em System.Linq.Buffer`1..ctor(IEnumerable`1 source)
em System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
em Item..ctor(UInt16 type, XElement elem) na C:\Users\myname\Desktop\Cake's Domain 2.0\db\data\Descriptors.cs:linha 522
This is in server and wserver,any of you guys have a clue for it??
im really trying to fix it
It is because you have stuff in your dat1.xml that doesnt match your descriptors.cs. For example, you might have <Activate>CharSlot</Activate> in one of your items, but, you don't have it in descriptors.cs. So change the xmls.