You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# find
|
|
|
|
|
|
|
|
Allows searching for items within a players various storage containers via a slash command (case insensitive).
|
|
|
|
|
|
|
|
## Examples ##
|
|
|
|
|
|
|
|
```
|
|
|
|
/find helm
|
|
|
|
```
|
|
|
|
|
|
|
|
Searches all of player's inventory for items whose name contains "helm", including storage slips.
|
|
|
|
![Example 1](screenshots/ex1.png)
|
|
|
|
|
|
|
|
```
|
|
|
|
/findmore continent
|
|
|
|
```
|
|
|
|
|
|
|
|
Searches all of player's inventory for items whose descriptions contain "continent".
|
|
|
|
|
|
|
|
![Example 2](screenshots/ex2.png)
|
|
|
|
|
|
|
|
```
|
|
|
|
/findslips (#)
|
|
|
|
```
|
|
|
|
|
|
|
|
Displays any items in players inventory that can be stored in Storage Slips #1-27. If an optional #1-27 is specified,
|
|
|
|
only items that can be stored in that Slip# will be displayed.
|
|
|
|
|
|
|
|
![Example 3](screenshots/ex3.png)
|
|
|
|
|
|
|
|
```
|
|
|
|
/finddupes
|
|
|
|
```
|
|
|
|
|
|
|
|
Returns list of duplicate items, i.e. which occupy 2 or more inventory slots. (Output is: item name, # of item slots).
|
|
|
|
|
|
|
|
![Example 4](screenshots/ex4a.png)
|
|
|
|
![Example 4](screenshots/ex4b.png)
|