Maintenance for the week of October 13:
• PC/Mac: No maintenance – October 13
• NA megaservers for maintenance – October 15, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)
• EU megaservers for maintenance – October 15, 8:00 UTC (4:00AM EDT) - 16:00 UTC (12:00PM EDT)
• ESO Store and Account System for maintenance – October 15, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)
https://forums.elderscrollsonline.com/en/discussion/683901

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.