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

[8.2/8.21]TFS 0.2.13 rev. ~1000 modified by Gesior

@empty

hmm when i compile engine with latest SVN new items.otb works ;>
 
change in npc, saveServer() for saveData().

=p

Your can too with lua, join on global.lua of DATA, and put this
Code:
saveDelay = 10 * 60 * 1000 
storageValue = 2342 

if (getGlobalStorageValue(storageValue) == -1) then 
    function save(saveDelay) 
        saveData() 
        print(">>>>Players Saved<<<<") 
        addEvent(save, saveDelay, saveDelay) 
    end 
    addEvent(save, saveDelay, saveDelay) 
    setGlobalStorageValue(storageValue, 1) 
end

saveDelay = 10 * 60 * 1000
Your can change the time for 5 minutes or 10 minutes "The actual".

Sorry for my english hehe
 
I had a problem, this server dont can load mysql, only sqlite :S
 
my server don't save

imagemtv2.th.png
 
Its problem with your SqLite databese! Use the latest tags schema to fix it
 
gesior please tell me when u compile new revision TFS with this stuff ;d?
 
Back
Top