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

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    can someone explain why im getting these 3 checkboxes showing up when i enable sidebars in viewmode2? only changes ive done in gameinterface.lua from latest mehah-otclient is forcing viewmode2 and put gameMapPanel:setKeepAspectRatio(false) under mode == 2 then
  2. E

    OTClient TFS1.4.2/OTC-mehah error with custom skill

    i missed to edit client\modules\gamelib\const.lua to correct ids Skill = { Melee = 0, Distance = 1, Shielding = 2, Fishing = 3, CriticalChance = 4, CriticalDamage = 5, LifeLeechChance = 6, LifeLeechAmount = 7, ManaLeechChance = 8, ManaLeechAmount = 9 }
  3. E

    OTClient TFS1.4.2/OTC-mehah error with custom skill

    Im trying to make custom skills that start on 0 but it triggers error in the client and when i log into a char with 0 skill it only shows the bars here is the lua part that breaks on line 251 local hasAdditionalSkills = g_game.getFeature(GameAdditionalSkills) for i = Skill.Melee...
  4. E

    tfs 1.4.2 basespeed bug

    As the title says i have a problem with base speed in tfs 1.4.2 i have done changes in player.h and protocolgame.cpp changes in player.h static constexpr int32_t PLAYER_MAX_SPEED = 3000; static constexpr int32_t PLAYER_MIN_SPEED = 10; void updateBaseSpeed() { if...
  5. E

    scripts/macros for kondras otclientv8 bot

    Nice to see someone start doing script for this bot. I remade some of your scripts for a friend and some others we found that he needed. I will post them here so the community can use them. Monster Flames macro(500, "monster flames", function()for i, tile in...
Back
Top