ArtifactMenu
This is a simple add-on to automate opening the Artifact interface in the upcoming expansion Legion.
- To open the Artifact interface, you must Shift+RightClick on your equipped Artifact weapon
- It is easier to type
/run SocketInventoryItem(16);
, if you can save it to a macro - It is more intuitive to type
/am
or/artifact
than the above macro - Some artifacts are off-hands and require inventory slot #17
This add-on will simplify all of that to just:
/artifact
/am
(if you're lazy)/artifactmenu
(if you're forgetful)
Special Thanks
- The idea by /u/HoLeeSchit
- WoW Addon Writing Guide by Cogswobble
- Wowpedia slash commands reference
- The nice people of #wowuidev for helping me debug, specifically
kd3
,Nebula
, andSemlar
- Farrar-Gilneas for testing this add-on in the Legion beta.
- /u/IHateMyHandle, whose add-on Incentive Program served as my inspiration (and also my foundation). The entire LDB frame panel in ArtifactMenu is largely sourced from Incentive Program and I can't be thankful enough. Incentive Program is a QoL add-on (much like ArtifactMenu) which makes queuing for Call To Arms satchels as easy as possible. Go check it out!