CODE |
+ Customs/XmlSpawner2/XmlSpawner2.cs: CS0029: Line 9209: Cannot implicitly convert type 'System.Collections.ArrayL ist' to 'System.Collections.Generic.List<Server.Tile>' |
CODE |
#else List<Server.Tile> tiles = map.GetTilesAt(new Point2D(X, Y), true, true, true); #endif |
QUOTE (ArteGordon @ August 12, 2006 10:46 am) |
If you are running RC1 then you want them to look like this //#define TRACE #define RUNUO2RC1 those lines are not causing your playermobile problems. They may be allowing the compiler to continue which then reveals other problems that you have, but no xmlspawner system makes any changes to the serialization of playermobiles, so that is due to some other change that you made. |