Kamras
Member
To start off, I need to make it clear. I'm running a custom server (no real core mods) but a lost of custom content, so upgrading to the newest distro isn't really an option for me (unless I want to spend a week or two migrating code). So I'm sure all that is missing is just an update from the newest distro to get VNc to work. I just cant identify where the update is. If someone can point me to the update I need to merge into my server please let me know. Here is the compile errors when using VNc.
So obviously I need the class IDamageable, just not sure where to find it.
I'm not sure if this is the end of the errors but it's a start...
So obviously I need the class IDamageable, just not sure where to find it.
Code:
Errors:
+ Custom Systems/VitaNex/Extensions/Server/RegionExt.cs:
CS0246: Line 232: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 391: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 391: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 457: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 527: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
+ Custom Systems/VitaNex/Items/Throwables/AtMobiles/Fun/HauntedMomento.cs:
CS0246: Line 34: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 251: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
+ Custom Systems/VitaNex/Modules/AutoPVP/Objects/Regions.cs:
CS0246: Line 81: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 228: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 228: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 298: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 374: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
+ Custom Systems/VitaNex/Services/Notoriety/Notoriety.cs:
CS0246: Line 162: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or an assembly reference?)
CS0246: Line 207: The type or namespace name 'IDamageable' could not be found (are you missing a using directive or 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.
I'm not sure if this is the end of the errors but it's a start...