BoDs

Name says it all
Locked
User avatar
anarchy
Legendary Scribe
Posts: 1610
Joined: Wed Nov 04, 2009 10:34 am

BoDs

Post by anarchy »

ok here's a question for all you peeps.

it's not in the wiki but i thought that the bods you get is determined by the level in the skill. let's take blacksmithing for example. when you first collect bods you'll notice you won't get any plat bods or anything of that nature. higher bods do not come into play till later. so i would have to guess that the bods you collect are determined by the skill you have. right? o.O

so let's say i put on enough blacksmithing gear for 150 blacksmithing. will that insure that i will get the best bods available?
in other words wear gear while harvesting bods?
Nelapsi
Legendary Scribe
Posts: 268
Joined: Thu Apr 15, 2010 11:16 am

Re: BoDs

Post by Nelapsi »

Nope, just a single chart in that script and if I remember correctly only thing skill determines is the chance of a large bod.
Zhivoi
Apprentice Scribe
Posts: 16
Joined: Sat Jun 18, 2011 8:15 am

Re: BoDs

Post by Zhivoi »

If you are talking about BS higher then 120 - yes. Because of if BS lower then 120 - chance to get colored items decreases.
Look this code from script part of EUO engine:

Code: Select all

...
case BulkMaterialType.DullCopper: skillReq = 65.0; break;
case BulkMaterialType.ShadowIron: skillReq = 70.0; break;
case BulkMaterialType.Copper: skillReq = 75.0; break;
case BulkMaterialType.Bronze: skillReq = 80.0; break;
case BulkMaterialType.Gold: skillReq = 85.0; break;
case BulkMaterialType.Agapite: skillReq = 90.0; break;
case BulkMaterialType.Verite: skillReq = 95.0; break;
...
Chance to get exceptional item:

Code: Select all

excChance = (theirSkill + 80.0) / 200.0;
So, with 120 skill you always get exceptional bod.

All this info about EUO, this server is EUO but with tonns of another code, so maybe this info not true.
[pm Quaternion
User avatar
+Colibri
Administrator
Posts: 4073
Joined: Sat Feb 25, 2006 4:08 pm
Location: static void Main

Re: BoDs

Post by +Colibri »

The chance of getting a large bod increases even if your skill is beyond 120, however there is no improvement on materials.
+Colibri, Administrator of UO Excelsior Shard

Don't know what the purpose of your life is? Well then make something up! ;)
(Old Colibrian proverb)
User avatar
anarchy
Legendary Scribe
Posts: 1610
Joined: Wed Nov 04, 2009 10:34 am

Re: BoDs

Post by anarchy »

ah ok was wondering if 150 blacksmithing would produce plat bods. thanks again everyone :)
User avatar
fingers
Legendary Scribe
Posts: 466
Joined: Tue Aug 05, 2008 2:32 am

Re: BoDs

Post by fingers »

Concerning bods, are the carpentry bods working atm? last 4 carpentry bods i turned in only gave me the gold as a reward.
User avatar
Adrias
Legendary Scribe
Posts: 426
Joined: Tue Sep 07, 2010 10:34 pm

Re: BoDs

Post by Adrias »

Carpenty BODS have been bugged for a long time. A lot of the reward tables contain an item called nails which do not exist on this server. So when you turn in your bod and you get the nails reward you actually don't get anything.
User avatar
fingers
Legendary Scribe
Posts: 466
Joined: Tue Aug 05, 2008 2:32 am

Re: BoDs

Post by fingers »

My bods were in the range of either saws or decorative items. perhaps the deco doesn't work either, or maybe some of the deco?
Locked