View Single Post
Old 07-01-2006, 02:59 PM   #8 (permalink)
psycomantis
 
Join Date: Nov 2003
Posts: 34
Send a message via ICQ to psycomantis
Default

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?)
Attached Files
File Type: cs ElvenCompositeLongbow.cs (5.4 KB, 61 views)
File Type: cs ArmorPiercingDipTub.cs (4.8 KB, 58 views)
File Type: cs ExplosiveDipTub.cs (4.8 KB, 54 views)
File Type: cs FreezeDipTub.cs (4.7 KB, 52 views)
File Type: cs LightningDipTub.cs (4.8 KB, 54 views)
File Type: cs PoisonDipTub.cs (4.7 KB, 57 views)
File Type: cs Bow.cs (5.5 KB, 60 views)

Last edited by psycomantis; 07-01-2006 at 03:43 PM.
psycomantis is offline   Reply With Quote