Maintenance for the week of September 8:
• PC/Mac: No maintenance – September 8
• PC/Mac: EU megaserver for maintenance – September 9, 22:00 UTC (6:00PM EDT) - September 10, 16:00 UTC (12:00PM EDT) https://forums.elderscrollsonline.com/en/discussion/682784

AutoCategory Jewelry Materials Rules, please?

Gegensmith
Gegensmith
✭✭✭
Hello. I'd like to add a custom rule to AutoCategory for all jewelry crafting materials, so that they have their own section (just as Blacksmithing, Woodworking etc. have), rather than appearing under "Other" at the end of my inventory. Could someone who understands the rules better than I please post the expression needed for a custom category in AutoCategory that would group them together for me? Many thanks in advance.
  • Baertram
    Baertram
    ✭✭✭✭✭
    Not using the addon but according to the docu here
    https://github.com/Shadowfen/AutoCategory/wiki/Rule-Function-Reference#item-type

    Just use the type() check and use
    jewelry_booster
    jewelry_material
    jewelry_raw_booster
    jewelry_raw_material
    jewelry_raw_trait
    jewelry_trait

    type("jewelry_booster", "jewelry_material", "jewelry_raw_booster", "jewelry_raw_booster", "jewelry_raw_material", "jewelry_raw_trait", "jewelry_trait")

    and let that define a new category for you.
Sign In or Register to comment.