RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[RunUO 2.0 RC1] Lucid Nagual's <<_Custom BODs_>>

stryder

Wanderer
Errors?

Code:
RunUO - [[url]www.runuo.com][/url] Version 2.0, Build 2357.32527
Core: Running on .Net Framework Version 2.0.50727
Core: Optimizing for 4 processors
Scripts: Compiling C# Scripts...failed<1 errors, 0 warnings>
Errors:
  +  Custom Scripts/Lucid's Core v1 a/Lucid's Engines.cs
CS0234: Line 24: The type or namespace name 'LucidNagual' dooes not exist in the namespace 'Server' (are you missing an assembly reference?)
CS0246: Line 26: The type or namespace name 'Scripts' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 27: The type or namespace name 'Scripts' could not be found (are you missing a using directive or an assembly reference?)
CS0234: Line 28: The type or namespace 'Levelsystem' does not exist in the namespace 'Server' (are you missing an assembly reference?)
CS0246: Line 35: The type or namespace name 'ControlCenter' could not be found (are you missing a using directive or an assembly reference?)
 

3ly1n

Wanderer
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 (4 errors, 1 warnings)
Warnings:
Error:
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at Server.ScriptCompiler.Display(CompilerResults results)
at Server.ScriptCompiler.CompileCSScripts(Boolean debug, Assembly& assembly)
at Server.ScriptCompiler.Compile(Boolean debug)
at Server.Core.Main(String[] args)
This exception is fatal, press return to exit

That I must do to solve it? Explain it to me please.:(

For example:

CharacterCreation.cs

....

new WelcomeTimer( newChar ).Start();

*//* mod to attach the MobFactions attachment automatically to new chars
XmlAttach.AttachTo(newChar, new XmlMobFactions());
....
Inside * this one the mistake?
 
3ly1n;697568 said:
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 (4 errors, 1 warnings)
Warnings:
Error:
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at Server.ScriptCompiler.Display(CompilerResults results)
at Server.ScriptCompiler.CompileCSScripts(Boolean debug, Assembly& assembly)
at Server.ScriptCompiler.Compile(Boolean debug)
at Server.Core.Main(String[] args)
This exception is fatal, press return to exit

That I must do to solve it? Explain it to me please.:(

For example:

CharacterCreation.cs

....

new WelcomeTimer( newChar ).Start();

*//* mod to attach the MobFactions attachment automatically to new chars
XmlAttach.AttachTo(newChar, new XmlMobFactions());
....
Inside * this one the mistake?

That means the folder you have the scripts in has illegal characters, such as "/ < > +". Hope that helps.
 

theaxiom

Wanderer
I am receiving the following errors, and I do not know what file I have messed up or am missing. Any help would be greatly appreciated, thanks.

Code:
Errors:
 + Custom/Lucid/Custom BODs/Rewards/ElvenHairRestylingDeed.cs:
    CS0246: Line 97: The type or namespace name 'LongFeatherHair' could not be f
ound (are you missing a using directive or an assembly reference?)
    CS0246: Line 98: The type or namespace name 'ShortElfHair' could not be foun
d (are you missing a using directive or an assembly reference?)
    CS0246: Line 99: The type or namespace name 'Mullet' could not be found (are
 you missing a using directive or an assembly reference?)
    CS0246: Line 100: The type or namespace name 'FlowerHair' could not be found
 (are you missing a using directive or an assembly reference?)
    CS0246: Line 101: The type or namespace name 'LongBigKnobHair' could not be
found (are you missing a using directive or an assembly reference?)
    CS0246: Line 102: The type or namespace name 'LongBigBraidHair' could not be
 found (are you missing a using directive or an assembly reference?)
    CS0246: Line 103: The type or namespace name 'LongBigBunHair' could not be f
ound (are you missing a using directive or an assembly reference?)
    CS0246: Line 104: The type or namespace name 'SpikedHair' could not be found
 (are you missing a using directive or an assembly reference?)
    CS0246: Line 225: The type or namespace name 'LongFeatherHair' could not be
found (are you missing a using directive or an assembly reference?)
    CS0246: Line 226: The type or namespace name 'ShortElfHair' could not be fou
nd (are you missing a using directive or an assembly reference?)
    CS0246: Line 227: The type or namespace name 'Mullet' could not be found (ar
e you missing a using directive or an assembly reference?)
    CS0246: Line 228: The type or namespace name 'MidLongHair' could not be foun
d (are you missing a using directive or an assembly reference?)
    CS0246: Line 229: The type or namespace name 'LongBigKnobHair' could not be
found (are you missing a using directive or an assembly reference?)
    CS0246: Line 230: The type or namespace name 'LongBigBraidHair' could not be
 found (are you missing a using directive or an assembly reference?)
    CS0246: Line 231: The type or namespace name 'LongElfTwoHair' could not be f
ound (are you missing a using directive or an assembly reference?)
    CS0246: Line 232: The type or namespace name 'SpikedHair' could not be found
 (are you missing a using directive or an assembly reference?)
 

Rosey1

Wanderer
Ok I'm having problems with the instruments combining into the bods. It keep saying, this item is not in the request but I do have it in the smallbod.cs

[qcode] else if ( m_Type == null || (objectType != m_Type && !objectType.IsSubclassOf( m_Type )) || (!(o is BaseWeapon) && !(o is BaseArmor) && !(o is BaseClothing) && !(o is BaseRanged) && !(o is BaseStaff) && !(o is BaseShield) && !(o is BaseInstrument)) )
{
from.SendLocalizedMessage( 1045169 ); // The item is not in the request.
}[/code]

So what else could I be missing?
 

Jesserit

Wanderer
hello, i installed everything and updated it im running 2.0svn297 no matter what i do i keep these errors could somebody help me please these are some of the errors.. thankyou


CS0115: Line 24: 'Server.Items.ColdForgedBlade.GetDamageTypes(Server.Mobile,
out int, out int, out int, out int, out int, out int, out int)': no suitable me
thod found to override
+ Items/Weapons/ML Weapons/Artifacts/LuminousRuneBlade.cs:
CS0115: Line 24: 'Server.Items.LuminousRuneBlade.GetDamageTypes(Server.Mobil
e, out int, out int, out int, out int, out int, out int, out int)': no suitable
method found to override
+ Items/Weapons/ML Weapons/Artifacts/OverseerSunderedBlade.cs:
CS0115: Line 26: 'Server.Items.OverseerSunderedBlade.GetDamageTypes(Server.M
obile, out int, out int, out int, out int, out int, out int, out int)': no suita
ble method found to override
+ Items/Weapons/ML Weapons/Artifacts/PhantomStaff.cs:
CS0115: Line 22: 'Server.Items.PhantomStaff.GetDamageTypes(Server.Mobile, ou
t int, out int, out int, out int, out int, out int, out int)': no suitable metho
d found to override
+ Items/Weapons/PoleArms/Scythe.cs:
CS0115: Line 20: 'Server.Items.Scythe.MlSpeed': no suitable method found to
override
+ Items/Weapons/Ranged/Crossbow.cs:
CS0115: Line 23: 'Server.Items.Crossbow.MlSpeed': no suitable method found t
o override
+ Items/Weapons/SE Weapons/Lajatang.cs:
CS0115: Line 19: 'Server.Items.Lajatang.MlSpeed': no suitable method found t
o override
+ Items/Weapons/SE Weapons/Tekagi.cs:
CS0115: Line 19: 'Server.Items.Tekagi.MlSpeed': no suitable method found to
override
+ Items/Weapons/SE Weapons/Wakizashi.cs:
CS0115: Line 19: 'Server.Items.Wakizashi.MlSpeed': no suitable method found
to override
+ Items/Weapons/SpearsAndForks/BladedStaff.cs:
CS0115: Line 19: 'Server.Items.BladedStaff.MlSpeed': no suitable method foun
d to override
+ Items/Weapons/SpearsAndForks/DoubleBladedStaff.cs:
CS0115: Line 19: 'Server.Items.DoubleBladedStaff.MlSpeed': no suitable metho
d found to override
+ Items/Weapons/SpearsAndForks/Pike.cs:
CS0115: Line 19: 'Server.Items.Pike.MlSpeed': no suitable method found to ov
erride
+ Items/Weapons/SpearsAndForks/Pitchfork.cs:
CS0115: Line 19: 'Server.Items.Pitchfork.MlSpeed': no suitable method found
to override
+ Items/Weapons/SpearsAndForks/Spear.cs:
CS0115: Line 19: 'Server.Items.Spear.MlSpeed': no suitable method found to o
verride
+ Items/Weapons/SpearsAndForks/TribalSpear.cs:
CS0115: Line 19: 'Server.Items.TribalSpear.MlSpeed': no suitable method foun
d to override
+ Items/Weapons/Staves/ShepherdsCrook.cs:
CS0115: Line 21: 'Server.Items.ShepherdsCrook.MlSpeed': no suitable method f
ound to override
+ Items/Weapons/Swords/Broadsword.cs:
CS0115: Line 19: 'Server.Items.Broadsword.MlSpeed': no suitable method found
to override
+ Items/Weapons/Swords/CrescentBlade.cs:
CS0115: Line 19: 'Server.Items.CrescentBlade.MlSpeed': no suitable method fo
und to override
+ Items/Weapons/Swords/Scimitar.cs:
CS0115: Line 19: 'Server.Items.Scimitar.MlSpeed': no suitable method found t
o override
+ Items/Weapons/Swords/ThinLongsword.cs:
CS0115: Line 16: 'Server.Items.ThinLongsword.MlSpeed': no suitable method fo
und to override
+ Items/Weapons/Fists.cs:
CS0115: Line 26: 'Server.Items.Fists.MlSpeed': no suitable method found to o
verride
+ Mobiles/Animals/Mounts/LesserHiryu.cs:
CS0115: Line 119: 'Server.Mobiles.LesserHiryu.GetControlChance(Server.Mobile
, bool)': no suitable method found to override
+ Mobiles/Animals/Mounts/Ridgeback.cs:
CS0115: Line 48: 'Server.Mobiles.Ridgeback.GetControlChance(Server.Mobile, b
ool)': no suitable method found to override
+ Mobiles/Animals/Mounts/SavageRidgeback.cs:
CS0115: Line 48: 'Server.Mobiles.SavageRidgeback.GetControlChance(Server.Mob
ile, bool)': no suitable method found to override
+ Mobiles/Animals/Mounts/ScaledSwampDragon.cs:
CS0115: Line 47: 'Server.Mobiles.ScaledSwampDragon.GetControlChance(Server.M
obile, bool)': no suitable method found to override
+ Mobiles/Monsters/Misc/Melee/BladeSpirits.cs:
CS0115: Line 17: 'Server.Mobiles.BladeSpirits.GetFightModeRanking(Server.Mob
ile, Server.Mobiles.FightMode, bool)': no suitable method found to override
+ Mobiles/Monsters/Misc/Melee/EnergyVortex.cs:
CS0115: Line 17: 'Server.Mobiles.EnergyVortex.GetFightModeRanking(Server.Mob
ile, Server.Mobiles.FightMode, bool)': no suitable method found to override
+ Mobiles/Monsters/Reptile/Magic/CrimsonDragon.cs:
CS0115: Line 75: 'Server.Mobiles.CrimsonDragon.GivesMinorArtifact': no suita
ble method found to override
+ Mobiles/Monsters/SE/FireBeetle.cs:
CS0115: Line 80: 'Server.Mobiles.FireBeetle.GetControlChance(Server.Mobile,
bool)': no suitable method found to override
+ Mobiles/Vendors/NPC/Weaponsmith.cs:
CS0115: Line 92: 'Server.Mobiles.Weaponsmith.OnSuccessfulBulkOrderReceive(Se
rver.Mobile)': no suitable method found to override
+ Mobiles/Vendors/NPC/Weaver.cs:
CS0115: Line 74: 'Server.Mobiles.Weaver.OnSuccessfulBulkOrderReceive(Server.
Mobile)': no suitable method found to override
+ Skills/SpiritSpeak.cs:
CS1715: Line 87: 'Server.SkillHandlers.SpiritSpeak.SpiritSpeakSpell.CastDela
yFastScalar': type must be 'int' to match overridden member 'Server.Spells.Spell
.CastDelayFastScalar'
CS1715: Line 88: 'Server.SkillHandlers.SpiritSpeak.SpiritSpeakSpell.CastDela
yBase': type must be 'int' to match overridden member 'Server.Spells.Spell.CastD
elayBase'
+ Spells/Base/MagerySpell.cs:
CS1715: Line 108: 'Server.Spells.MagerySpell.CastDelayBase': type must be 'i
nt' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Bushido/SamuraiSpell.cs:
CS1715: Line 22: 'Server.Spells.Bushido.SamuraiSpell.CastDelayFastScalar': t
ype must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayFastS
calar'
+ Spells/Bushido/Confidence.cs:
CS1715: Line 17: 'Server.Spells.Bushido.Confidence.CastDelayBase': type must
be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Bushido/CounterAttack.cs:
CS1715: Line 18: 'Server.Spells.Bushido.CounterAttack.CastDelayBase': type m
ust be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Bushido/Evasion.cs:
CS1715: Line 18: 'Server.Spells.Bushido.Evasion.CastDelayBase': type must be
'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Chivalry/CleanseByFire.cs:
CS1715: Line 17: 'Server.Spells.Chivalry.CleanseByFireSpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase
'
+ Spells/Chivalry/CloseWounds.cs:
CS1715: Line 18: 'Server.Spells.Chivalry.CloseWoundsSpell.CastDelayBase': ty
pe must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Chivalry/ConsecrateWeapon.cs:
CS1715: Line 17: 'Server.Spells.Chivalry.ConsecrateWeaponSpell.CastDelayBase
': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayB
ase'
+ Spells/Chivalry/DispelEvil.cs:
CS1715: Line 19: 'Server.Spells.Chivalry.DispelEvilSpell.CastDelayBase': typ
e must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Chivalry/DivineFury.cs:
CS1715: Line 17: 'Server.Spells.Chivalry.DivineFurySpell.CastDelayBase': typ
e must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Chivalry/EnemyOfOne.cs:
CS1715: Line 19: 'Server.Spells.Chivalry.EnemyOfOneSpell.CastDelayBase': typ
e must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Chivalry/HolyLight.cs:
CS1715: Line 17: 'Server.Spells.Chivalry.HolyLightSpell.CastDelayBase': type
must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Chivalry/NobleSacrifice.cs:
CS1715: Line 23: 'Server.Spells.Chivalry.NobleSacrificeSpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBas
e'
+ Spells/Chivalry/RemoveCurse.cs:
CS1715: Line 19: 'Server.Spells.Chivalry.RemoveCurseSpell.CastDelayBase': ty
pe must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Chivalry/SacredJourney.cs:
CS1715: Line 19: 'Server.Spells.Chivalry.SacredJourneySpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase
'
+ Spells/Fourth/ArchCure.cs:
CS1715: Line 32: 'Server.Spells.Fourth.ArchCureSpell.CastDelayBase': type mu
st be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/NecromancerSpell.cs:
CS1715: Line 18: 'Server.Spells.Necromancy.NecromancerSpell.CastDelayFastSca
lar': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDel
ayFastScalar'
+ Spells/Necromancy/AnimateDeadSpell.cs:
CS1715: Line 22: 'Server.Spells.Necromancy.AnimateDeadSpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase
'
+ Spells/Necromancy/BloodOathSpell.cs:
CS1715: Line 18: 'Server.Spells.Necromancy.BloodOathSpell.CastDelayBase': ty
pe must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/CorpseSkin.cs:
CS1715: Line 19: 'Server.Spells.Necromancy.CorpseSkinSpell.CastDelayBase': t
ype must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'

+ Spells/Necromancy/CurseWeapon.cs:
CS1715: Line 18: 'Server.Spells.Necromancy.CurseWeaponSpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase
'
+ Spells/Necromancy/EvilOmen.cs:
CS1715: Line 20: 'Server.Spells.Necromancy.EvilOmenSpell.CastDelayBase': typ
e must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/Exorcism.cs:
CS1715: Line 23: 'Server.Spells.Necromancy.ExorcismSpell.CastDelayBase': typ
e must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/HorrificBeast.cs:
CS1715: Line 19: 'Server.Spells.Necromancy.HorrificBeastSpell.CastDelayBase'
: type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBa
se'
+ Spells/Necromancy/LichForm.cs:
CS1715: Line 20: 'Server.Spells.Necromancy.LichFormSpell.CastDelayBase': typ
e must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/MindRot.cs:
CS1715: Line 20: 'Server.Spells.Necromancy.MindRotSpell.CastDelayBase': type
must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/PainSpike.cs:
CS1715: Line 19: 'Server.Spells.Necromancy.PainSpikeSpell.CastDelayBase': ty
pe must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/PoisonStrike.cs:
CS1715: Line 18: 'Server.Spells.Necromancy.PoisonStrikeSpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBas
e'
+ Spells/Necromancy/Strangle.cs:
CS1715: Line 19: 'Server.Spells.Necromancy.StrangleSpell.CastDelayBase': typ
e must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/SummonFamiliar.cs:
CS1715: Line 22: 'Server.Spells.Necromancy.SummonFamiliarSpell.CastDelayBase
': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayB
ase'
+ Spells/Necromancy/VampiricEmbrace.cs:
CS1715: Line 20: 'Server.Spells.Necromancy.VampiricEmbraceSpell.CastDelayBas
e': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelay
Base'
+ Spells/Necromancy/VengefulSpirit.cs:
CS1715: Line 21: 'Server.Spells.Necromancy.VengefulSpiritSpell.CastDelayBase
': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayB
ase'
+ Spells/Necromancy/Wither.cs:
CS1715: Line 20: 'Server.Spells.Necromancy.WitherSpell.CastDelayBase': type
must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Necromancy/WraithForm.cs:
CS1715: Line 19: 'Server.Spells.Necromancy.WraithFormSpell.CastDelayBase': t
ype must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'

+ Spells/Ninjitsu/NinjaSpell.cs:
CS1715: Line 24: 'Server.Spells.Ninjitsu.NinjaSpell.CastDelayFastScalar': ty
pe must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayFastSc
alar'
+ Spells/Ninjitsu/AnimalForm.cs:
CS1715: Line 35: 'Server.Spells.Ninjitsu.AnimalForm.CastDelayBase': type mus
t be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Ninjitsu/MirrorImage.cs:
CS1715: Line 52: 'Server.Spells.Ninjitsu.MirrorImage.CastDelayBase': type mu
st be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Ninjitsu/ShadowJump.cs:
CS1715: Line 18: 'Server.Spells.Ninjitsu.Shadowjump.CastDelayBase': type mus
t be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'
+ Spells/Spellweaving/ArcaneCircle.cs:
CS1715: Line 15: 'Server.Spells.Spellweaving.ArcaneCircleSpell.CastDelayBase
': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayB
ase'
+ Spells/Spellweaving/ArcaneEmpowerment.cs:
CS1715: Line 13: 'Server.Spells.Spellweaving.ArcaneEmpowermentSpell.CastDela
yBase': type must be 'int' to match overridden member 'Server.Spells.Spell.CastD
elayBase'
+ Spells/Spellweaving/AttuneWeapon.cs:
CS1715: Line 14: 'Server.Spells.Spellweaving.AttuneWeaponSpell.CastDelayBase
': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayB
ase'
+ Spells/Spellweaving/DryadAllure.cs:
CS1715: Line 15: 'Server.Spells.Spellweaving.DryadAllureSpell.CastDelayBase'
: type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBa
se'
+ Spells/Spellweaving/EssenceOfWind.cs:
CS1715: Line 14: 'Server.Spells.Spellweaving.EssenceOfWindSpell.CastDelayBas
e': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelay
Base'
+ Spells/Spellweaving/EtherealVoyage.cs:
CS1715: Line 12: 'Server.Spells.Spellweaving.EtherealVoyageSpell.CastDelayBa
se': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDela
yBase'
+ Spells/Spellweaving/GiftOfLife.cs:
CS1715: Line 17: 'Server.Spells.Spellweaving.GiftOfLifeSpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBas
e'
+ Spells/Spellweaving/GiftOfRenewal.cs:
CS1715: Line 15: 'Server.Spells.Spellweaving.GiftOfRenewalSpell.CastDelayBas
e': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelay
Base'
+ Spells/Spellweaving/ImmolatingWeapon.cs:
CS1715: Line 14: 'Server.Spells.Spellweaving.ImmolatingWeaponSpell.CastDelay
Base': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDe
layBase'
+ Spells/Spellweaving/NatureFury.cs:
CS1715: Line 15: 'Server.Spells.Spellweaving.NatureFurySpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBas
e'
+ Spells/Spellweaving/ReaperForm.cs:
CS1715: Line 13: 'Server.Spells.Spellweaving.ReaperFormSpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBas
e'
+ Spells/Spellweaving/SummonFey.cs:
CS1715: Line 13: 'Server.Spells.Spellweaving.SummonFeySpell.CastDelayBase':
type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase
'
+ Spells/Spellweaving/SummonFiend.cs:
CS1715: Line 13: 'Server.Spells.Spellweaving.SummonFiendSpell.CastDelayBase'
: type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBa
se'
+ Spells/Spellweaving/Thunderstorm.cs:
CS1715: Line 14: 'Server.Spells.Spellweaving.ThunderstormSpell.CastDelayBase
': type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayB
ase'
+ Spells/Spellweaving/Wildfire.cs:
CS1715: Line 15: 'Server.Spells.Spellweaving.WildfireSpell.CastDelayBase': t
ype must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBase'

+ Spells/Spellweaving/WordOfDeath.cs:
CS1715: Line 14: 'Server.Spells.Spellweaving.WordOfDeathSpell.CastDelayBase'
: type must be 'int' to match overridden member 'Server.Spells.Spell.CastDelayBa
se'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Top