Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Development] MU Auction house (Web application)

Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
So recently I had the idea to create an auction house type feature for MU Online. I was inspired by other games auction houses such as diablo and World of warcraft so I wanted to try recreate that experience for a web application.

Currently I'm ignoring the design of it, I just wanted to get the backbone of the code written up. Currently it uses the ingame currency zen. I may decide to add more currencies soon.

UbNTI1G - [Development] MU Auction house (Web application) - RaGEZONE Forums


sorry image isn't going full width, Here the link:

Selling features:

Submit Item from your warehouse into the auction house
Edit/add the price of the item
Remove items from database (it will refund into your warehouse)
View your list of Auctions
View who has bid on your auctions

Buying features:

Buy an item from the listings (item will be added to your warehouse)
Place a bid on an item
Item tooltips (hover to view the item)


Upcoming features:
Auction expiration. Once an item expires, the seller will be able to sell at the highest bid, or remove it from the AH
Will add more as I think of them

I'm also open to suggestions on features
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Apr 9, 2009
Messages
221
Reaction score
84
Is it checking if bidder has enough zen to buy? And if it does it would be good to reserve that ammount from him to avoid fake bidders.
 
Joined
Aug 6, 2005
Messages
550
Reaction score
296
Can you give us more information about this development?
- Is this closed or open source?
- Something you offer for free or for sale?
- How does it interact with the game server?
 
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
Is it checking if bidder has enough zen to buy? And if it does it would be good to reserve that ammount from him to avoid fake bidders.

Yes once the user logs in, it shows the amount of zen they have. When they place a bid, it checks that amount

It will probably be released for free once it’s finished
 
Back
Top