Full Version : Error :(
xmlspawner >>XMLSpawner - Discussion >>Error :(


<< Prev | Next >>

Fr€€man- 07-07-2006
I don't know what to do sad.gif


CODE
RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 1 warnings)
Warnings:
+ NewResources/CraftDefs/DefCrystalCrafting.cs:
   CS0219: Line 96: The variable 'index' is assigned but its value is never use
d
Errors:
+ Xml/XmlSpawner2.cs:
   CS0029: Line 9207: Cannot implicitly convert type 'System.Collections.ArrayL
ist' to 'System.Collections.Generic.List<Server.Tile>'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.


ArteGordon- 07-07-2006
This is due to differences between the RunUO 2.0 RC1 release of the server and the latest SVN.
If you are using the latest version 3.13 of xmlspawner with RC1, just follow these instructions and uncomment the line in xmlspawner2.cs

- added in a conditional compilation flag to suppport people using the original RunUO 2.0 RC1 release instead of the latest SVN. If you are using RC1 uncomment the following line at the beginning of XmlSpawner2.cs. If you are using the most recent SVN then just leave this line commented out at the beginning of XmlSpawner2.cs

//#define RUNUO2RC1