What are auctions?
Pokétwo auctions are essentially public sales of a pokémon, where the pokémon is sold to the highest bidder. After an auction has started, other users can bid on it, starting at a bid of <starting_bid> and after that, if others want to bid on it, they have to bid an amount of atleast <current_bid + bid_increment> to be able to outbid the current bidder. Most of the time auctions end up profiting the auctioneers, but a lot of the times the pokémon can sell for less than their market value. Note: Auctions are server specific; meaning, that you cannot interact with an auction on this server from another server in any way. (At the moment, auctions are only available on this, the official, server). At the end of this guide, there's a list of FAQs, so check before you ask questions :P.
Keywords
• starting_bid: The starting bid of an auction; meaning, the minimum value one has to bid on an auction at the start.
• current_bid: The bid which an auction currently is at.
• bid_increment: The minimum amount one has to bid more than the current bid; meaning, one has to bid atleast <current_bid + bid_increment> on an auction.
• duration: This value has to be inserted when starting an auction, to define the duration of an auction. This value can be any number along with a variable. The variable can be: for minutes-m, for hours-h, for days-d, etc. Example: 2h.
• pokémon_id: The id of a pokémon. Can be found by doing @gritty marsh p or @gritty marsh i
• auction_id: The id of an auction. To find the id of one of your auctions do @Pokétwo#8236 a s --mi.
• [args...]: Arguments to use with commands. Any arguments can be used with each other for further filtration, except arguments that have the same general use.
Page2: ?tag auction-help