on servuo 58 endless journey there is no anchor drop or raise? where can i set this true?


and on all shards i have ever been on there is for a boat only the north, south, west and east direction! what happened to ne,se,nw and sw? land is so modern and sea is so like my old atari 2600...
 
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
 
Back