WoW ArkInventoryCharacterRules addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon ArkInventoryCharacterRules

ArkInventoryCharacterRules

Game Version: 10.0.2
Total Downloads: 10,275
Updated: Dec 4, 2022
Created: Jul 8, 2020
download ArkInventoryCharacterRulesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.0.10 release 2.25 KB Dec 4, 2022 10.0.2 1,857 download ArkInventoryCharacterRules 1.0.10 releaseDownload
1.0.9 release 2.25 KB Aug 27, 2022 9.2.7 1,806 download ArkInventoryCharacterRules 1.0.9 releaseDownload
1.0.8 release 2.36 KB Nov 4, 2021 9.1.5 1,904 download ArkInventoryCharacterRules 1.0.8 releaseDownload
1.0.7 release 2.23 KB Aug 19, 2021 9.1.0 1,071 download ArkInventoryCharacterRules 1.0.7 releaseDownload
1.0.6 release 2.25 KB Mar 10, 2021 9.0.5 1,507 download ArkInventoryCharacterRules 1.0.6 releaseDownload
1.0.5 release 2.33 KB Oct 14, 2020 9.0.1 1,683 download ArkInventoryCharacterRules 1.0.5 releaseDownload
1.0.4 release 2.32 KB Aug 18, 2020 8.3.0 258 download ArkInventoryCharacterRules 1.0.4 releaseDownload
1.0.3 release 2.24 KB Jul 9, 2020 8.3.0 149 download ArkInventoryCharacterRules 1.0.3 releaseDownload
1.0.2 release 2.23 KB Jul 9, 2020 8.3.0 40 download ArkInventoryCharacterRules 1.0.2 releaseDownload

Description

Share this:

ArkInventory Character Rules

 

Adds rules for class, playername and spec (role) to ArkInventory.

 

Usage Examples

 

Class rule



class ('Warlock','Warrior')

or

class ('Demon Hunter')

 

Player name rule

playername('Mycharactername')

or

playername('Maincharactername','Altcharactername')

 

Specialization/Role rule

 

Valid values are:

  • Specialization name, e.g. “Balance”, “Windwalker”, “Arms” or a SpecializationID
  • Role “Healer”, “Damager” or “Tank”

 

Exammple with specialization name

spec('Windwalker')

or

spec('Windwalker', 'Balance')

 

Exammple with SpecializationID

spec(577)

or

spec(577, 103)

 

Exammple with role

spec('Damager')

or

spec('Healer', 'Tank')

You can also use role as an alias for spec

role('Damager')

or

role('Healer', 'Tank')

 

 

Comments

Add a comment