Usage - Siarkowy/LootWishlistManager GitHub Wiki
Chat command usage: /lwm { add item_link | delete item_link | list [filter] [@character] | all [filter] }
- /lwm add category item_link
- Adds wishlist entry for current character.
category
- String in form of `instance/boss`. Can by any string but should follow this notation to properly filter entries by instance in the tooltip during raid instances.
item_link
- Item link, no surprise.
Example:
/lwm add Black Temple/Supremus [Legionkiller]
- /lwm delete item_link
- Deletes entry for current character.
Example:
/lwm delete [Cowl of the Illidari High Lord]
- /lwm list [filter] [@character]
- Lists entries for given or current character.
-
filter
(optional) - Item filtering string consisting of patterns, which can be separated by `|` sign.
-
@character
(optional) - Forces printing entries of specified owner only. Defaults to current character.
Examples:
-
/lwm list
lists entries of current character. -
/lwm list @Siarkowy
lists entries assigned toSiarkowy
. -
/lwm list Black Temple|Hyjal Summit
lists only entries matching one of instances. -
/lwm list Sunwell @Luminol
combines both above conditions.
-
- /lwm all [filter]
- Lists entries of all characters.
-
filter
(optional) - Same as in
/lwm list
. Matches character names too.
Examples:
-
/lwm all
lists all entries of all characters. -
/lwm Siarkowy|Acesulfam
lists entires matchingSiarkowy
orAcesulfam
.
-
All commands except /lwm delete
can substitue %variables
in argument string.
Possible variables are:
- %b
- Equivalent to
%i/%t
but withOther
if no target. - %f
- Focus name or
<no focus>
. - %i
- Instance (real zone) name.
- %n
- Player name.
- %t
- Target name or
<no target>
. - %z
- Zone name.
Examples:
-
/lwm list %i
lists same information as the tooltip while in instance. -
/lwm add %b [Thori'dal, the Stars' Fury]
can be used when targeting Kil'jaeden to add item entry underSunwell Plateau/Kil'jaeden
category.