Allows searching for items within a players various storage containers via a slash command. http://ashita.atom0s.com/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
atom0s 3f79544e3b Merge pull request 'Add missing wardrobes' (#8) from MalRD/find:master into master il y a 2 ans
screenshots Updating README and adding screenshots il y a 6 ans
README.md Updating README and adding screenshots il y a 6 ans
find.lua Add missing wardrobes il y a 2 ans
slips.lua Upload files to '' il y a 5 ans

README.md

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

/findmore continent

Searches all of player's inventory for items whose descriptions contain "continent".

Example 2

/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

/finddupes

Returns list of duplicate items, i.e. which occupy 2 or more inventory slots. (Output is: item name, # of item slots).

Example 4 Example 4