• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[MyAAC] [Plugin] Auction System

Totten

Well-Known Member
Joined
Feb 26, 2019
Messages
43
Solutions
2
Reaction score
91
Location
Brazil
This is Auction System, converted to MyAAC.

Tested to 0.3.6 / 0.4

Configuration you can find in files: system/pages/auction.php

Demo:

1611151729891.png

Installation:

Download the plugin
Go to Admin Panel, select 'Plugins', and then select myaac-auction-system.zip and click upload. Thats all!

Place the file => auctionsystem.lua <= in data/talkactions/scripts

Add the tag <talkaction words="!offer_gold" event="script" value="auctionsystem.lua"/> in talkactions.xml

PS:
The system was tested and did not present any problems, but if they come to find faults, please report so that I can keep the topic updated / corrected.
I make corrections in the system if it is wrong, but I do not make adaptations for your server. If you want variations of the system, please send your order on the Programming Academy discord, or on my private discord: Endless # 5410

Crédits:

@tottin
Code Credits: Trade OFF - Shop Offline (https://tibiaking.com/forums/topic/34172-trade-off-shop-offline/?tab=comments#comment-192640)
 

Attachments

  • auction-system.zip
    6.1 MB · Views: 180 · VirusTotal
I have a problem with displaying a picture of a given item
Export your items, tutorial: OpenTibia - Items and outfits images generator for website 0.1.1 (https://otland.net/threads/items-and-outfits-images-generator-for-website-0-1-1.271231/)
You will need to export your outfits and set up the directory in the config.php file.
// images
'outfit_images_url' => 'http://outfit-images.ots.me/outfit.php', // set to animoutfit.php for animated outfit
'item_images_url' => 'http://item-images.ots.me/1092/', // set to images/items if you host your own items in images folder
 
I can change others payment method?
etc. scrab coins
Yes, you can change it smoothly. You will only need to change the checks on the .lua part, the site plugin is responsible for the graphic part that displays on the site, but the entire script part is in .lua on the server, so you are free to change it to the way you see fit. .
 
Back
Top