markdwags / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
https://www.razorce.com
GNU General Public License v3.0
134 stars 90 forks source link

Add ItemInfoExtractor Agent #210

Open Jascen opened 1 year ago

Jascen commented 1 year ago

This Agent allows the User to export a bag's worth of items into a CSV format onto the User's clipboard.

This uses minimal server calls (it assumes the Server will return OPL information for every item in a bag when the bag is opened).

By formatting the data in a CSV format (columns are property names), the data is immediately consumable by "basic" users who wish to review items they own. This standard format also allows downstream applications to ingest the data and provide the user a more feature-rich experience.