Managing item lists
The macro maintains separate lists for each operation both server-wide and character specific, but by default it lists apply to all characters on a server.
Lists of items to offload are all managed via the 
config sub-command. These commands follow a standard pattern:
- Adding/Removing item explicitly
/offload config listname add/del "item name"
- Adding/Removing wildcard match
/offload config listname add/del "partial item*"
- Adding/Removing item from cursor
/offload config listname add/del
	
		| List Name | Description | 
| to characterName | Items to be sent to a specific character (note there is a space between to and character name) | 
| sell | Items to sell to standard vendors | 
| sod | Items to sell to the Seeds of Destruction vendor | 
| tribute | Items to either guild or personal tribute | 
| never | Items to ignore when depoting tradeskill items (ex: Water Flask) | 
| bank | Items to bank | 
| guildbank | Items to guildbank | 
	
	
 
Note: Specific character lists can be maintained using `char-config` in place of `config`, but when executing an operation the character-specific list is added to the server list.
Offloading
Once you've built lists, you can test the operation with the 
whatif sub-command or simply execute it:
/offload [whatif] operation
/offload operation
The macro uses a command-queue (technically stack) allowing you to queue around a dozen operations. Note that most recently requests are executed first.
	
		| Operations | Description | 
| target | Performs the appropriate action based on the vendor target (doesn't work for parcel yet) | 
| sell | Moves to configured vendor and sells items | 
| send characterName | Moves to configured vendor and parcels items to characterName | 
| sendall | Moves to configured vendor and parcels all configured items to all configured characters | 
| sod | Moves to configured vendor and sells Seeds of Destruction items plus ALL SoD collectables | 
| tribute | Moves to configured vendor and tributes items | 
| bank | Moves to configured banker and banks / depots configured items | 
| guildbank | Moves to configured guild banker and deposits configured items | 
| depot | Moves to configured banker and attempts to depot all tradeskill items except for never list | 
	
	
 
	
		| Special Operations | Description | 
| target | Performs the appropriate action based on the targeted vendor (doesn't work for parcel yet) | 
| makeitso | Attempts to perform all standard operations (configurable via advanced options) | 
	
	
 
Managing vendors
While guildhall vendors are pre-configured, if running the macro outside the guild hall you'll need to tell it what vendors to use or use the 
target option.
/offload config npc operation vendorName
/offload config npc operation
	
		| Vendors | 
| sell | 
| parcel | 
| bank | 
| guildbank | 
| sod | 
| tribute | 
| depot |