• 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

    TFS 1.X+ Making a new server

    Welcome on board!! So, you'd like to learn how to start a server! There are plenty of tutorials here and there, I will link some of them later in the post! In order to use OTLand's resources efficiently, you can use our search function (Search (https://otland.net/search/)) or even google it, it...
  2. slavi

    TFS 1.X+ How to download compiled TFS1.3, 10.98?

    Next time, please use a proper title to your problem to avoid getting the post deleted.. When I opened this thread, I had to read all the description to understand the issue in order to help. A proper title would be: [TFS 1.3] How to download TFS 1.3? 1. You can clone the whole repository here...
  3. slavi

    Complaint Pangeria - deleted thread and banned user, why?

    @TheGahl @Deduch Please keep in mind that this is a feedback thread and all replies here are subject (or related) to the original feedback/issue.. Avoid re-posting here if the post is not related to the issue aforementioned~ If you saw an improper post anywhere don't hesitate to report it, we...
  4. slavi

    OTU - OpenTibiaUnity - A new TibiaClient based on Unity3D engine

    Watch the outstanding performance of OTU (the FPS shown is due to my PC running several instances of tibia) Slavi
  5. slavi

    OTClientV8

    This is not a support thread :) If you have further questions, use support board. For your question "Where to specify opacity": simply, use an image where opacity is supported and the ObjectBuilder will do the job~ Don't forget to enable "transparency" in the object buildre preferences. [PS]...
  6. slavi

    OTClientV8

    Just use alpha transparency in Tibia.spr and then force OTC to load the transparency (4th channel).. I guess ~kondra made it easy to force OTC to load the alpha channel. Sincerely, Slavi
  7. slavi

    Can't seem to change skills levels! HELP!

    I don't really get that, what do you want to change exactly? What do you mean by "skills of knight and paladin", multipliers (the rate of skills gain)? Or initial player skills? if multipliers, then there must be an xml/lua file for that if initial player skills, then through account...
  8. slavi

    regexp for character name tfs 1.2 like official tibia.com

    Tibia uses a series of expressions to format the name and check its validity.. 1. Check if the name is using allowed chars a-z, A-Z, ', _ & space. 2. Split the name into words, the word must be at least 2 characters 3. Check if the name contains specific words a) Offensive Name Names that...
  9. slavi

    Attack Database

    [PS: the query is based on the schema of tfs 1.X] players table is linked to accounts with a foreign key attached to the column (account_id), so to workaround this, we want to check if the count of players with an account_id x = 0, that generates a list at which we can iterate to delete them...
  10. slavi

    OTU - OpenTibiaUnity - A new TibiaClient based on Unity3D engine

    Hello, First of all, thanks for your interest! I really appreciate it. Secondly, this is not a support thread and therefore this should be the last question to be asked here. Use support thread and feel free to mention me there since I want this thread to be clean... Moreover it's not easy for...
  11. slavi

    Tibia error debug

    The crash is mostly related to either map or items.otb What you could do: verify the items.otb is for the selected version (8.00) Sincerely, Slavi
  12. slavi

    Tibia error debug

    You need to provide the debug log in order to check what "packet type" that has caused the crash~ Sincerely, Slavi
  13. slavi

    OTU - OpenTibiaUnity - A new TibiaClient based on Unity3D engine

    Having custom sprites is the easiest thing ofc because you will have to compile the sprites anyways before OTU can use them. Optimizing the code will be firstly required and that's what I'm working on, The renderer spends most of it's time culling so we need to find some sort of a technique to...
  14. slavi

    Lua Check if target item is on backpack

    You can use targetItem:getTopParent() == player to check if the item is held by the player. Sincerely, Slavi
  15. slavi

    Anyone can help me please?

    Next time you post a thread, please use a proper title. For the problem, 1. Failed to read dat '/things/1098/Tibia.dat/spr' means that it couldn't load tibia assets (.dat/.spr), please make sure you put Tibia.dat/spr in data/things/1098/. 2. /game_skills/skills.lua:107: attempt to index local...
  16. slavi

    OTClient (problem) Updating health/mana bar otclient

    As I mentioned above, through prints you can know what is being sent.. TFS sends stats when firstly logged in, then when the player equips/deequips (or gains a stat via spell) it's sent to the client right away.) I honestly, don't see a reason for this unless you have an error in your...
  17. slavi

    OTClient (problem) Updating health/mana bar otclient

    1. What you are trying to do already exists, there is a stats percent on items https://github.com/otland/forgottenserver/blob/master/src/movement.cpp#L770-L778 https://github.com/otland/forgottenserver/blob/master/src/items.cpp#L966-L968...
  18. slavi

    OTClient What files are needed to share ot client?

    1. Yes others can modify the client to their like, and that's not really a bad thing. If you want to hide files, encrypt your files and decrypt it when loading it to the client. 2. There is no unbreakable encryption, but it all depends on the encryption itself and how you implement it to make...
  19. slavi

    OTClient What files are needed to share ot client?

    Assuming you put your assets (dat/spr) of Tibia in data/things (not things directly) The following files/directories are needed: 1. modules (directory - required) 2. data (directory - required) 3. mods (directory - optional if you have modules inside of it) 4. otclient.exe (file, executable -...
  20. slavi

    shadowcores/thronx/good ot upcoming?

    There might be a good one coming~ Who knows!!
Back
Top