ScriptUO

Scripting Resources & Utilities => Orion UO Client => Orion UO Scripts => Topic started by: Ali on October 31, 2022, 11:26:35 AM

Title: Combine and Commodify
Post by: Ali on October 31, 2022, 11:26:35 AM
Combine and Commodify Resources

Commodifier Call Variants:
    Commodifier(stackSize);
    Commodifier(stackSize, useCommodityDeeds);
    Commodifier(stackSize, useCommodityDeeds, useSpecificArray);
Arguments:
    stackSize: integer. Size of stacks to create.
    useCommodityDeeds: boolean. Use commodity deed on complete stacks. Default value: true.
    useSpecificArray: array [[graphicId, colorId]]. If this is specified, only items included in the array will be combined. Default: false. Everything is combined

Commodifier will first Combine everything to the stackSize you set and then use a commodity deed on any stacks that meet the stackSize.
You must have commodity deeds in either your bank or the commodity deed box you target if useCommodityDeeds is true.

Has been pretty thoroughly tested, but I'd not be surprised at all if someone is able to break it! Please let me know specific details if you find any bugs!
Title: Re: Combine and Commodify
Post by: MeWonUo on November 25, 2022, 03:07:52 PM
I have barely started to dabble with Orion but I'm definitely going to give this a try. 

I'm within a couple days of having 125 full stacks of ore in one of my houses that will need deeded. This looks like a life saver!

Ty  :D