CODE |
Errors: + Custom/xml spawner install pack/xmlSpawner2_20/XmlSpawner2.cs: CS0029: Line 9446: Cannot implicitly convert type 'System.Collections.ArrayL ist' to 'System.Collections.Generic.List<Server.Tile>' |
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, 0 warnings) Errors: + Cutsom Systems/XmlSpawner2_20_v321_1of3/XmlSpawner2.cs: CS0029: Line 9611: 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. |
CODE |
#if(RUNUO2RC1) ArrayList tiles = map.GetTilesAt(new Point2D(X, Y), true, true, true); #else //List<Server.Tile> tiles = map.GetTilesAt(new Point2D(X, Y), true, true, true); #endif |
CODE |
Errors: + Cutsom Systems/XmlSpawner2_20_v321_1of3/XmlSpawner2.cs: CS0103: Line 9613: The name 'tiles' does not exist in the current context CS0103: Line 9616: The name 'tiles' does not exist in the current context |