demented
Member
got just about everything merge...wth the exception of these errors:
I've looked and looked and merged and re-merged...and am not sure what i am missing...any insight would be greaty appreciated...Thnkx in advanced...........
Code:
--------------------------------------------------------------------------------
ServUO - [http://www.servuo.com] Version 0.5, Build 6024.40277
Publish 54
Core: Running with arguments: -debug
Core: Optimizing for 4 processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Accounts.AccountsPerIp=1
Accounts.AutoCreateAccounts=true
Accounts.@RestrictDeletion=true
Accounts.DeleteDelay=07:00:00:00
Accounts.PasswordCommandEnabled=false
Accounts.ProtectPasswords=NewCrypt
AutoSave.Enabled=true
AutoSave.Frequency=00:00:05:00
AutoSave.WarningTime=00:00:00:15
Champions.Enabled=true
Champions.RotateDelay=01:00:00:00
Champions.GoldPiles=50
Champions.GoldMin=2500
Champions.GoldMax=7500
Champions.HarrowerGoldPiles=75
Champions.HarrowerGoldMin=5000
Champions.HarrowerGoldMax=10000
Champions.PowerScrolls=16
Champions.StatScrolls=16
Champions.ScrollChance=0.1
Champions.TranscendenceChance=50.0
Champions.Rank2RedSkulls=5
Champions.Rank3RedSkulls=10
Champions.Rank4RedSkulls=13
Champions.Rank1MaxKills=256
Champions.Rank2MaxKills=128
Champions.Rank3MaxKills=64
Champions.Rank4MaxKills=32
DataPath.@CustomPath=..\muls
DataPath.IgnoreStandardPaths=False
Expansion.CurrentExpansion=TOL
Factions.NewCoMLocation=True
Housing.AccountHouseLimit=1
Loot.Enabled=True
Loot.FeluccaLuckBonus=1000
Loot.FeluccaBudgetBonus=100
PlayerCaps.SkillCap=1000
PlayerCaps.TotalSkillCap=140000
PlayerCaps.TotalStatCap=600
PlayerCaps.StatCap=200
PlayerCaps.EnablePlayerStatTimeDelay=false
PlayerCaps.PlayerStatTimeDelay=00:00:05:00
PlayerCaps.EnablePetStatTimeDelay=false
PlayerCaps.PetStatTimeDelay=00:00:05:00
PlayerCaps.@EnableAntiMacro=false
PlayerCaps.PlayerChanceToGainStats=10.0
PlayerCaps.PetChanceToGainStats=5.0
Server.Name=DreamScape
Server.AutoDetect=true
Server.@Address=
Server.@Port=2593
Staff.Staffbody=False
Staff.UseColoring=True;
Staff.GiveBoots=True
Staff.CutHair=False
Staff.CutFacialHair=False
Staff.Owner=1001
Staff.Developer=1001
Staff.Administrator=1001
Staff.Seer=467
Staff.GameMaster=39
Staff.Counselor=3
TestCenter.Enabled=true
TreasureMaps.Enabled=True
TreasureMaps.LootChance=.01
TreasureMaps.ResetTime=30.0
VetRewards.Enabled=true
VetRewards.AgeCheckOnUse=false
VetRewards.SkillCapRewards=False
VetRewards.SkillCapBonus=200
VetRewards.SkillCapBonusLevels=4
VetRewards.RewardInterval=30:00:00:00
VetRewards.StartingLevel=0
XmlSpawner2.Sockets=true
XmlSpawner2.Points=true
XmlSpawner2.Factions=false
Scripts: Compiling C# scripts...Failed with: 3 errors, 10 warnings
Warnings:
+ Items/- BaseClasses/BaseRunicTool.cs:
CS0108: Line 51: 'Server.Items.BaseRunicTool.m_Resource' hides inherited mem
ber 'Server.Items.BaseTool.m_Resource'. Use the new keyword if hiding was intend
ed.
CS0108: Line 102: 'Server.Items.BaseRunicTool.Resource' hides inherited memb
er 'Server.Items.BaseTool.Resource'. Use the new keyword if hiding was intended.
+ 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.
+ Commands/GenTeleporter.cs:
CS0219: Line 85: The variable 'count' is assigned but its value is never use
d
+ 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?'
+ Items/Artifacts/AnkhPendant.cs:
CS0162: Line 64: Unreachable code detected
Errors:
+ Customs/OWLTR/Distros/Mobiles/PlayerMobile.cs:
CS1061: Line 2061: 'Server.Item' does not contain a definition for 'GetInsur
anceCost' and no extension method 'GetInsuranceCost' accepting a first argument
of type 'Server.Item' could be found (are you missing a using directive or an as
sembly reference?)
CS1061: Line 3074: 'Server.Item' does not contain a definition for 'GetInsur
anceCost' and no extension method 'GetInsuranceCost' accepting a first argument
of type 'Server.Item' could be found (are you missing a using directive or an as
sembly reference?)
CS1061: Line 2263: 'Server.Item' does not contain a definition for 'GetInsur
anceCost' and no extension method 'GetInsuranceCost' accepting a first argument
of type 'Server.Item' could be found (are you missing a using directive or an as
sembly reference?)
CS1061: Line 2288: 'Server.Item' does not contain a definition for 'GetInsur
anceCost' and no extension method 'GetInsuranceCost' accepting a first argument
of type 'Server.Item' could be found (are you missing a using directive or an as
sembly reference?)
CS1061: Line 2293: 'Server.Item' does not contain a definition for 'GetInsur
anceCost' and no extension method 'GetInsuranceCost' accepting a first argument
of type 'Server.Item' could be found (are you missing a using directive or an as
sembly reference?)
+ Items/Maps/TreasureMap.cs:
CS0103: Line 285: The name 'Facet' does not exist in the current context
CS0103: Line 704: The name 'Facet' does not exist in the current context
CS0103: Line 784: The name 'Facet' does not exist in the current context
CS0103: Line 838: The name 'Facet' does not exist in the current context
CS0103: Line 840: The name 'Facet' does not exist in the current context
CS0103: Line 842: The name 'Facet' does not exist in the current context
CS0103: Line 844: The name 'Facet' does not exist in the current context
CS0103: Line 846: The name 'Facet' does not exist in the current context
CS0103: Line 848: The name 'Facet' does not exist in the current context
CS0103: Line 890: The name 'Facet' does not exist in the current context
CS0103: Line 894: The name 'Facet' does not exist in the current context
CS0103: Line 945: The name 'Facet' does not exist in the current context
CS1061: Line 1068: 'Server.Items.TreasureMap' does not contain a definition
for 'Facet' and no extension method 'Facet' accepting a first argument of type '
Server.Items.TreasureMap' could be found (are you missing a using directive or a
n assembly reference?)
+ Misc/Keywords.cs:
CS0246: Line 70: The type or namespace name 'HumilityGump' could not be foun
d (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've looked and looked and merged and re-merged...and am not sure what i am missing...any insight would be greaty appreciated...Thnkx in advanced...........