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

    Compiling Tibia spr /DAt

    Yes, you have to use OTClient, but you don't need to compile it. You can download it from this link Releases · edubart/otclient · GitHub Then follow the steps of the tutorial I gave you on my last MP. Done! Btw, if this solved your problem, please mark this thread as solved, @Sir Sezago.
  3. Memerto

    Compiling Tibia spr /DAt

    To break the limit Hashirama479's talking about and , select Extended option when you open your spr/dat files with ObjectBuilder. I'll MP you a link to another forum where you'll find how to do every step to break the limit, Sir Sezago.
  4. Memerto

    Compiling Tibia spr /DAt

    I've found a post that may help you with this problem: Compiling - Custom Client + 8.60 Mounts? In this thread, HalfAway talk about Object Builder. This is the tool I'd recommend you to edit and compile your own spr/dat files. Unfortunately, the GitHub page of ObjectBuilder and other awesome...
  5. Memerto

    Compiling Tibia spr /DAt

    Hi! I'd like to help you, but I need you to be clear when you write what you need. Can you write your request again, in a more understandable english, please? Otherwise, if you find it difficult to express yourself in english, you may call for help in your native language in one of these...
  6. Memerto

    [MOD] Not lose anything under x level

    Hi! Awesome work! Does it work in 0.3.7pl1? Is it tested?
  7. 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...
  8. 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!
  9. Memerto

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

    Thx man! Will add you today.
  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

    Thx Xikini for the answer! I made the changes you suggested to the scripts: <movevent type="Equip" level="1" itemid="7382" slot="hands" event="script" value="weapons.lua"/> <movevent type="DeEquip" level="1" itemid="7382" slot="hands" event="script" value="weapons.lua"/> local condition =...
  12. Memerto

    Lua Unknown problem with movements

    Yep, actually I can do it in items.xml, but I'm trying to make a movement script for this, so I can get a dinamic skill increase, and not the static one items.xml offers to me ;) . I tried what you said with invis: local condition = createConditionObject(CONDITION_INVISIBLE)...
  13. 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)...
  14. Memerto

    Feature Random Attributes

    Hi! This feature is freaking awesome. I was wondering if it'd be possible to add more stats, like fire absorb dmg...etc
  15. Memerto

    [TFS 0.3.6pl1] "Catacombs" Teleporter like Diablo 3 Teleport - Great for RPG servers (Remake)

    @Tecosan Msg me to tell me where can I get your source code so I can compile it
  16. Memerto

    [TFS 0.3.6pl1] "Catacombs" Teleporter like Diablo 3 Teleport - Great for RPG servers (Remake)

    @Tecosan I can try^^ Btw It'll be easier for you if you just use OTClient
  17. Memerto

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

    Thx very much to you two. I'll try to adapt it to 0.3.6 and use it.
  18. Memerto

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

    Alright, I'm looking for a function that cheks it, I need to know if an item is two-handed for a c++/lua system I've made, this is the only point I don't know how to handle. I've tried getItemInfo(item).slotType, but it doesn't work. Btw, I'm using tfs 0.3.6pl1.
  19. Memerto

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

    Well, I mean I need a way to check it when I'm scripting. I can make a table with itemid of all two-handed items but I thought maybe there's a quick way to check this.
  20. 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...
Back
Top