• 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. Powtreeman

    Lua Paladin distance skill

    I saw a thread about this earlier and found out I have the same problem on my 1.0 server. 1 shot gives the paladin 179 distance skill. The other thread I looked at didn't have a solution posted. Did anyone figure this out?
  2. Powtreeman

    Lua Server save more often

    anyone know?
  3. Powtreeman

    Lua Server save more often

    So I got it to save more often but it still kicks everyone at each save. Here is my full script. local shutdownAtServerSave = false local cleanMapAtServerSave = false local function serverSave() if shutdownAtServerSave then Game.setGameState(GAME_STATE_SHUTDOWN) else...
  4. Powtreeman

    Lua Server save more often

    what do i change this to in the xml? <globalevent name="Server Save" time="09:55:00" script="serversave.lua"/>
  5. Powtreeman

    Lua Server save more often

    Actually I changed it to onThink but now the console is saying onTime is not found in the scripts
  6. Powtreeman

    Lua Server save more often

    Nice ok. So is the interval in seconds or minutes or what?
  7. Powtreeman

    Lua Server save more often

    my global event is this function onTime(interval) broadcastMessage("Server is saving game in 5 minutes. Please logout.", MESSAGE_STATUS_WARNING) Game.setGameState(GAME_STATE_STARTUP) addEvent(firstServerSaveWarning, 120000) return not shutdownAtServerSave end But I want it to save...
  8. Powtreeman

    Lua Server save more often

    In tfs 1.0 how do I get it to save more often? I really hate the method of saving once a day. If power goes out or something else happens the players are screwed.
  9. Powtreeman

    Lua system.lua error

    I thought I added this before?
  10. Powtreeman

    Lua system.lua error

    I get this error when I try to open many different quest chests.
  11. Powtreeman

    Console packet limit error

    what do these packets do?
  12. Powtreeman

    Console packet limit error

    What does it mean when it shows this?
  13. Powtreeman

    Lua bank function error

    how can i make it so its both?
  14. Powtreeman

    Lua bank function error

    This happens when I try to say withdraw whatevernumber in one sentence. then he asks how much i want to withdraw even though i already said the number
  15. Powtreeman

    OTserv List Start!

    Sorry. You should post your language and hopefully someone who understands can help you. good luck!
  16. Powtreeman

    OTserv List Start!

    dat english. But to do this you have to be logged in and it costs money to make it gold because you are advertising.
  17. Powtreeman

    admin flags

    There used to be a sort of calculator for adding flags. Does it still exist? I can't find it anywhere even with google. I need one for tfs 1.0 New problem. In 1.0 where do I edit or add flags or custom flags? custom flags more importantly
  18. Powtreeman

    Team Need testers for Wonder Land!

    WONDER LAND!!!! I have been working on this server for quite some time. I finally have a website going (special thanks to dominique!) Finally have a nice computer that can run a large map along with the map I made myself. I am now looking for TESTERS! Before I get GMs I must have good...
  19. Powtreeman

    Lua How to make 1.0 not serversave?

    nice thanks
  20. Powtreeman

    Lua How to make 1.0 not serversave?

    Like the title asks I need to make my server not automatically shut down when it saves.
Back
Top