ArkInventoryRules_RaceFaction

ArkInventoryRules_RaceFaction

3k Downloads

ArkInventoryRules_RaceFaction is an additional rule for ArkInventory

Usage:

checkrace("[race]")
checkfaction("[faction]")

The following options are valid for faction (Capital letters are ignored, so you can use capitals when you want to.):

Alliance
Horde
Neutral

NOTE:

- Remove any space in the name of the race (Capital letters are ignored, so you can use capitals when you want to.):

- Always use double quotes around the value!!!

Use this to make the rule only apply when a character does (not) belong to a specific race and/ord faction.

You need the following addon:
- Arkinventory

Example 1:

The rule:

checkfaction("Alliance") and checkrace("Pandaren") and name("Alliance")

Te result:

When the Pandaren character does belong to the Alliance, then any item with "Alliance" in the name is shown.

Example 2:

The rule:

not checkfaction("Neutral") and name("Bronze%-Tinted Sunglasses")

The result:

When the character does belong to the Alliance or the Horde, the item with the name "Bronze%-Tinted Sunglasses" is shown, else it is not shown.