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

    How to post a support thread ?!

    Let's make it clear on posting support thread Before reading on, Googling is the key to finding anything: 1. You should google for references to a programming language (there are a lot of results) 2. Use the support thread only for OpenTibia related issues. 3. If you are looking for a function...
  2. slavi

    Addition to support rules / Message to the admins

    Firstly, your are too offensive.. I am totally unemotional person and aggressive against emotions in such places.. Wait, what? who is being emotional here? Look at your post.. AND how you mentioned that I'm such a jerk. I am not jerking at anybody, and that post was the one that pushed me off...
  3. slavi

    Addition to support rules / Message to the admins

    Weren't we all newcomers at some point earlier? I'd lie if I said that I didn't ask dubious questions, but I remember correctly that I spent days googling them and trying to figure em out alone + All of them were tibia related and not a general topic that has been discussed in a lot of places...
  4. slavi

    Addition to support rules / Message to the admins

    I wrote this as a support thread because it's related to support and is not really a discussion thread. For those people that are continually posting about things that have been discussed the last 20 years.. Please avoid asking about tutorials before googling them for at least 2 minutes. I...
  5. slavi

    How to Advertise my OT well

    With that being said, a countdown in Otservlist will get you a good amount of players.. But?? 1. Your server should stand among those with already great features and mostly updated daily.. 1.a For example, if you are trying to make a custom server, make sure you have something archlight...
  6. slavi

    Doubts regarding clients 11.x

    You can always write your own .proto to convert .dat and .spr to tibia 11.
  7. slavi

    Unity3D client?

    This is me, and not this thread. Totally a different person. slavidodo/OpenTibia-Unity
  8. slavi

    Converting .dat, .spr to a sprite atlas.

    The project is there slavidodo/opentibiaunity-datspr-converter NOTE: This is not compaitable with tibia 11, this is intended to be used in OTClient or UnityTibia.. Feel free to tweak it for faster processing.. PS: Since nobody has released the unity tibia so far (And i don't see any reason) I...
  9. slavi

    Trying to combine skills enums.h gives a lot of error

    So remove that part (since sword & axe have the same value).
  10. slavi

    Trying to combine skills enums.h gives a lot of error

    The enum you are providing makes no sense, 1- Remove the line which redefines SKILL_SWORD = SKILL_AXE. 2- ```C2196: case value 'X' already used``` This error is related to `switch` statement. So please provide the code where the error is shown.. From the previous comment, i read that you said...
  11. slavi

    Transparency + Extended Sprites in Otclient

    This is a example of writing props for 10.10+ . Keep in mind it may me different than yours since you are using a 10.98 version. ottools/ObjectBuilder
  12. slavi

    Transparency + Extended Sprites in Otclient

    You don't need to compile it since you already have a compiled version. You need just to check the dat architecture.
  13. slavi

    TFS 1.X+ My source dont have preventDrop attribute

    You can give more information about 'preventDrop' attribute so that people can assist you. Please post which version you want to use and in which version this attribute existed.
  14. slavi

    Lua Error when sending packets

    I didn't read the previous posts, but since you didn't mark any as a Best Answer. Here is a few tips. 1) Is your networking packet correct? function Player.updateName(self, creatureId, creatureName) local msg = NetworkMessage() -- here you are missing the packet type...
  15. slavi

    TFS 1.X+ BUG ON NPC

    You were missing 2 (ends) to the function and the if statement I really recommend using a table than this hard-coded function. THERE are TONS of tutorials on lua either on OTLand or lua-users. Check them and start digging! Cheers!
  16. slavi

    TFS 1.X+ BUG ON NPC

    Please format your code (check support rules) , i am not gonna paste it on my own editor or count lines for you.
  17. slavi

    Transparency + Extended Sprites in Otclient

    Your new object builder is adding a new attribute (or changing an old one). Probably wrapping? As I mentioned earlier. Check how your object builder is generating the new .dat
  18. slavi

    Transparency + Extended Sprites in Otclient

    Just to know, the corrupt data doesn't really clarify the problem. For me to fix that problem with OTC i had to check how the .dat was saved in object builder. It may be adding attributes that are not readable by otc so it just causes some error. The best solution is to check the source of your...
  19. slavi

    C++ I need help with custom client

    Simply, with the normal client You can't. Bots work by investigating the memory and so you will have to corrupt the positions of where bots read the memory which will damage the client. If you really want players to stop botting, use OTClient.
  20. slavi

    Compiling (Android) OTClient problems

    Try to build the client on *unix.(ubuntu, fedora, debian, red hat, ...) OR -- CMake was unable to find a build program corresponding to "Unix Makefiles"
Back
Top