blob: 4efb5ce2ae876e8a0f840b96404aa4b0018e72a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
**Author:** Giuliano Riccio
**Version:** v 1.20130529
# Porter #
This addon shows the slips' items highlighting those that are stored.
## Commands ##
### porter ###
Shows the specified slip or slip's page. if "owned" is specified, only the owned items will be shown. if no parameter is specified, all the owned slips will be shown.
```
porter [<slip> [<page>]] [owned]
```
* **_slip_:** the number of the slip you want to show.
* **_page_:** the page of the slip you want to show.
* **owned:** shows only the items you own.
```
porter find
```
Shows storable items found in all inventory bags.
----
##changelog##
### v1.20200419
* **add**: New command, porter find.
* **change**: Adjusted resource handling.
### v1.20130529
* **fix**: Fixed parameters validation.
* **change**: Aligned to Windower's addon development guidelines.
### v1.20130525.1
* **add**: Added the "owned" param. if present, only the owned items will be shown.
### v1.20130525
* **change**: If no parameter is specified all the owned slips will be shown.
### v1.20130524
* First release.
|