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

tfs1.4.2

  1. Eduardo Lima

    TFS 1.X+ [TFS 1.4.2] Store Ingame

    Hi guys! I'm using TFS 1.4.2 clean, without modifications, trying to make work with OTCv8, I've been trying to make it work with some guides and last night I've tried this one: [WIP] Store System - brunominervino, but some files are different and I ended up giving up on proceeding with the...
  2. 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...
  3. 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...
  4. Zarosiano

    [TFS 1.4.2]Could someone review this code for me?[HELP]

    So friends, this is the code.lua of an npc. He recognizes the storage and the item, takes the item and says something. I tested it, it works in relation to reading the item, removing it, but in the part That text doesn't appear on the NPC, just an empty box. I'm learning how to create code so...
Back
Top