Instadev
MySQL & C++ Developerbanned
LEVEL 2
90 XP
This is a sample of what I scripted a few months ago. The system runs every hour and populates up to 50 auction house items to be sold for gold. The table clearly states the requirements, and the system script can be dynamic and be placed as a reward.
The system loads the data from the MySQL table into the server's RAM and uses it from there. This obviously comes with a reload command, in case we want to refresh the collection without initiating a server restart.
The system supports all custom items
This system can be integrated with basically any other custom system, for example:
- A player is online for 3 consecutive hours without logging off, the player can select which item he wants to insert in his name, and if the item is being sold, it will give him the revenue
- VIPs can insert 1 item a day without actually owning the item (out of a specified list in a different container)
- Staff can adjust everything dynamically
This is merely a show-off, not meant for sale.
Last edited: