• 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!

TFS 0.X Upgrade System + Auction System

samandriel

Active Member
Joined
Oct 19, 2016
Messages
242
Solutions
1
Reaction score
46
I have 2 systems who need to work together, but idk how to do
I want to some how, players can put their upgraded items to sell and buy on auction system

1- auction system, its like a offline trade to 8.6, you can buy and sell items offline by using website and talkactions
My version of this script: [Lua] auctionsystem.lua - Pastebin.com (https://pastebin.com/nDBRHTCC)
take from this base: TalkAction - Offline player to player item trader (Auction System). (https://otland.net/threads/offline-player-to-player-item-trader-auction-system.51447/)

2- perfect upgrade items system, its a system where players upgrade his items and make it more stronger
My version of this script: [Lua] upgradesystem.lua - Pastebin.com (https://pastebin.com/kd4rQDn1)
take from this base: Perfect Upgrade System (https://www.xtibia.com/forum/topic/187075-perfect-upgrade-system/)


My idea was add a new row, and use it, but idk how:
Code:
ALTER TABLE `auction_system` ADD `upgrade_level` INT NOT NULL DEFAULT '0' AFTER `date`;
 
The main ask still:
how to:
on sell get item upgrade and put on DB
on buy load DB and set item upgrade


ALTER TABLE auction_system ADD upgrade_level INT NOT NULL DEFAULT '0' AFTER date;
 
thats okey ;\
ty



I want to make a server where have a good economy and wars

Are u sure about what u said that he uses this auction system/upgrade system?
I search a lot on his github, he even isnt using the upgrade system

I have a lot of benefits to use 0.4 with a 8.6 server, It does not matter
This kinda of quick solution fix me one problem to gave me others
Why are u saying that change to 1.2 would solve my problem?
Both of this 2 scripts dosent even exist on 1.2

why do u ever come with a solution like, "oh give up", "make another thing", "dont use"?
no offense, but you are not helping at all
ok
 
Back
Top