QUOTE (Theoderic @ July 15, 2006 09:05 am) |
Hello.. i have little problem with XML spawner v313. My RunUo server 2 RC1 is send this error: xml/xmlspawner2.cs linka 9207 cannot inplicitly convert type ´system.collections.arraylist´ to ´system.collections.generic.list <server.title>´ I search this line: List<Server.Tile> tiles = map.GetTilesAt(new Point2D(X, Y), true, true, true); where is problem?.. Thanx |
QUOTE (ArteGordon @ July 15, 2006 10:48 am) |
because RunUO 2.0 has not yet been officially released, there are different versions. The RC1 version differs from the most recent build. By default, the v313 xmlspawner release is designed to work under the most recent build. Since you are running RC1 you just need to uncomment this line at the beginning of the xmlspawner2.cs //#define RUNUO2RC1 so that it looks like #define RUNUO2RC1 |