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

    Tibia 10.00 vs Tibia 10.90

    I keep questioning myself why most of the globals nowadays use the 10.00 version instead of the 10.90-10.99 I can't understand if there is any reason on that. What Tibia 10.00 has that Tibia 10.97 doesn't? Does anyone know anything about this? I personally like 10.97 a lot because it is the...
  2. Dbzl

    How to get player target Id? / Triggering something by key press

    I'm trying to get what the player is targetting so I can return its name (and it's actual health). But I can't find any way of doing so... I was able to return every monster in battle, though. But it isn't enough yet :< Does anyone know anything about it? @_@ Also, is there an easy way to...
  3. Dbzl

    Lua Problem creating a Modal Window

    As requested, I created this thread to explain better my problem, outside the lib's thread. The lib I'm using on this code is: [TFS 1.2] Modal Window Helper Lib The code, till this moment, is: local window = 0 local window2v2 = 0 local window2v2_info = 0 local window3v3 = 0 local...
  4. Dbzl

    [TFS 1.2] sendAnimatedNumber

    Thanks to @Colandus for showing me how it's done in tfs 1.x in a thread while ago. function Position:sendAnimatedNumber(message_type, text, value, color) local message_type = message_type or MESSAGE_EXPERIENCE local color = color or TEXTCOLOR_BLUE local valid_message_types = {...
  5. Dbzl

    Windows Deleting map without fucking the border

    I guess the title tells everything. How can I delete an item of the map without fucking the whole border around it? I'm using RME on 10.97.
  6. Dbzl

    Lua Maximum HP/Mana at 65kish on TFS 1.x

    I've seen a fix for this maximum health/mana bar for TFS 1.x somewhere here. But after searching it for a while, I just gave up. Does anyone got an idea how to fix it or a link to the original post where it shows how to fix it? Also, the fix I'm talking about isn't converting the health to...
  7. Dbzl

    Solved Never-ending Effects on client

    I'm using normal client. The version is 10.97, TFS 1.2. Whenever I remove an effect with OBJBuilder and add a new one above the deleted one, when I use this effect ingame, it never ends. It's like there is an eternal loop that makes it keep casting. Now if I don't delete the old effect and...
Back
Top