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

    TFS 1.X+ Storing item attributes system

    I'd say its just to easily check with 1 value 32 attributes of an item. It's not about checking the value of something. Its about checking wether an item has it at all. If it does then this enum doesnt really matter anymore and values are checked other way. bool...
  2. Tofame

    The state of Dragon Ball OT servers (as for 2024)

    I doubt there is any hope for DB servers. I havent seen any depth within them, most that I played were "evo with colorful graphics and focus on pvp around the temple" All promising anime ot projects that I saw in 2023 were being developed by BR and they were other animes (pokemon, demon slayer...
  3. Tofame

    Any ideas how to break 2b HP limit in monsters?

    So battlelist gets %hp value from server? My guess then is that monster HP parser from XML on serverside, that intvalue is capped at 2 billions.
  4. Tofame

    Any ideas how to break 2b HP limit in monsters?

    Client also needs those changes.
  5. Tofame

    Fix/Patch Shared Lua States

    I'm using 0.4. I've tested that global variables from 000-const.lua if changed in e.g. creaturescript will still be unchanged in e.g. talkaction. Lets say I have a set of 1-10 missions. If a player had 4th one and wanted to check with talkaction what other players online have this 4th mission as...
  6. Tofame

    Fix/Patch Shared Lua States

    Yeah... 13 years later. Anyway, this thing would be really helpful (today it has affected me 2nd time in 2 unrelated situations, because while I have 2 ways of writing some script without shared lua states I am forced to choose what I believe - the worse one in both cases that occured to me)...
  7. Tofame

    Valoria MMO

    This is so cool. Looks amazing <3
  8. Tofame

    C++ TFS 1.5 7.72 Downgrade Nekiro - sendChannelMessage Not Working

    player:sendChannelMessage(author, text, type, channelId)
  9. Tofame

    TFS 1.X+ Remove Magic Level?

    That's the function for removing magic level: player:removeManaSpent(amount[, notify = true]) There are also useful function to use with this: vocation:getRequiredManaSpent(magicLevel) player:getMagicLevel ... getBaseMagicLevel ... getManaSpent etc. Magic level is not really regarded as a...
  10. Tofame

    tfs and znote aac died?

    Still alive.
  11. Tofame

    Programmer Need OTC Programmer (50U$)

    Why specifically a polish person? Lol Anyway, ots like ravendawn, medivia, gla, pxg couldnt protect their spr, why do you believe you can?
  12. Tofame

    C++ Request for training materials related to the TFS engine

    Reading the code is the only way. No thing like learning ot development is served on a silver plate. You gotta read the code that has been shared otland->resources/support and learn from there both c++ and lua. Should be easy if you already got the basics. I had to learn lua through otland, even...
  13. Tofame

    Nekiro racist??

    A reminder that out of Darkrest's staff Nekiro gets the most of the hate by their players, which is really unfair and out of place. And 50 people voting to get another GM out, from multi accounts, so Nekiro gets even more hate after that, because of focus being on him.
  14. Tofame

    Making your first ots

    To say it simply anything that is of format .h, .cpp when changed will require recompiling. Using some datapack, adding/editing lua scripts etc. wont require that.
  15. Tofame

    TFS 0.X [TFS 0.3.6][OTX2] Change level table to experience after client limit

    The exp in tibia is cumulative meaning each level up exp doesnt reset back to 0. This means that horribly high levels will eventually be out of accessible variable type (e.g. you would reach amount of experience that even uint_128t wouldnt be able to store). The situation described above might...
  16. Tofame

    Anyone else sick of OTC clients?

    Otclient is the most custom tibia will ever be. People are lazy to take it further and customize it. Why create something new? The thing we got from Edubart is good. Btw, main post was talking about customs, idk why there is so much comments about cipsoft's lol.
  17. Tofame

    [Canada][8.60] World of Shinobi

    There is only one client. So far no one has reported being unable to open it. I might be able to help you if you send me screenshot of the error. It would be best to contact me on discord: Tofame
  18. Tofame

    [Canada][8.60] World of Shinobi

    Madara exists as an opponent to defeat (saga). If you are asking if he is playable then at the moment no. We might/might not add him in the future, as we are definitely planning on increasing the amount of characters.
  19. Tofame

    [Canada][8.60] World of Shinobi

    WORLD OF SHINOBI Players, Get ready to embark on an unforgettable gaming adventure! We are thrilled to announce the upcoming Open Beta Tests for our highly-anticipated game, and we want you to be among one of the first to experience it. Date: October 21, 2023 Time: 17:00 GMT+2 (Client is not...
  20. Tofame

    TFS 1.X+ How can I kick IP: 0.0.0.0.

    onLogout creaturescript and from there you remove a player. If onLogout isn't triggered by exit, then you must go to sources and make edits there. Dont use this - Game.getOnlinePlayer().
Back
Top