Skip to content

9001-Solutions/psxi-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

psxi

An Ashita v4 addon for Final Fantasy XI that scans all your inventory containers and storage slips for equipment, then copies a deduplicated JSON list to your clipboard.

Installation

Copy the addon files into your Ashita addons/psxi/ directory:

addons/
  psxi/
    psxi.lua
    slips.lua

Usage

  1. Load the addon in-game:

    /addon load psxi
    
  2. Export your equipment list:

    /psxi export
    

The JSON is copied to your clipboard, ready to paste. A chat message confirms how many items were exported.

Output Format

The clipboard will contain a JSON array of equipment objects:

[
  {"id": 16396, "name": "Excalibur", "count": 1},
  {"id": 15001, "name": "Rajas Ring", "count": 2}
]
Field Type Description
id number The item's resource ID
name string The item's English name
count number Total copies owned across all containers and slips

Containers Scanned

Inventory, Safe, Safe 2, Storage, Temporary, Locker, Satchel, Sack, Case, Wardrobe 1-8, and all Storage Slips.

Requirements

  • Ashita v4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages