PostAuction

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 8.0.1
Removed in 8.3.0

Starts the auction you have created in the Create Auction panel.

PostAuction(minBid, buyoutPrice, runTime, stackSize, numStacks)

Arguments

minBid
number - The minimum bid price for this auction in copper.
buyoutPrice
number - The buyout price for this auction in copper.
runTime
number - The duration for which the auction should be posted. See details for more information.
stackSize
number - The size of each stack to be posted.
numStacks
number - The number of stacks to post.

Details

  • Values that may be supplied for the runTime parameter can be found in the table below.
Value Duration
1 2 hours
2 8 hours
3 24 hours

Patch changes

WoW Icon update.png Patch 1.13.2 (2019-08-26): Added. Replaces StartAuction()