Feature Need Coin Master CLI commands

Veracity

Developer
Staff member
The Coin Masters used to be available only from the GUI: the CoinmastersFrame.

You can now access them through ASH and they are fully integrated with "acquire", the Item Manager, and the Purchase frame.

For completeness, we need a way to interact with them via the gCLI (other than acquire, which requires autoSatisfyWithCoinmasters to be true before it considers them). At the least, something like.

trade <n> <item>

will buy the specified item from whoever sells it using whichever token they expect.

tradein <n> <item>

will trade in an item from inventory and get whichever tokens are offered in return. (Currently, only dimes, quarters, and store credit - all pseudo-items)

Suggestions welcome for command names and syntax and additional commands.
 
Top