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

    Lua Account Manager muted

    Sure, you have to just add exception in "muting function" in source. What's your OT version? Best Sebastian
  2. rsdsebek

    OTservers are dying faster & faster.

    I think open-source community was created to share knowledge - but knowledge, that is already shared doesn't need to be shared again. People come to OTLand mostly to get free help, e.g. lua script, then they copy/paste, and nothing comes up from that - just the fact, that their script works...
  3. rsdsebek

    Dominique120's TFS Services

    Couldn't be said better. I can't understand, why people are still complaining if someone comes up with service of compiling/writing or doing anything for cash. So basically you are saying, that he should either cancel his services, or do it for free? Like @dominique120 said earlier his...
  4. rsdsebek

    Problem in login

    Find replaceKickOnLogin in config.lua and change its value to "yes"
  5. rsdsebek

    Lua lever script statue with text

    Your problem is that in function doSetItemSpecialDescription you are taking "cid" as the target. function onTimer() doCreateItem(1455, 1, {x = 1924, y = 2795, z = 11}) local ourStatue = getTileItemById({x = 1924, y = 2795, z = 11}, 1455) -- here we get item that was created above if...
  6. rsdsebek

    Compiling Error on player.cpp sources 9.86

    Include library <iomanip> at the top of player.cpp. Best Sebastian
  7. rsdsebek

    Updating 10.1 to 10.22 and rsa question.

    Yeah, I think that 10.21 is the maximum, that you can do with this server now. @edit: Sorry for mistake, I found out that 10.22 is somewhat compatible with 10.21, so look into TFS 1.1 source and modify yours to fit protocol. Regards
  8. rsdsebek

    10.10 custom client

    By now it isn't any. If you mean just changing IP and RSA of client, then all you can do is manual hex editing. Regards
  9. rsdsebek

    Updating 10.1 to 10.22 and rsa question.

    What do you mean by "deleting RSA key"? It would be possible, but there is no point in doing such thing. On top of all that, what you have downloaded ain't source of server, but data pack. If you want to make it compatible with 10.22 you have to find server distro, which is compatible with 10.22...
  10. rsdsebek

    OpenTibia Tibia Editor 9.81

    I don't know if it's that easy to force Tibia Editor to work with 10.10 Tibia.dat. Anyway I tried to make it compatible, and after 4 hours of fight I failed :p If someone is good enough to do this, I would be thankful. Regards
  11. rsdsebek

    Lua TFS 1.0 NPC "spamming" bug

    I just went to Mac OS X and I think compiling clean TFS is unnecessary. On Mac OS X I have TFS compiled with Lua 5.1.5 and NPCs aren't spamming. So I guess it's Lua 5.2's fault, I'll recompile it on my server. Regards
  12. rsdsebek

    Lua TFS 1.0 NPC "spamming" bug

    I used Lua 5.2 to compile TFS on Ubuntu 13.10, from what I remember, it happened also, when my TFS was standing on Mac OS X machine. I will try to compile clean TFS on it and give you feedback in about 30 minutes. Regards
  13. rsdsebek

    Lua TFS 1.0 NPC "spamming" bug

    I don't know what's going on. It's strange, NPC Riona is also spamming with "Good bye" on my server, I did all exactly as you . I double checked my files in data/npc/lib, they seem to be identical as that in forgottenserver github.. Default.lua in data/npc/scripts is also identical as that on...
  14. rsdsebek

    Lua TFS 1.0 NPC "spamming" bug

    No, @Mark. You must not say hi->trade, but e.g. hi-> buy plate armor->yes, and walk away. Then the NPC will start to spam. This happens also if you sell something buy writing item name. Regards
  15. rsdsebek

    Lua TFS 1.0 NPC "spamming" bug

    Hi I have small bug with NPCs on TFS 1.0. My npc is ordinary default.lua with shop function. So, when we buy or sell item by writing e.g. "sell plate armor" and walk away, NPC begins to spam with "Good bye.", when other player arrives on screen NPC is also spamming "Good bye." until player gets...
  16. rsdsebek

    Feature [TFS 1.0] Solution for Dynamic IP hosters

    Hi, When I started hosting my server in my home not long ago, I found out, that I have Dynamic IP and I have to check if I can log in to my server couple times a day. It's well known issue - when your global IP changes, you have to restart your server in order to let other players log in...
  17. rsdsebek

    Does someone have ban talkaction or code? (with length and comment)?

    Hi I recently rewrote all my code to TFS 1.1 and I have one question. Does someone have ban command, that allows to give a ban with length and comment all specified in command? Regards
  18. rsdsebek

    Compiling Compiling TFS 0.3.6 Source To Linux HELP PLEASE (I Will Pay For Help)

    From what I know basic Makefile in 0.3.6/0.3.6pl1 produces file named theforgottenserver or forgottenserver, just look into your tfs directory and find compiled file! cd ~/tfs ./theforgottenserver or ./forgottenserver
  19. rsdsebek

    TFS 1.0 - protocol only 10.10?

    Either way thanks for info. I think If I will find some time I will copy this items and rewrite ma codes to 1.0 - I guess it's my only choice if I want to go 10.10 Best
Back
Top