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!

ACC complete spell system issues on 2.5

chocobutter

Traveler
ok so apparently i dont have permissions to post the error on the thread its from...
but i put all the folders into scripts and this pops up


RunUO - [https://github.com/runuo/] Version 2.5.0.24991
Core: Running on .NET Framework Version 4.0.30319
Core: Optimizing for 4 64-bit processors
Core: Server garbage collection mode enabled
RandomImpl: CSPRandom (Software)
Scripts: Compiling C# scripts...failed (9 errors, 0 warnings)
Errors:
+ Complete Spell System/-=+ 01 Core/Icons Module/ApplyIcons.cs:
CS0234: Line 7: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
+ Complete Spell System/-=+ 01 Core/Icons Module/IconInfo.cs:
CS0234: Line 4: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
+ Complete Spell System/-=+ 01 Core/Icons Module/IconsModule.cs:
CS0234: Line 5: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
CS0246: Line 9: The type or namespace name 'Module' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 62: The type or namespace name 'Module' could not be found (are
you missing a using directive or an assembly reference?)
+ Complete Spell System/-=+ 01 Core/CastCommandsModule.cs:
CS0234: Line 5: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
CS0246: Line 9: The type or namespace name 'Module' could not be found (are
you missing a using directive or an assembly reference?)
CS0246: Line 88: The type or namespace name 'Module' could not be found (are
you missing a using directive or an assembly reference?)
+ Complete Spell System/-=+ 01 Core/CastInfo.cs:
CS0234: Line 4: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
+ Complete Spell System/-=+ 01 Core/CSS.cs:
CS0234: Line 9: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
CS0246: Line 13: The type or namespace name 'ACCSystem' could not be found (
are you missing a using directive or an assembly reference?)
CS0246: Line 103: The type or namespace name 'ACCGumpParams' could not be fo
und (are you missing a using directive or an assembly reference?)
CS0246: Line 111: The type or namespace name 'ACCGumpParams' could not be fo
und (are you missing a using directive or an assembly reference?)
+ Complete Spell System/-=+ 01 Core/IconPlacementGump.cs:
CS0234: Line 7: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
+ Complete Spell System/-=+ 01 Core/ScrollGump.cs:
CS0234: Line 6: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
+ Complete Spell System/-=+ 01 Core/SpellIconGump.cs:
CS0234: Line 9: The type or namespace name 'CM' does not exist in the namesp
ace 'Server.ACC' (are you missing an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.


using A_Li_N,
http://www.runuo.com/community/threads/acc-complete-spell-system.94891/

i did add in the IMBUING 2.5 but other than than its a pretty fresh install of 2.5 with nerun's distro
any help is appreciated again cant post on A_Li_N's thread
 
Top