Searches items stored on all your characters.
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
Enrico Horn 2ee2df0c56 findall: Update windower resources 2 年前
data Initial commit. (Credits to Farmboy0 for porting this from Windower.) 6 年前
windower findall: Update windower resources 2 年前
README.md findall: Search for stackables 4 年前
findall.lua findall: Set version to 2.0 4 年前

README.md

FindAll

This addon searches items stored on all your characters.

The list is stored on the machine on which the addon is executed, being updated everytime you look for an item, certain packets arrive, or you logout, so this will not work the best if you use multiple PCs, unless you store your Ashita installation in Dropbox or somewhere.

The tracker functionality has been removed. It should be a seperate addon.

Commands

Update

findall

Forces a list update

findall [:<character1> [:...]] <query> [-e<filename>|--export=<filename>]
  • character1: the name of the characters to use for the search.
  • ...: variable list of character names.
  • query the word you are looking for.
  • -d or --duplicates to list only items which are found in more than one container
  • -e<filename> or --export=<filename> exports the results to a csv file. The file will be created in the data folder.
  • -s or --stackables to list only items which can stack

Looks for any item whose name (long or short) contains the specified value on the specified characters.

Examples

findall thaumas

Search for "thaumas" on all your characters.

findall :alpha :beta thaumas

Search for "thaumas" on "alpha" and "beta" characters.

findall :omega

Show all the items stored on "omega".


TODO


Changelog

v1.20170501

  • first port