Ether, fantastic work...spent all weekend manually merging and then this comes along.
Just downloaded the latest pub and did a clean install and threw in all the files. I'm running the latest client (which includes Elodoronrorn or whatever 7.0.49.62) and ran into a bunch of issues with Humility since that was the last of the virtues to be completed.
Error is below...however I went ahead and took a look at the latest ServUO playermobile.cs and basecreature.cs and merged everything missing in yours *very* carefully and got it working! I'm looking at Hammerhands New BOD system and will try to mash that all together with the wood hue fix and throw up a repack of the entire shard.
Obviously this hasn't been tested extensively but i filled a handful of fletcher/carp bods and they worked great.
Anyway here's the updated files for the latest client/servuo for those interested. Keep up the great work!
-Alch
--------------------------------------------------------------------------------
ServUO - [
http://www.servuo.com] Version 0.5, Build 5982.18220
Publish 54
Core: Optimizing for 8 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 3 errors, 2 warnings
Warnings:
+ Services/BulkOrders/SmallBOD.cs:
CS0105: Line 6: The using directive for 'Server.Items' appeared previously i
n this namespace
+ Items/Artifacts/Equipment/Jewelry/AnkhPendant.cs:
CS0162: Line 64: Unreachable code detected
Errors:
+ Misc/Keywords.cs:
CS1061: Line 59: 'Server.Mobiles.PlayerMobile' does not contain a definition
for 'HumilityHunt' and no extension method 'HumilityHunt' accepting a first arg
ument of type 'Server.Mobiles.PlayerMobile' could be found (are you missing a us
ing directive or an assembly reference?)
CS1061: Line 59: 'Server.Mobiles.PlayerMobile' does not contain a definition
for 'HumilityHuntLastEnded' and no extension method 'HumilityHuntLastEnded' acc
epting a first argument of type 'Server.Mobiles.PlayerMobile' could be found (ar
e you missing a using directive or an assembly reference?)
CS1061: Line 65: 'Server.Mobiles.PlayerMobile' does not contain a definition
for 'HumilityHunt' and no extension method 'HumilityHunt' accepting a first arg
ument of type 'Server.Mobiles.PlayerMobile' could be found (are you missing a us
ing directive or an assembly reference?)
CS1061: Line 66: 'Server.Mobiles.PlayerMobile' does not contain a definition
for 'HumilityHuntLastEnded' and no extension method 'HumilityHuntLastEnded' acc
epting a first argument of type 'Server.Mobiles.PlayerMobile' could be found (ar
e you missing a using directive or an assembly reference?)
CS1061: Line 68: 'Server.Mobiles.PlayerMobile' does not contain a definition
for 'HumilityHunt' and no extension method 'HumilityHunt' accepting a first arg
ument of type 'Server.Mobiles.PlayerMobile' could be found (are you missing a us
ing directive or an assembly reference?)
CS1061: Line 90: 'Server.Mobiles.PlayerMobile' does not contain a definition
for 'HumilityHuntLastEnded' and no extension method 'HumilityHuntLastEnded' acc
epting a first argument of type 'Server.Mobiles.PlayerMobile' could be found (ar
e you missing a using directive or an assembly reference?)
CS1061: Line 96: 'Server.Mobiles.PlayerMobile' does not contain a definition
for 'HumilityHunt' and no extension method 'HumilityHunt' accepting a first arg
ument of type 'Server.Mobiles.PlayerMobile' could be found (are you missing a us
ing directive or an assembly reference?)
+ Misc/RegenRates.cs:
CS1061: Line 98: 'Server.Mobiles.BaseCreature' does not contain a definition
for 'HumilityBuff' and no extension method 'HumilityBuff' accepting a first arg
ument of type 'Server.Mobiles.BaseCreature' could be found (are you missing a us
ing directive or an assembly reference?)
CS1061: Line 100: 'Server.Mobiles.BaseCreature' does not contain a definitio
n for 'HumilityBuff' and no extension method 'HumilityBuff' accepting a first ar
gument of type 'Server.Mobiles.BaseCreature' could be found (are you missing a u
sing directive or an assembly reference?)
+ Services/Virtues/Humility.cs:
CS1061: Line 45: 'Server.Mobiles.BaseCreature' does not contain a definition
for 'HumilityBuff' and no extension method 'HumilityBuff' accepting a first arg
ument of type 'Server.Mobiles.BaseCreature' could be found (are you missing a us
ing directive or an assembly reference?)
CS1061: Line 48: 'Server.Mobiles.BaseCreature' does not contain a definition
for 'HumilityBuff' and no extension method 'HumilityBuff' accepting a first arg
ument of type 'Server.Mobiles.BaseCreature' could be found (are you missing a us
ing directive or an assembly reference?)
CS1061: Line 51: 'Server.Mobiles.BaseCreature' does not contain a definition
for 'HumilityBuff' and no extension method 'HumilityBuff' accepting a first arg
ument of type 'Server.Mobiles.BaseCreature' could be found (are you missing a us
ing directive or an assembly reference?)
CS1061: Line 91: 'Server.Mobiles.BaseCreature' does not contain a definition
for 'HumilityBuff' and no extension method 'HumilityBuff' accepting a first arg
ument of type 'Server.Mobiles.BaseCreature' could be found (are you missing a us
ing 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.