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

    TFS 1.X+ [✅][TFS1.4.2] Reposition effect

    Could someone guide me on how to reposition the effect of these weapons? I need it to be 1 down and 1 to the right, but I'm having trouble with it. área local = createCombatArea( { {0, 0, 0}, {0, 3, 0}, {0, 0, 0} }) local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE...
  2. srunobantana

    [SHOW OFF] Roulette system, with simple rarity

    Is this item roulette system that uses item rarity any good? Does anyone have suggestions to improve it? It's still pretty simple and could be more engaging By Google Translation 1743650367 I posted in the wrong place. Could an administrator kindly move it for me?
  3. 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...
  4. 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...
  5. 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...
  6. 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