Aquila
Initiate
Hey guys,
Me and my buddy are running Runuo 2.5 and i go to put xmlspawner 2.0 into the customs for the simple install method and it gives me all of these errors! Help please!
Thank you in advance!
Me and my buddy are running Runuo 2.5 and i go to put xmlspawner 2.0 into the customs for the simple install method and it gives me all of these errors! Help please!
Thank you in advance!
Code:
Errors:
+ Custom Scripts/XmlSpawner Core/XmlAttach/XmlAttach.cs:
CS0019: Line 2375: Operator '>=' cannot be applied to operands of type 'Syst
em.DateTime' and 'long'
+ Custom Scripts/XmlSpawner Core/XmlAttachments/XmlAddFaction.cs:
CS0246: Line 86: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0103: Line 86: The name 'XmlMobFactions' does not exist in the current con
text
CS0246: Line 89: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 89: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0103: Line 95: The name 'XmlMobFactions' does not exist in the current con
text
CS0246: Line 98: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 101: The type or namespace name 'XmlMobFactions' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0246: Line 130: The type or namespace name 'XmlMobFactions' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0103: Line 130: The name 'XmlMobFactions' does not exist in the current co
ntext
CS0246: Line 133: The type or namespace name 'XmlMobFactions' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0246: Line 133: The type or namespace name 'XmlMobFactions' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0103: Line 139: The name 'XmlMobFactions' does not exist in the current co
ntext
CS0246: Line 143: The type or namespace name 'XmlMobFactions' could not be f
ound (are you missing a using directive or an assembly reference?)
CS0246: Line 146: The type or namespace name 'XmlMobFactions' could not be f
ound (are you missing a using directive or an assembly reference?)
+ Custom Scripts/XmlSpawner Core/XmlAttachments/XmlAddFactionCredits.cs:
CS0246: Line 70: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 70: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 70: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 96: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 96: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 96: The type or namespace name 'XmlMobFactions' could not be fo
und (are you missing a using directive or an assembly reference?)
+ Custom Scripts/XmlSpawner Core/XmlPropsGumps/XmlSetGump.cs:
CS1502: Line 271: The best overloaded method match for 'Server.Gumps.SetBody
Gump.SetBodyGump(System.Reflection.PropertyInfo, Server.Mobile, object, System.C
ollections.Generic.Stack<Server.Gumps.StackEntry>, int, System.Collections.Array
List)' has some invalid arguments
CS1503: Line 271: Argument 4: cannot convert from 'System.Collections.Stack'
to 'System.Collections.Generic.Stack<Server.Gumps.StackEntry>'