Jump to content

Auction System


BeWan

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

Sample Video: CLICK HERE!

Quote

    //0 = Both players and administrators are permitted to auction items.
    //1 = Auctioning items is restricted to administrators only.
    set .@Settings, 1;

 

Quote

*Adding Item in Auction Function:
    *Admins have the exclusive right to add items by default, but this can be adjusted in the settings.
    *one auction item per unique id rule.
    *If you possess two identical items, please store one in your storage to continue.
    *Please note that rental and bound items are not eligible for auction.
    *You must specify a starting bid for your item.
    *Before you submit your auction item, you'll have the chance to review all item details.
        
*Bidding Function:
    *You need to have the bid fee item in your inventory in order to bid.
    *Before placing a bid, you can preview the details of the current auction item.
    *After reviewing the item, you should bid an amount greater than either the starting bid or the current highest bid.
    *Bidding on your own auction item is prohibited.
    *If you are the highest bidder, you need to wait for other players to place higher bids.
    *If another bidder places a higher bid than yours, the previous amount you bid will be automatically sent to your mailbox.
    *Be aware that if you outbid other participants, there will be an announcement.
        
*Auction Item List:
    *Providing a list of auctioned items and their specific details.
        
*Auction Start:
    *Once the auction starts, there will be a 5-minute preparation time.
    *During this preparation period, you can view the first auction item available for bidding.
    *After the 5-minute preparation time expires, bidding for the item begins.
    *Each auction has a 10-minute time limit.
    *Once the 10-minute limit is reached, the winner will be announced.
    *After announcing the winner, we will proceed to the next auction item.
    *If there are no auction items left, the auction will automatically end.
        
*Auction End:
    *All the winning bidders will automatically receive the item in their mail.
    *Items from auctions with no bids will be automatically sent to player mail.
        
*GM Commands
    *Only admin have the authority to initiate auctions.
    *Admin can delete auction items using the auction ID, and the items will be sent to the player via mail.
    *Admin can terminate an auction, but only during the preparation time. If the bidding has already started, the admin must wait until the auction session concludes.

 

Edited by BeWan
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...