Hide acceptance on tailor keys
Hide acceptance on tailor keys
Would it be possible to make the tailor keys accept hides and cut leather? Right now they only accept cut leather, so have to cut the hides and then add to the keys. Would just save time and be a lot easier if could add the hides directly. I know it's possible as I've done it before, but doesn't appear to be setup that way on Ex. If memory serves me correctly, have to change the if statements for each leather type in the EndComine routine in order to accept leather or hides. By default it's only set to type Leather, and it's a 1-to-1 ratio for hides to cut leather so no extra calculations necessary. Be happy to offer my assistance if I can help somehow. Just would make life easier though for crafters and those collecting leather.
If we weren't all crazy, we'd go insane. J. Buffett
Re: Hide acceptance on tailor keys
Yeah the logs/boards on wood keys are already like this, good idea.
Re: Hide acceptance on tailor keys
I guess since I'm doing things with the other keys ill take a look at them but no ETA.
What will you do without freedom......
- OldManAlewar
- Legendary Scribe
- Posts: 408
- Joined: Sun Jan 06, 2008 3:42 pm
Re: Hide acceptance on tailor keys
it would probably come down to
and adding a line or two in the key gump
Code: Select all
onTarget(Item item)
{
if (item is Leater || item is Hides)
// do stuff to stuff it in the keys
}
Re: Hide acceptance on tailor keys
Yep, just the ontarget needs to be changed. As Old Man Alewar wrote. Nothing in the gump needs to be changed.
+Colibri, Administrator of UO Excelsior Shard
Don't know what the purpose of your life is? Well then make something up!
(Old Colibrian proverb)
Don't know what the purpose of your life is? Well then make something up!

(Old Colibrian proverb)
- Pip
- Legendary Scribe
- Posts: 235
- Joined: Sun Feb 26, 2006 8:33 am
- Location: North Florida USA
- Contact:
Re: Hide acceptance on tailor keys
while your adding.. why not add oil cloth to the tailor keys
Learn somthing new every day.....
Die and forget it all.....
Main Character Sacagawea (yes it's female and yes I am actually a Dude!)
Die and forget it all.....
Main Character Sacagawea (yes it's female and yes I am actually a Dude!)
- OldManAlewar
- Legendary Scribe
- Posts: 408
- Joined: Sun Jan 06, 2008 3:42 pm
Re: Hide acceptance on tailor keys
because nobody ever uses or needs those in any large amount.Pip wrote:while your adding.. why not add oil cloth to the tailor keys
in runUO youc an poison the same item over and over again

Re: Hide acceptance on tailor keys
Actually that's a good idea, will save the heck outta time while making tailors keys. Can do a few hundred before hand instead of having to do them each try. Spend a small amount of time on the coding end and save people time that make tailors keys.
- Pip
- Legendary Scribe
- Posts: 235
- Joined: Sun Feb 26, 2006 8:33 am
- Location: North Florida USA
- Contact:
Re: Hide acceptance on tailor keys
was anyone looking at placing the parasite plants, the switches, the luminescent fungi and the bark fragments on the wood keys?
Learn somthing new every day.....
Die and forget it all.....
Main Character Sacagawea (yes it's female and yes I am actually a Dude!)
Die and forget it all.....
Main Character Sacagawea (yes it's female and yes I am actually a Dude!)
Re: Hide acceptance on tailor keys
Nah, in that case soon we'll have every stackable on the keys.
+Colibri, Administrator of UO Excelsior Shard
Don't know what the purpose of your life is? Well then make something up!
(Old Colibrian proverb)
Don't know what the purpose of your life is? Well then make something up!

(Old Colibrian proverb)
Re: Hide acceptance on tailor keys
That's not entirely a bad thing, that junk is a pain in the ass to keep track of.
Re: Hide acceptance on tailor keys
Well you have a bag at your house where you organize all of these stackables.
+Colibri, Administrator of UO Excelsior Shard
Don't know what the purpose of your life is? Well then make something up!
(Old Colibrian proverb)
Don't know what the purpose of your life is? Well then make something up!

(Old Colibrian proverb)
Re: Hide acceptance on tailor keys
Yes, I do. They're a pain in the ass when I'm chopping and I end up with fungus and switches in my bag for several days because I couldn't see the stupid things.
- Pip
- Legendary Scribe
- Posts: 235
- Joined: Sun Feb 26, 2006 8:33 am
- Location: North Florida USA
- Contact:
Re: Hide acceptance on tailor keys
i wish we could turn them off like you do stone on the mining shovels.. i have no need for them.. like having a wood only gump v/s and everything gump
Learn somthing new every day.....
Die and forget it all.....
Main Character Sacagawea (yes it's female and yes I am actually a Dude!)
Die and forget it all.....
Main Character Sacagawea (yes it's female and yes I am actually a Dude!)
Re: Hide acceptance on tailor keys
might just be able to change the hue on them. but this is a very minor thing to look at right now
What will you do without freedom......