okay well.. there was still a load of files with conversion errors but i listed the fixed ones as attachments
yet after fixing them all i get this again :
Code:
Spellbook.cs:
CS1502: Line 808: The best oberloaded method match for 'Server.Items.BaseRunicTool.ApplyAttributesTo<Server.Items.Baseweapon, bool, int, int, int, int>' hase some invalid arguments
CS1503: Line 808: Argument '1': cannot convert from 'Server.Items.Spellbook to 'Server.Items.Baseweapon'
LootPack.cs
CS1502: Line 667: The best oberloaded method match for 'Server.Items.BaseRunicTool.ApplyAttributesTo<Server.Items.Baseweapon, bool, int, int, int, int>' hase some invalid arguments
CS1503: Line 667: Argument '1': cannot convert from 'Server.Items.Basehat' to 'Server.Items.Baseweapon'
any idea bout this anyone ? well for now i hope i save you some time with these fixed ones here
*EDIT i got around this error by adding :
Code:
using System.Collections.Generic
instead of
Code:
using System.Collections;
at the Top of BaseRunicTool.cs

now i'm stuck with this :
Code:
Errors:
+ Items/Skill Items/Tools/BaseRunicTool.cs:
CS0246: Line 202: The type or namcespace name 'BitArray' could not be found (are you missing a using directive or an assembly reference?)