Auction
Use the auction (auc) command to sell, bid on, and view items on the auction channel. Items are sold to the highest bidder. You can only put an item up for sale on the auction channel if nothing is currently being auctioned. To place an item for auction or to bid on an item, you must be in a designated auction location in one of the other major cities of the Realms, or within an organization's headquarters. The New Darkhaven auction house is on HELP MAP: A-Auction House. You can see the auction from any location.
Auctions will not be stopped for misbidding or overbidding, so bid carefully. Also, if the MUD crashes in mid auction, you will lose both your bidded money and the item (this will be fixed). Special thanks to Erwin Andreasen for writing the auction function. (Ported to Realms of Despair from a publicly available source.)
Syntax
- auction
- auction <item name> <starting value>
- auction bid <value>
Examples
auc | - displays the item that is currently on auction |
auc beacon 10000 | - auctions a beacon starting at 10000 gold |
auc bid 20000 | - bids 20000 gold on current item |
auc bid 20k | - bids 20000 gold |
auc bid 20k500 | - bids 20500 gold (20,000 + 500) |
auc bid 20k5003 | - bids 20500 gold (only checks first 3 chars after "k") |
auc bid 1m | - bids 1 million gold |
auc bid 1m6 | - bids 1.6 million gold |
auc bid +10 | - bids 110% of current bid |
auc bid + | - bids 125% of current bid (default for +) |
auc bid x | - bids 2x current bid (default for x) |
auc bid x5 | - bids 5x current bid |