darksiam
Member
I am passing my script from Runuo to the latest version of ServUO in this case it is the Druid I made all the changes but it gives me the following error
Code:
Errors:
+ Spells/Druid/Book/DruidicSpellBook.cs:
CS1061: Line 12: 'Server.Items.SpellbookType' does not contain a definition
for 'Druidic' and no extension method 'Druidic' accepting a first argument of ty
pe 'Server.Items.SpellbookType' could be found (are you missing a using directiv
e or an assembly reference?)
+ Spells/Druid/Druid Mobiles/EvilDruid.cs:
CS0266: Line 141: Cannot implicitly convert type 'Server.IDamageable' to 'Se
rver.Mobile'. An explicit conversion exists (are you missing a cast?)
+ Spells/Druid/Spells/EnchantedGrove.cs:
CS0117: Line 20: 'Server.Spells.Reagent' does not contain a definition for '
PetrifiedWood'
CS0117: Line 21: 'Server.Spells.Reagent' does not contain a definition for '
SpringWater'
+ Spells/Druid/Spells/GraspingRootsSpell.cs:
CS0117: Line 17: 'Server.Spells.Reagent' does not contain a definition for '
SpringWater'
+ Spells/Druid/Spells/LureStoneSpell.cs:
CS0117: Line 21: 'Server.Spells.Reagent' does not contain a definition for '
PetrifiedWood'
CS0117: Line 22: 'Server.Spells.Reagent' does not contain a definition for '
SpringWater'
+ Spells/Druid/Spells/MushroomGatewaySpell.cs:
CS0117: Line 20: 'Server.Spells.Reagent' does not contain a definition for '
SpringWater'
+ Spells/Druid/Spells/NaturesPassageSpell.cs:
CS0117: Line 18: 'Server.Spells.Reagent' does not contain a definition for '
Pumice'
+ Spells/Druid/Spells/PackOfBeastSpell.cs:
CS0117: Line 18: 'Server.Spells.Reagent' does not contain a definition for '
PetrifiedWood'
+ Spells/Druid/Spells/RestorativeSoilSpell.cs:
CS0117: Line 18: 'Server.Spells.Reagent' does not contain a definition for '
PetrifiedWood'
CS0117: Line 20: 'Server.Spells.Reagent' does not contain a definition for '
SpringWater'
+ Spells/Druid/Spells/SpringOfLifeSpell.cs:
CS0117: Line 18: 'Server.Spells.Reagent' does not contain a definition for '
SpringWater'
CS0117: Line 19: 'Server.Spells.Reagent' does not contain a definition for '
PetrifiedWood'
+ Spells/Druid/Spells/StoneCircleSpell.cs:
CS0117: Line 23: 'Server.Spells.Reagent' does not contain a definition for '
SpringWater'
+ Spells/Druid/Spells/SummonFireflySpell.cs:
CS0117: Line 17: 'Server.Spells.Reagent' does not contain a definition for '
Pumice'
+ Spells/Druid/Spells/SwarmofInsectsSpell.cs:
CS0117: Line 19: 'Server.Spells.Reagent' does not contain a definition for '
Pumice'
+ Spells/Druid/Spells/TreefellowSpell.cs:
CS0117: Line 16: 'Server.Spells.Reagent' does not contain a definition for '
SpringWater'
CS0117: Line 18: 'Server.Spells.Reagent' does not contain a definition for '
PetrifiedWood'
+ Spells/Druid/Spells/VolcanicEruption.cs:
CS0117: Line 18: 'Server.Spells.Reagent' does not contain a definition for '
Pumice'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.