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

    C++ Colourised loot values

    Hi mates! Cipsof's Tibia winter update will implement a new system to clasify the loot. It is supossed to have several values and works as follows: I guess a lot of additions to server sources (and OTClient if it's the case) are needed to make this possible in Open Tibia, but I think it's an...
  2. Memerto

    TFS 1.X+ How works the npc word highlighter?

    Hi mates. I'm working in TFS 1.2, but I guess this works in a similar way for many other distros. You know when you put any words into "{ }" in a NPC phrase and it gets highlighted in a deeper blue? Well, I'm looking for the code that make this works. Had a look in the npc lua system and in the...
  3. Memerto

    [Request] RME that works with 10.95

    Hi mates. I'm starting a new project with a 10.95 server and I can't find a way to make Remere's Map Editor works with 10.95. Can you help me with this? Thanks in advance.
  4. Memerto

    Updated Auscent tibia 11 spr extractor

    Hi mates! Just fixed a couple of things in the code Auscent created and compiled it to extract the latest cipsoft sprite sheets (version 11.86). Compiled version and sources with the changes are attached to this post. This is the original version by Auscent: Auscent/Tibia-11-SpriteDump Have fun.
  5. Memerto

    Program to extract Tibia 11 sprites

    Hi! Cipsoft recently removed the Tibia 10 client and they won't update Flash Client anymore. I guess they did this to improve the security. Anyway, we'd like to ask for a program or a way to access the Tibia 11 client sprites, which are in Tibia/packages/Tibia/assets folder once you install it...
  6. Memerto

    C++ Tutorial to show some items name with different color

    Hi community! First of all, I'm using a 0.3.4pl1 server and client protocol 8.6v2. I've been looking for a tutorial to make some items show a different color if they has an attribute (for example, a hidden custom attribute), but didn't find anything like this. I guess I have to edit many...
  7. Memerto

    Fluid tags at item 20000

    Hi! I'll reach item 20000 soon and I'd like to know more about the following item tags that are at the end of my items.xml. I'm using TFS 0.3.6pl1 and protocol 8.6. <item id="20001" name="water" /> <item id="20002" name="blood" /> <item id="20003" name="beer" /> <item id="20004"...
  8. Memerto

    Sombody who can compile TFS x64

    Hi! I've been trying to compile my server in a x64 platform instead of x32 for a couple of weeks and I only get more and more errors (after fixing the previous errors xD). Followed several tutorials from this forums, uninstalled and installed Visual Studio (many versions), configured every...
  9. Memerto

    Updated ObjectBuilder

    Hi! I'm looking for somebody who show me a way to update ObjectBuilder to the currect Cipsoft Tibia version (see everything and export), or an updated ObjectBuilder. Regards!
  10. Memerto

    Programmer Make it hard to access .dat/.spr files

    Hey! Memerto here. I'm in a custom OT project with many exclusive sprites. I'm looking for a way to make it really hard to access my .spr and .dat files, because of those custom sprites I don't want to share. So, basically, I'm looking for an experienced programmer who can teach me how to do...
  11. Memerto

    Lua Unknown problem with movements

    Hi community! I had a problem with a lua code and I don't know where is the mistake.. Here it is, I'll explain the trouble below: Movement script called weapons.lua condition = createConditionObject(CONDITION_ATTRIBUTES) setConditionParam(condition, CONDITION_PARAM_TICKS, -1)...
  12. Memerto

    Lua How to check if an item is two-handed or not

    Hi community! I'm looking for a way to check if an item(weapon) is two-handed or not. Used the search but got no results for my request. Do you know any function to do that? Didn't know if this is done or not, that's why I put it here and not in the Requests forum. Btw, I'm using tfs 0.3.6pl1...
  13. Memerto

    Request: Modal Windows for 0.3.6

    Hi guys. I was looking for some scripts and I read this: I'd like to request Modal Windows on 0.3.6, if there's somebody with the knowledge and enough time for this. I guess all or almost all changes would be in sources. edit again: Oskar1121 made this possible, thx very much to this...
  14. Memerto

    Lua Dungeon finder lib

    Hi! I used the "Search", but I did not find any similar solved case, so I post it here now. I asked Teckman for this too a week ago, but I got no answer. Some time ago, Teckman posted his dungeon finder system. It adds code to sources, and to talkations, globalevents, creaturescripts modules...
  15. Memerto

    Lua Despite the server doesn't show any error, it doesn't work.

    Hello guys! Some days ago Darkhaos did this script for me, but it doesn't work, in spite of the GUI does not show any errors. I need it working urgently. Can you help me? Explanation of the script: I need a script that send an effect and some animated text to the corpse position, when the...
  16. Memerto

    Request - This script is really hard for me

    Hello guys. First of all, thanks for all the resources you post on these forums, you're helping me a lot. Well, I need a script(creaturescript I guess) that scan the loot of monsters when they die, and if it detects any item that are in a configurable item list in the script, it sends an...
Back
Top