I started RunUO 1.0.0 on my computer and I got some problems...
Code:
-Error: Scripts\Spells\Third\Unlock.cs: CS0246: <line 10, column 18> The type or namespace name "SpellInfo" could not be found <are you missing a using directive or an assembly reference?>
I got a error like this one for all the spells : From Clumsy.cs in the First Circle to SacredJourney.cs in the Chivalry.
For Spell.cs, I received this :
Code:
-Error : Scripts\Spells\Base\Spell.cs: CS0246: <line 15, column 11> The type or namespace name "SpellInfo" could not be found <are you missing a using directive or an assembly reference?>
-Error : Scripts\Spells\Base\Spell.cs: CS0246: <line 16, column 11> The type or namespace name "SpellState" could not be found <are you missing a using directive or an assembly reference?>
-Error : Scripts\Spells\Base\Spell.cs: CS0246: <line 19, column 10> The type or namespace name "SpellState" could not be found <are you missing a using directive or an assembly reference?>
-Error : Scripts\Spells\Base\Spell.cs: CS0246: <line 21, column 10> The type or namespace name "SpellInfo" could not be found <are you missing a using directive or an assembly reference?>
-Error : Scripts\Spells\Base\Spell.cs: CS0246: <line 39, column 45> The type or namespace name "SpellInfo" could not be found <are you missing a using directive or an assembly reference?>
I also got for BaseHouse.cs :
Code:
Error : Scripts\Multis\BaseHouse.cs: CS0246: <line 200, column 11> The type or namespace name "HouseRegion" could not be found <are you missing a using directive or an assembly reference?>
And in Ethereals.cs :
Code:
Error : Scripts\Mobiles\Animals\Mounts\Ethereals.cs: CS0246: <line 272, column 19> The type or namespace name "SpellInfo" could not be found <are you missing a using directive or an assembly reference?>
I did not made any change in the original code. It's the original from the download site of RunUO, downloaded two days ago.