• 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!

Recent content by Itutorial

  1. Itutorial

    [TFS 1.5] Sex System 2.0 🍑

    Sarah a little horny one night it seems.
  2. Itutorial

    Windows problem opening servers

    nvm
  3. Itutorial

    TFS 1.X+ Spell execute cooldown

    cooldown="0" groupcooldown="2000"
  4. Itutorial

    Programmer Modify RME and TFS 1.4.2 to use map sectors

    Looking for a team to work with me on making this. DM me if you are interested. Any information on how to go about this would be highly appreciated. The map editor source I will be modifying: GitHub - OTAcademy/RME: OTAcademy fork of Remere's Map Editor repository...
  5. Itutorial

    OTClient Error compiling Otland OTC - asio boost has no member "iterator"

    Mehah's is a great client. It has pros and cons compared to otclientv8. I would say otcv8 is nice for encryption and built in bot but mehah has some really great features and improvements otcv8 doesn't. Edubarts version hasn't been updated almost since its creation.
  6. Itutorial

    RevScripts Change the Gold Rate for Monsters in TFS 1.5 Without Modifying XML Files

    In data/lib/core/container.lua you can change function Container.createLootItem(self, item) for local currencyModifier = 1.0 -- 100% normal drop rate function Container.createLootItem(self, item) if self:getEmptySlots() == 0 then return true end local itemCount = 0...
  7. Itutorial

    iGlobal - Sprites Gallery

    @iGlobal Dang bro you are really starting to show your time investment paying off. Great work!
  8. Itutorial

    Canary How do I add new bosses?

    What is BossLever? Where is the code for that local lever = BossLever(config)
  9. Itutorial

    C++ Async database

    How hard is it to implement async database calls? It seems pretty easy based on what I have read. What things should I consider? I have created this code which theoretically will execute a query async. What problems could happen from this? std::future<bool> Database::executeAsyncQuery(const...
  10. Itutorial

    Mystic-AAC

    Is there a reason you want to hurt yourself by using TS?
  11. Itutorial

    Crystal Server

    It seems are you comparing paid distros vs free distros. With a game this old you aren't looking at a huge community willing to develop things for free especially when you finally do and all you get in return is "finally you did something" as if it is owed. Canary's code base is grotesque. I am...
  12. Itutorial

    TFS 1.7 login.lua

    I don't think the warning has anything to do with your login problem. Look for something else. You should be able to ignore the warning without problems.
  13. Itutorial

    Crystal Server

    Which one is better?
  14. Itutorial

    TFS 1.X+ Npchandler CALLBACK_GREET change

    I swear to god I tried that and it didn't work... Now it does...
Back
Top