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

    TFS 1.X+ Cannot trade with any NPCs [opentibiabr]

    Update your canary executable. You can download the most recent one for windows here: AppVeyor (https://ci.appveyor.com/project/opentibiabr/canary/build/artifacts?branch=master) Or compile by yourself from GitHub - opentibiabr/canary: Canary Server 12.x for OpenTibia community...
  2. drakylucas

    [Brazil] [12.X] Draky OT | For Fun | YurOTS modified map

    Added NPC that sells imbuement items Added addoner NPC Every 15 minutes online, you gain 1 tibia coin that can be used in Store to buy potions, exp boost, gold converter and so on. I'll be working in tasks system by next days. I think it'll be nice if tasks rewards you tibia coins and training...
  3. drakylucas

    Help Simples pet StorageValue

    ctrl + f <= change to > in all four occurrences. explaining it: probably your vip system sets the storage value to a os.time() + X seconds (like 1 month in seconds?) if you want that VIP players can use PET, you need to check if the current os.time is below the value set in storage value...
  4. drakylucas

    Error on Auto Bank Gold from Monster

    I didn't test, but in line 23 from monster.lua I think it should be "item" instead of itemType. You haven't declared itemType anywhere, and you already have the item object (created in line 19)
  5. drakylucas

    Help Simples pet StorageValue

    Change all "<=" to ">"
  6. drakylucas

    host server

    Gesior also made a topic here - How to get FREE VPS from Oracle Cloud (https://otland.net/threads/how-to-get-free-vps-from-oracle-cloud.279318/) For me it's very nice. 24gb RAM server for free forever, you can host a global map there and I think it will support over than 100 players online...
  7. drakylucas

    How do I make a custom 12.85 tibia client?

    Download this client: https://github.com/dudantas/tibia-client/archive/refs/tags/v12.85.11525.zip go to /bin/ and edit client.exe (or 127.0.0.1.exe) with notepad++ (download and install it in case you don't have it) search for "loginWebService" edit it. It's important to use exactly the same...
  8. drakylucas

    Item images 12.85 for website

    Thank you for this amazing tool! Otservbr expects clientid instead of serverid, so the generated link doesn't work there (the IDs are different), but I could generate it following the steps from your github link + items.otb from otservbr. Is there any way to force it saving in .gif format...
  9. drakylucas

    [Brazil] [12.X] Draky OT | For Fun | YurOTS modified map

    Welcome to Draky OT! https://www.drakyot.com/ English: This server is intended to be a for-fun server. There are no donates. I'm using a free tier host on Oracle, so as I don't have any cost, I don't expect any donation to help with the server. This may change in the future, but I don't...
  10. drakylucas

    RME different server items.otb file.

    In otservbr github you have a tool to convert the map from server ID to client ID (used in canary/otservbr). You need to use that tool. https://github.com/opentibiabr/tools Use "convert map to client ID" in your map (open it using tibia 11 outdated spr/Dat), after converting, use the RME from...
  11. drakylucas

    Lua get all items from container (and sub containers)

    Hello guys! I'm using otservbr repos (canary) (but it should be pretty similar to TFS master branch) How can I get a list containing all items from specific container? just explaining what I want to do: I want that people can move some items from Store to Depot (and vice-versa) only, not...
  12. drakylucas

    TFS 1.X+ Bot Allows Players to Essentially Steal from Shops

    First thing anyone would need to know is which engine are you using. This is probably a bug in old engines that is already fixed.
  13. drakylucas

    The Best Baiak map

    In my opinion, baiak is yurots map + highexp + full edited items + teleports. It must be all of these things together to be a baiak, otherwise it's just a yurots edited.
  14. drakylucas

    Which engine is better right now for Tibia 12?

    After reading all the answers, I decided to pickup otservbr canary repo as base instead of TFS. Why? They already have more features implemented, they have a good code quality as well (including bots in github to check for potential issues, code style, etc), it seems they have more testers...
  15. drakylucas

    How to get FREE VPS from Oracle Cloud

    About: Disclaimer: otservbr - vcpkg compilation - does not work on ARM processors I could actually compile canary repository here :) In this case, we need to update the cmake to a newer version 1 - download...
  16. drakylucas

    Which engine is better right now for Tibia 12?

    Hello all, I think the question here is pretty simple and a lot of people already have this doubt. Supposing the scenario where I want to make a Tibia 12.xx server, not necessarily with global map but just comparing the engine (not the data pack itself), which engine should I focus to use as...
  17. drakylucas

    How to use ip changer in tibia 12

    Replying here.. From my last comment, everything is working now. The problem was that I was using tibia 12.86 and not 12.85 to connect. On 12.86 it goes to the character list but never logs in, but in 12.85 client everything works like a charm Thanks so much for the help!
  18. drakylucas

    How to use ip changer in tibia 12

    It's still not working. My config.php part: $config['status'] = array( 'status_check' => false, // Enable or disable status checker 'status_ip' => '152.70.220.25', 'status_port' => "7171", ); // Gameserver info is used for...
  19. drakylucas

    How to use ip changer in tibia 12

    Thank you! I could do it. For other people having the same problem: go to the folder "Tibia\packages\Tibia\bin" open client.exe with notepad++ change "https://www.tibia.com/clientservices/loginservice.php" to "http://yourip/login.php" (and add spaces until you fill 53 characters) change...
  20. drakylucas

    How to use ip changer in tibia 12

    Hi, thanks for the quick answer. How can I edit Tibia.exe with notepad? I opened it on notepad++ but I couldn't find any place pointing to "login.php" or similar text. What should I find/replace?
Back
Top