• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[General] How can I make this conditions simpler?

Status
Not open for further replies.
Level 2
Joined
Jan 6, 2020
Messages
12
First of all, I apologize for the English I use. I use google translate because i can't speak very well.

Is it possible to simplify the conditions I wrote below?

  • Or - Any (Conditions) are true
    • Conditions
      • And - All (Conditions) are true
        • Conditions
          • RecipeAccepted[1] Equal to Chitin Armor (+8)
          • RecipeAccepted[2] Equal to Socket Recipe (Agility)
          • RecipeAccepted[3] Equal to Storm of Kraas (Red)
      • And - All (Conditions) are true
        • Conditions
          • RecipeAccepted[1] Equal to Chitin Armor (+8)
          • RecipeAccepted[2] Equal to Storm of Kraas (Red)
          • RecipeAccepted[3] Equal to Socket Recipe (Agility)
      • And - All (Conditions) are true
        • Conditions
          • RecipeAccepted[1] Equal to Storm of Kraas (Red)
          • RecipeAccepted[2] Equal to Socket Recipe (Agility)
          • RecipeAccepted[3] Equal to Chitin Armor (+8)
      • And - All (Conditions) are true
        • Conditions
          • RecipeAccepted[1] Equal to Storm of Kraas (Red)
          • RecipeAccepted[2] Equal to Chitin Armor (+8)
          • RecipeAccepted[3] Equal to Socket Recipe (Agility)
      • And - All (Conditions) are true
        • Conditions
          • RecipeAccepted[1] Equal to Socket Recipe (Agility)
          • RecipeAccepted[2] Equal to Storm of Kraas (Red)
          • RecipeAccepted[3] Equal to Chitin Armor (+8)
      • And - All (Conditions) are true
        • Conditions
          • RecipeAccepted[1] Equal to Socket Recipe (Agility)
          • RecipeAccepted[2] Equal to Chitin Armor (+8)
          • RecipeAccepted[3] Equal to Storm of Kraas (Red)

All three materials must stand together at the same time. It cannot be more than one of the same material.
 
Last edited:
Status
Not open for further replies.
Top