Command.Auction.Order

Posts a new buy order.

Usage:

Interaction category: auction

Throttled.

Command.Auction.Order(itemtype, quantity, time, buyout)
Command.Auction.Order(itemtype, quantity, time, buyout, callback)
ParameterTypeDatatypeDescription
buyoutparameternumberThe total buyout for the new auction, in silver. Must be evenly divisible by quantity.
callbackparametercallbackfunctionA standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details.
itemtypeparameteritemtypeThe item type to be ordered.
quantityparameternumberThe number of items to be ordered.
timeparameternumberThe duration that the order should last, in hours. Valid values are limited to 12, 24, and 48.