Gedron
Master
Well some of us like to pvp excessively and have our slots filled!
Actually this needs to be confirmed by staff only.
Default setting in runuo is as this.
Higher skill (above 70.1) means chance of LBOD,
below 70.1 no chance to obtain LBOD.
Which means you can obtain any kind of small bod every 3 hours @skill 70.0
Code:if ( theirSkill >= 70.1 && ((theirSkill - 40.0) / 300.0) > Utility.RandomDouble() ) return new LargeTailorBOD(); return SmallTailorBOD.CreateRandomFor( from );