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

    [feature] [request] Private message notification

    Trainor Creations (https://trainorcreations.com/coding/otclient/24)
  2. E

    Anyone else sick of OTC clients?

    Saying that your client is the best is like asking a baker to judge his own bread. @ontopic: Yeah, OTClient might have all those cool customization options and tricky-to-add features, but I still prefer the original client. Why? Because the original client gives me that smooth, seamless...
  3. E

    Looking for 7.4 or 7.6 OTS

    Threads like these are utterly pointless, with someone foolishly expecting everything to magically appear without putting in any effort.
  4. E

    7.4 Sprites for 7.72 Client [Nostalrius etc]

    It makes it easier to sell or make money with it if he has to do nothing but farming cash.
  5. E

    4mrcn4 - ''Programmer'' Scammer. Open Tibia Veterans.

    My advice to you is to learn this by yourself. It might take longer, but this way, you won't get scammed by anyone. They act all friendly at first, but eventually, they block you once they've collected the cash. Then you end up with less money and a copy-paste script
  6. E

    OTClient Body Limit Exceeded

    Did you also change the number of sprites written inside the header?
  7. E

    Elfbot does not sell items with the same server id

    Yeah, you're spot on. We're not into third-party botting or scamming. But, interestingly, Otland does back otservlist.org. So, you know, it really depends on the situation.
  8. E

    Database problem

    Here are two small hints: Hint 1: MYSQL_OPT_RECONNECT Hint 2: Deprecated It amazes me that some people have a running OTServer yet fail to understand how to use Google. Give it a try, though, by searching with these two hints combined: 'MYSQL_OPT_RECONNECT deprecated.'
  9. E

    how to solve these errors that has appeared in my database

    It seems like you might have spent more time creating this thread and adding the necessary images than actually trying to troubleshoot it yourself.
  10. E

    Ubuntu 20.04 (LTS error while loading shared libraries)

    Hello @Kownikuzyt, Try sudo apt-get install libmysqlclient-dev
  11. E

    Source's custom OT game engine (TypeScriptFTW)

    Hi there! I wanted to jump in here real quick and bring us back to the original topic. I know we're all passionate about our opinions, but let's try to stay on track with the discussion. While I'm not an official moderator, I do think it's important that we respect the purpose of this forum...
  12. E

    HELP WITH NPC, 20$ for working npc

    I'm glad you like RevScript! Just to clarify, TFS 1.5 currently uses RevScript for some features, but not for NPCs. I totally understand why you're excited for it to be used for NPCs though, as it can simplify the process of creating them compared to using XML and Lua.
  13. E

    MyACC highscores.php reset and character.php

    Could you provide more details about what you're looking for?
  14. E

    Help with NPC Mission (x items for Y reward)

    I'm not sure how the NPCs in Canary work, but if you can spawn them in-game but their outfits don't show up, it could be because the outfit you're trying to use (294) might not be valid. It might be worth trying to change the looktype to see if that solves the issue. Have you given that a shot yet?
  15. E

    HELP WITH NPC, 20$ for working npc

    As far as I know, this system is only functional in the Canary version. I haven't seen any NPC system like this in TFS 1.5, so maybe this is the answer you were looking for!
  16. E

    |Revscript request| Teleport after a Boss is killed

    I've retested the code with uppercase letters to confirm if it would still work. During my tests, I entered words like Skeleton, Dragon, BUG, and ROTWORM, but I didn't encounter any issues. The reason the code is able to handle uppercase letters is that it uses the ":lower()" function to convert...
  17. E

    OTClient i cant solve this problem i dont know what group id

    Hi there, Could you please let us know which version of TFS or other engine you're currently using? It would be really helpful for us to know, and it would enable us to provide you with more accurate support. Additionally, if you could provide the version information in future support requests...
  18. E

    [TFS 1.5] Rewards by online time (𝒪𝓃𝓁𝒾𝓃𝑒 𝒫𝑜𝒾𝓃𝓉𝓈 𝒮𝓎𝓈𝓉𝑒𝓂)

    I've been learning about Revscript for the past few days, but I haven't had a server to test it on until now. I've used Nekiro 1.5 downgrade to test some things out, and I'm wondering if Revscript is a good way to write modular code. What do you think? local config = { seconds = 3600, -- 1...
  19. E

    |Revscript request| Teleport after a Boss is killed

    Thanks for your input. It seems like the script you shared might be similar to what OP is looking for. I wanted to share some updates I made to the code, and I also want to thank mdwilliams and Evil Hero for providing me with a base. The updated code now allows you to add multiple monsters, and...
Back
Top