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

    Lua Monster kill action in lua

    is in tfs something like kill action on monster? i want to make script which do something after play kill monster.
  2. L

    TFS 1.X+ TFS + OTClient problem with join to server

    Hello i have wired problem. I have two computers i my local network. I run server on one of them and on second one i have client and i want to join. After login in on account i got character list, after i select character i got this error: Do you have some advices for me? how can i debug...
  3. L

    Lua lua kkey array substitution in loop

    Hello i have simple problem, i dont know lua too good. positions = { x = 1026, y = 981, z = 7 } function onStepIn(creature, item, position, fromPosition) - - - for i, value in pairs(positions) do creature:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, position.i) -- its not working for...
  4. L

    Lua OnUse - distance to target item

    Hello, i made very easy script for practice. function onUseRope2(player, item, target) if target:hasAttribute(ITEM_ATTRIBUTE_UNIQUEID) and target.uid == pickaxeUid then if player:getStorageValue(pickaxeUid) ~= 10000 then player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE...
  5. L

    Remere Map Editor - new grounds blends itc

    Hello, someone have config to RME with new grounds to Terrain Palette? I have to make manually new grounds, earth, borders etc. I'm using 10.98 client fields now.
  6. L

    Problem with read Tibia.spr and Tibia.dat from private server

    Hello, i found interesting server with graphic from dragon ball game - Legacy of Goku. I wanted to check them and i tried to use this - opentibiabr/tools (https://github.com/opentibiabr/tools/blob/master/Object%20Builder.rar) Unfortunately client version is not supported. I see there is...
  7. L

    Looking for Tibia.spr and Tibia.dat editor (Ubuntu or Windows)

    Hello, i'm looking for tibia client file editor .spr and .dat Someone can post here something good staff?
  8. L

    OTClient + TFS - problem with login ver. 1098

    Hello, i have a little bit problem. I made account into database password sha1 of course. After try login into my client i got problem with login and password. I see there is an "Authenticator token" should i disable it or add special field in database? I can't find answer for this question...
  9. L

    OTClient Check .dat and .spr version

    Hello, Is that possible to check what version of tibia.spr and .dat client has? I have spr and dat on ma disk but i dont really know what is version of them. How can i check it?
  10. L

    OTClient - Crash after click ENTER in login page.

    Hello, i have a little bit problem with otclient from github. Im using linux, maybe this is the problem but there are my crash logs: Startup done :] otclient: /otclient/src/client/animator.cpp:59: void Animator::unserialize(int, const FileStreamPtr&): Assertion `m_startPhase >= -1 &&...
  11. L

    Searching working bot on actual REAL TIBIA

    Hello, im looking for working bot on real server. Can anyone recommend me something working?
  12. L

    Tibia 11 - 13 Problem with cheat engine on Windows

    Hello, i have one problem with newest tibia client on windows. I used cheat engine to read memory addresses but i can do any scan. On linux i used Game Conqueror and everything is all right. I can do scan, next etc. I can find address. Any advices what can i do to make it work on windows?
  13. L

    C++ basic, simple tibia bot - where should i start?

    Hello, I'm not sure this is right forum section. I'm php programmer with C++ basics. I wanted to start code very simple Tibia Bot in C++. I will be grateful for any advice what should i start. At this moment i did consol app where I did window handle and i get basic data like mana, hp etc. I...
Back
Top