UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[COMPLETE] tailor bods (missing footwear)

Status
Not open for further replies.
Re: tailor bods (missing gypsy's)

The title isn't right. Is Footwear Collection missing, not Gypsy'.

Anyway, I can't check it. Someone with an insane number of bods can confirm there are no colored leather footwear bods?
 
Footwear Collection missing / tailor bods

osd_daedalus;580653 said:
The title isn't right. Is Footwear Collection missing, not Gypsy'.

Anyway, I can't check it. Someone with an insane number of bods can confirm there are no colored leather footwear bods?
i never saw any on demise. I made bunch of bods and got large of footwear in returning. One time someone told me its not existing on demise.
 

Oaks

Knight
Re: tailor bods (missing gypsy's)

Just had a quick look in one bod book of mine and it has a few spined boots, shoes, sandals, horned thigh boots, sandals, and barbed shoes small bods.
 
Footwear Collection missing / tailor bods

Oaks;580668 said:
Just had a quick look in one bod book of mine and it has a few spined boots, shoes, sandals, horned thigh boots, sandals, and barbed shoes small bods.
but there arent any larges, do you have them?
 

Dexter-LoM

Knight
Re: [Needs Confirmation] tailor bods (missing footwear)

ok Yes we are missing the 4 part large on demise ,,
i read the same as Oaks and was going to say i have tons of small but no large

yes large are missing and you will never see one on demise

SO YES ITS A BUG
 

LadyCrimson

Wanderer
Re: [Needs Confirmation] tailor bods (missing footwear)

I will spend some time tonight making a mess with large BODs to check.
 
Re: tailor bods (missing gypsy's)

osd_daedalus;580653 said:
The title isn't right. Is Footwear Collection missing, not Gypsy'.

Anyway, I can't check it. Someone with an insane number of bods can confirm there are no colored leather footwear bods?

No Coloured Footwear LARGES here for sure.

FE
 
Re: [Needs Confirmation] tailor bods (missing footwear)

on a separate but related note - I found this in Publish 50 too:

Increased chance for GM smiths to get a hued BOD: +20% at 110 skill, +40% at 120 skill

BODs now have a 10 second wait time between turnins

Increased chance of receiving a Valorite BOD

Somewhere (maybe a 5 on Friday?) I found a reference saying it was a "very small" increase to Val bod chance. But I can't find it right now...

FE
 
Re: [Needs Confirmation] tailor bods (missing footwear)

Feersum Endjinn;580903 said:
on a separate but related note - I found this in Publish 50 too:







Somewhere (maybe a 5 on Friday?) I found a reference saying it was a "very small" increase to Val bod chance. But I can't find it right now...

FE
i even had read it somewhere here on demise that chance has increased by some 0,XXX %, i dont remember exactly quantiny but i think it should go ;)
 
Re: [Needs Confirmation] tailor bods (missing footwear)

A fix for missing Large Tailor BOD (Footwear).

According to script it is impossible to get anything other than normal leather footwear.

Code:
                case  9: entries = LargeBulkEntry.ConvertEntries( this, LargeBulkEntry.ShoeSet ); break;
There is no reference to useMaterials as you see in the ones that can be made using other than normal leather.

Code:
                case 10: entries = LargeBulkEntry.ConvertEntries( this, LargeBulkEntry.StuddedSet ); useMaterials = true; break;
The ShoeSet should have useMaterials = true in the code line.

I verified this by removing all other large tailor type bods from the scripts and docs. tested before code update and only regular leather footwear large bods were created. After code was inserted/modified I was able to get leather other than regular leather.

This fix it will make the other leathers available in the shoe set large tailor bod.
 

Attachments

  • Large Tailor BOD.diff
    1,023 bytes · Views: 4

uome

Bug Hunter
Re: [Needs Confirmation] tailor bods (missing footwear)

Callandor2k;581368 said:
A fix for missing Large Tailor BOD (Footwear).
Checked and no problems found. :)
If someone else wants to check too that would be great.
 
Re: [Needs Confirmation] tailor bods (missing footwear)

uome;581708 said:
Checked and no problems found. :)
If someone else wants to check too that would be great.


You getting large tailor footwear bods in leather other than normal without the fix I posted?

Or you replying to no problems found verifying the fix?
 

uome

Bug Hunter
Re: [Needs Confirmation] tailor bods (missing footwear)

Tested your fix and it all seems to be doing what it should.
Nice work.
 
Re: [READY] tailor bods (missing footwear)

I have just noticed this is a Publish 50 feature:
[SIZE=-1]Large footwear BODs should now be available in hues
[/SIZE]
so, a Core.ML statement is necessary.

I'll try to figure a patch for it, since it's also in RC.

edit: I believe this line:
Code:
case  9: entries = LargeBulkEntry.ConvertEntries( this, LargeBulkEntry.ShoeSet ); useMaterials = [COLOR=Red]true[/COLOR]; break;
should be substituted by this:
Code:
case  9: entries = LargeBulkEntry.ConvertEntries( this, LargeBulkEntry.ShoeSet ); useMaterials = [COLOR=Red]Core.ML[/COLOR]; break;
I'm preparing a patch... patch prepared.
Updating RC also...
 

Attachments

  • shoelbod.diff
    1.1 KB · Views: 0
Status
Not open for further replies.
Top