Id download an earlier version of ServUO and compare the 2 baseboat.cs
Actually, look for
case 0x6A: if (!Core.HS) LowerAnchor(true); break;
case 0x6B: if (!Core.HS) RaiseAnchor(true); break;
As you can see, those commands are only available if you use ERAs before HS.. just change that