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

logout

  1. D

    Lua [TFS 0.4] log out player when logging in for the first time

    Good night, people! I would like some help with a script. I want every time a player enters my server (for the first time), he stays online for 1 second and then the character logs out. Then he needs to log in again. I want this to happen to every player ONLY the first time he logs into the...
  2. Fabi Marzan

    TFS 1.X+ The player does not want to disconnect

    I have a big problem that I don't know why, but when it comes to disconnecting the player, in my case it only happens when you close the client, basically the player doesn't want to disconnect. In the console it stays all the time saying you have loggout outI don't know where that is modified in...
  3. V

    Kick a player when walking on a tile

    I want that when a player touch or press a tile this player gets kick or logout.. sounds easy I know... For otx 2 or 0.4 TFS.
  4. namco

    addEvent setStorageValue won't work when player logs out

    I need some help, please. When the player logs out, the Storage won't turn back to its normal state because the addEvent won't trigger. What should I do? showWayshrine = MoveEvent() local function cooldown(playerId) local player = Player(playerId) if not player then...
  5. C

    TFS 1.X+ Client crashes whenever I buy a house and logout

    Hey guys, I have a weird bug that whenever I buy a house and the server restarts, next time I log in my game crashes. After this, I must try to log in 2x because the first I always get a debug error. Any idea what should I be looking for to fix it There is no errors in console, the game just...
  6. Vesgo

    Healling items stop working after logout - CLOSED

    Im using TFs 0.4 rev 3777. I noticed that if a player is using a soft boots (or any item that heals mana ou hp) logs out, when he comes back the item is still getting consumed (soft boots or rings) but does not heal anymore. He needs to wear it off and on again to get it working. Any hints?
  7. demon088

    Lua [SOLVED] Nobody can login into my server :C

    Hello Otland! I moved a few things in creaturescripts but caused error... then I moved all creaturescripts to the working scripts but this is happening. When someone tries to login, it justs logout in the same time... I don't know what to do... :C If someone can help me I would be thankfull.
  8. miens

    Help with referencing to items held by offline players

    Hi! In my ots I wanted to make a spell that would modify weapons attack value but only temporarily. So I Almost made it to work with weapon:setAttribute(ITEM_ATTRIBUTE_ATTACK, 100) but then I need to take the bonus back after some time. So I decided to use addEvent for this. local...
Back
Top