• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. kennyubuntu

    Lua Help to fix trade-off in game 8.6

    I tried Danger II code : function onUse(cid, item, fromPosition, itemEx, toPosition) local result = db.getResult("SELECT * FROM `auction_system` ORDER BY `auction_system`.`id` ASC") local msg = "Trade Offline:\n\n!offer buy, ID\n!offer remove, ID\n!offer add, ItemName, ItemPrice...
  2. kennyubuntu

    Lua Help to fix trade-off in game 8.6

    I'm tryng to when player use this item 14:44 You see a depot chest (Vol:30). ItemID: [2594]. Item inside depot, show the options to market based on this script https://otland.net/threads/offline-player-to-player-item-trader-auction-system.51447/ Someone could help me? [14:41:05.436] [Error...
  3. kennyubuntu

    Close and ReOpen

    Someone could help me to my my first script on lua otserver? I tried: <globalevent name="full ss" time="06:00" event="script" value="fullserversave.lua"/> function onTime() doPlayerBroadcastMessage(cid, 'Server is going down for a global save within 5 minutes. Please logout.')...
  4. kennyubuntu

    Auto Re-Open server after global save

    Oh ty, i didn't know it I told about remove, to remove the task Cause i will test in my main computer (my ubuntu desktop) after when i get my host i will put there Did u know answer my others questions?
  5. kennyubuntu

    Auto Re-Open server after global save

    while true; do ./tfs; done This is not an infinite loop? infinite loop will take a little unnecessary processing I can not make variable For exemple: check if ot is open else cd /home/kenny/Documentos/server ./tfs; --------------------------------------------------- This 2 i need do on...
  6. kennyubuntu

    Auto Re-Open server after global save

    Bat on linux? Its work? No time conditional? Where i supossed to paste it? And how to restart? To all be light, when i restart the machine and restart the server all will be clean (computer and server)
  7. kennyubuntu

    Auto Re-Open server after global save

    How to make it on ubuntu: - when global save (7:00) - restart the ubuntu machine - and re open server What is the best way? [6:55:03.589] > Broadcasted message: "Server is going down for a global save within 5 minutes. Please logout.". [6:57:03.590] > Broadcasted message: "Server is going...
Back
Top