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

Search results

  1. S

    TFS 1.X+ How to make a server open to some characters?

    Thanks to all of you guys. However, I managed to find a solution even better than my first idea. If the player walks away from the spawn tile, he will get teleported back to this tile and will receiva a message. Thanks, guys.
  2. S

    What is the font of tibia 11.x?

    Identify Fonts - The Font Squirrel Matcherator
  3. S

    TFS 1.X+ How to make a server open to some characters?

    Where do I register it? In creaturescripts.lua? Because if so, I have already done that... Here, I edited the code and it looks like this now: function onLogin() local player = Player(cid) if player:getAccountType() == ACCOUNT_TYPE_GOD then return true elseif...
  4. S

    TFS 1.X+ How to make a server open to some characters?

    I'm trying to make the code with no success. Here it is: function onLogin() if getPlayerAccountType() == ACCOUNT_TYPE_GOD then return true elseif getPlayerAccountType() ~= ACCOUNT_TYPE_GOD then if getPlayerStorageValue(989898) ~= 1 then...
  5. S

    TFS 1.X+ How to make a server open to some characters?

    I want to start a "closed alpha" test phase in my server. Just like the test servers of Tibia. I want to make only the characters that are 'whitelisted' able to enter the server. I do not want, however, to make people not able to create accounts, characters, and etc. How do I make this?
  6. S

    TFS 1.X+ Error: illegal value

    Refresh.
  7. S

    TFS 1.X+ Error: illegal value

    Refresh.
  8. S

    [10.00/11] OTXServer Full Global Daily Updated!

    Yeah, I'm getting the illegal value problem too.
  9. S

    TFS 1.X+ Error: illegal value

    Hi, I am utilizing malucoo's OTX as a base for my server. When I try to login, the following error appears: I already put the login.php file inside htdocs, I don't know what wlse to do. I verified the IP adress, the connection to the database, everything... Didn't find the mistake. I...
  10. S

    Gesior news commands

    I have recently updated to TFS 1.2 and I had to completely change my website. Now, the news editor looks really simple, compared to the other one I had. I saw that there are some "codes" that you can use in the news and in the forum as well, like these ones: Screenshot Are there any other...
  11. S

    Failed to load houses/spawns in RME 3.4

    Update: Founf out that RME only does the 'undo' action only once. How can I fix it? Again, I tried to downgrade RME with no success...
  12. S

    Failed to load houses/spawns in RME 3.4

    So, I have been trying for the past few hours to solve this problem. I already went to numerous forums trying to figure it out. Basically, I am trying to load two maps and neither of them are working with RME because the following error appears: It always says that RME has failed to load...
  13. S

    Not allow player to send private messages

    Great idea, thanks a lot!
  14. S

    Linux Zombie Event not working

    It's not about hiding my code, I can show it if you ask me. But it is from another forum, so I believe I can't post it. Thanks for the tip, gonna try that tomorrow.
  15. S

    Not allow player to send private messages

    As I have already said: "I already tried IP blocking the guy, but he keeps changing his IP so it makes no difference. I guess blocking his private channel communications would solve it." Alright, I will try the script. But what if the player storage doesn't appear?
  16. S

    Need smart person to fix many problems with ots

    How can I contact you?
  17. S

    Not allow player to send private messages

    Now I fully understood what the code you gave me does. Problem is that he (the botter who announces in my server) does not use any illegal words. In fact, he announces his IP in numbers. So, I wanted to make a talkaction that blocks a specific player to send private messages. Then the...
  18. S

    Not allow player to send private messages

    Is it a talkaction? Because nothing happens. Do I have to manually go to the database and set the storage to a value? Or is it a globalevent?
  19. S

    Linux Zombie Event not working

    I did not understand your comment.
  20. S

    Linux Zombie Event not working

    Bump
Back
Top