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

    TFS 0.X Show ammunation attack on look

    the fix is in the post i said above, having problems?
  2. potinho

    TFS 0.X Buy things on NPC with Bank Balance

    Thanks for the tips Gesior.
  3. potinho

    TFS 0.X Buy things on NPC with Bank Balance

    Hello guys, Im trying to merge the solution from this post (TFS 0.X - Buy items with money backpack or bank balance 0.4 (https://otland.net/threads/buy-items-with-money-backpack-or-bank-balance-0-4.260563/post-2520072)) into my sources, but im failing. None errors when compiling, but in game it...
  4. potinho

    OpenTibia Convert any map to 7.6

    trying to use, but seems its converting nothing
  5. potinho

    OpenTibia OTClient that unpack map.otbm to .png files - v4.0

    how u fixed this error?
  6. potinho

    Windows (Too much delay) Vps/Website Hosted

    Try to use stats, i guess its the best way to check if something is consuming a lot of resources on VPS, and the best thing of this is pointing exactly what is causing problem: https://otland.net/threads/tfs-1-4-ots-statistics-c-lua-sql-by-kondra.283717/ Which version of OTX? I use OTX 2 and...
  7. potinho

    ISP Doesn't allow port forwarding. Alternatives?

    I noticed that you are Brazilian, but I will answer you in English out of respect for the forum, feel free to call me privately. Several ISPs in Brazil use CGNAT: customers' private IP addresses are mapped to a single public IP address shared by the ISP, which makes it difficult to publish...
  8. potinho

    TFS 0.X GM Ghost - Crashing when goes to player

    My engine its not the same, so have huge differences: void ProtocolGame::sendUpdateTile(const Tile* tile, const Position& pos) { if(!canSee(pos)) return; NetworkMessage_ptr msg = getOutputBuffer(); if(!msg) return; TRACK_MESSAGE(msg); msg->put<char>(0x69)...
  9. potinho

    TFS 1.5 compilation

    Try from this repo: https://github.com/ThePhD/sol2
  10. potinho

    TFS 0.X GM Ghost - Crashing when goes to player

    The bug still happening when i logout in same stack of player and when i deghost. I realize few errors on client side: ERROR: no thing at pos:615 58 5, stackpos:1 at: [C++]...
  11. potinho

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

    Have u tested with /storage command? Maybe just a position of scripts in login.lua.
  12. potinho

    OTClient OTCv8 Updater - Update bot config files

    There's a way to update OTCv8 bot config files in updater? I changed a file but isn't downloading by updater. Specifcly modules\game_bot\default_configs\vBot_4.8\vBot\eat_food.lua
  13. potinho

    CreatureEvent [OTX 2] Global Drop Item

    Hello everyone, everything good? I didn't find anything like it on the forum so I leave here my first contribution to the OTLand community. It's a script that adds the chance of dropping an item to any monster in the game and It is possible to configure more than one item to be dropped. I...
  14. potinho

    Lua [SOLVED] TFS 0.X No loose items or container bellow certain level

    You have to create a creaturescript, like this on XML: <event type="death" name="lossbp" event="script" value="lossbp.lua"/> And dont forget register this in login.lua. registerCreatureEvent(cid, "lossbp")
  15. potinho

    TFS 0.X [OTX2]Default Ring Equipped error

    I have none script with doRemoveConditions. And this seems to be happens just for rings, Soft Botos get no visually bugged. But I found something even stranger that has now blown my mind: I noticed that when I die and lose my backpack (with the soft boots equipped or i relog) I lose the items...
  16. potinho

    TFS 0.X [OTX2]Default Ring Equipped error

    Putted now, still not working. No errors on console.
  17. potinho

    TFS 0.X [OTX2]Default Ring Equipped error

    Unnequiped <item id="2214" article="a" name="ring of healing"> <attribute key="weight" value="80"/> <attribute key="slotType" value="ring"/> <attribute key="transformEquipTo" value="2216"/> <attribute key="stopduration" value="1"/> <attribute...
  18. potinho

    TFS 0.X [OTX2]Default Ring Equipped error

    None errors on console.
  19. potinho

    TFS 0.X [OTX2]Default Ring Equipped error

    Good afternoon people, I discovered a bug on my server, I believe it's not the client, because with the custom rings I have (and which are infinite) the problem doesn't happen, I'll leave an example: If I log out with a Ring of Healing equipped (but it can also be a Life Ring, Power Ring...
Back
Top