• 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

    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...
  2. 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...
Back
Top