this error i keep getting....

Code:
--------------------------------------------------------------------------------

ServUO - [http://www.servuo.com] Version 0.5, Build 6036.22151
Publish 54
Core: Optimizing for 4 processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 1 errors, 12 warnings
Warnings:
 + Customs/[ServUO.com]-AddonEditor_Ver2/AddOnEditor_Att.cs:
    CS0108: Line 18: 'Server.Engines.XmlSpawner2.AddOnEditor_Att.Initialize()' h
ides inherited member 'Server.Engines.XmlSpawner2.XmlAttachment.Initialize()'. U
se the new keyword if hiding was intended.
 + Customs/Commands/StatBook.cs:
    CS0162: Line 142: Unreachable code detected
 + Customs/GemstoneFletching/DefJeweledBowCrafting.cs:
    CS0162: Line 101: Unreachable code detected
 + Customs/HSContent/Gumps/SecuritySettingsGump.cs:
    CS0219: Line 937: The variable 'isOwner' is assigned but its value is never
used
    CS0219: Line 1161: The variable 'playerToFind' is assigned but its value is
never used
 + Customs/HSContent/HighSea Boats/BoatPaint/PaintCan.cs:
    CS0168: Line 134: The variable 'p3d' is declared but never used
 + Customs/HSContent/HighSea Boats/Ships/BaseShip.cs:
    CS0472: Line 281: The result of the expression is always 'true' since a valu
e of type 'int' is never equal to 'null' of type 'int?'
    CS0472: Line 285: The result of the expression is always 'true' since a valu
e of type 'int' is never equal to 'null' of type 'int?'
    CS0472: Line 289: The result of the expression is always 'true' since a valu
e of type 'int' is never equal to 'null' of type 'int?'
 + Customs/HSContent/HighSea Boats/Ships/Galleons/GalleonComponents.cs:
    CS0472: Line 109: The result of the expression is always 'true' since a valu
e of type 'int' is never equal to 'null' of type 'int?'
 + Customs/OWLTR/New/Services/BulkOrders/LargeCarpenterBOD.cs:
    CS0219: Line 61: The variable 'name' is assigned but its value is never used

 + Customs/OWLTR/New/Services/BulkOrders/LargeFletcherBOD.cs:
    CS0219: Line 60: The variable 'name' is assigned but its value is never used

 + Items/Artifacts/Equipment/Jewelry/AnkhPendant.cs:
    CS0162: Line 64: Unreachable code detected
 + Mobiles/Normal/MyrmidexDrone.cs:
    CS1522: Line 96: Empty switch block
 + Mobiles/Normal/MyrmidexLarvae.cs:
    CS1522: Line 95: Empty switch block
Errors:
 + Customs/OWLTR/New/Services/BulkOrders/Tinker BODs/SmallTinkerBOD.cs:
    CS0117: Line 88: 'Server.Engines.BulkOrders.SmallBulkEntry' does not contain
 a definition for 'Tinker'
    CS0117: Line 90: 'Server.Engines.BulkOrders.SmallBulkEntry' does not contain
 a definition for 'Tinker'
    CS0117: Line 230: 'Server.Engines.BulkOrders.SmallBulkEntry' does not contai
n a definition for 'Tinker'
    CS0117: Line 232: 'Server.Engines.BulkOrders.SmallBulkEntry' does not contai
n a definition for 'Tinker'
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
[\code]

including my SmallTink vod and small bulkentry cs's

am not sure why i keep getting this error...
 

Attachments

  • SmallTinkerBOD.cs
    8.6 KB · Views: 4
  • SmallBulkEntry.cs
    4.2 KB · Views: 5
Did you create a Data/BulkOrders/Tinker file listing everything? Take a look in the Data files, large smith BOD & both the large & small BOD entry scripts to see how they set up the multiple listings.
 
Did you create a Data/BulkOrders/Tinker file listing everything? Take a look in the Data files, large smith BOD & both the large & small BOD entry scripts to see how they set up the multiple listings.

yes and am still getting that error...am lost as to why hehe...
 
Looking in the file and I see you try to access the tinker list by ".Tinker" yet you need to use TinkerCarp1 or whatever you want to use since Tinker is not defined as an property that returns an array of entries
 
Back