• 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

    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.
  2. 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...
  3. 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.
  4. 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
  5. 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.
  6. 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...
  7. 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().
  8. Tofame

    TFS 1.X+ How can I prevent magic/skill from being lost upon death Tfs 1.2

    I think only mods might be able to give the best answer now. Not sure though
  9. Tofame

    OTAcademy Discord

    Haha, due to some decisions they created OTV lol. OTA Polish chat is dead, sad
  10. Tofame

    MoveEvent [1.3] Zombski 🧠🧟‍♂️

    Your engine doesnt support them
  11. Tofame

    [8.60] The Forgotten Server 0.4

    Nice
  12. Tofame

    TFS 0.X [LUA] Casino - Item Roulette

    Didn't like the script at all and how it was written + the (general, server) cooldown on roulette can by handled at the moment of setting the result of roulette. Here, an improved version of that (though I also removed things I deemed unnecessary like a loss on roulette - even though you can...
  13. Tofame

    TFS 0.X Best connection settings?

    If all is good with 50 packets for you, dont change to 200.
  14. Tofame

    Sanctus Online (Custom RPG With Extensive Crafting) - Dev/Discussion Thread

    No hotkeys, No aimbot, No stamina, Economy based on RUNE MAKING? Anyone good at math will guess correctly that it is indeed a formula for perfect botting ot. Admin monitoring is good, but the same thing was in CS 1.6, and I could still cheat with admins watching - just needed to gain enough...
  15. Tofame

    Share your favorite quote and inspire others! - drop your quote.

    Behind every successful person there was a group of haters - idk from who, a wise woman/man though.
  16. Tofame

    Pokemonex.com Project !! NEED TEAM !

    Thanks for giving me a good laugh. W for comments
  17. Tofame

    Vocation based chest simple script! TFS 1.4.2

    player:getVocation():getId() == id from vocations .xml instead of player:getVocation(mage) etc.
  18. Tofame

    RevScripts Spells with warning and delay

    Because that's not a revscript, its not even for tfs 1.x (where revscripts are implemented). That's a spell for tfs 0.x.
  19. Tofame

    TFS 1.X+ spell for monster that drop a text tfs 1.5

    Why dont you place this function inside monster's spell lua script? As simple as that.
  20. Tofame

    Pomoc z optymalizacją skryptu transform

    Hmm, transform i revert są znośne, myślę że okej, chociaż nie znam się na kwestie perf. gdy np obiekt ma 540 indexow (a tyle by było gdyby przykładowo było 54 postaci * 10 transów) ale jako że to nie jest często używany skrypt przez serwer (a można nawet dać cooldown na transform/revert) to jest...
Back
Top