AutoCategory Jewelry Materials Rules, please?

Maintenance for the week of March 31:
• ESO Store and Account System for maintenance – April 2, 6:00AM EST (10:00 UTC) - 6:00PM EST (22:00 UTC)
• Xbox: NA and EU megaservers for patch maintenance – April 2, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)
• Playstation®: NA and EU megaservers for patch maintenance – April 2, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)
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.