• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by massinha

  1. M

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    Someone can help me ? I'm a bit of a layman, so if you could explain the file I need to change to get
  2. M

    [TFS 1.5] [7.4] RookieOTs

    how to compile this in linux ?
  3. M

    Error trying to run a server in windows server 2019

    Ty, i will try!
  4. M

    Error trying to run a server in windows server 2019

    I ran a local OTX version 7.6 project and everything runs fine without errors on the console etc ("WINDOWS 10")... However, when I run it on a VPS with Windows Server installed, I get this error: "This application was unable to start correctly (0xc000007b)." I have already tested all the...
  5. M

    Remove select object OTC

    Someone can help me, I managed to disable these hotkeys... but I can't remove them, or they don't show these options... when I remove them in hotkeys_manager.otui It disappears from the top too, it won't let me put anything on the hotkeys
  6. M

    [TFS 1.3] Potion error

    TFS 1.3 I solved using math.random... if potion.health then target:addHealth(math.random(potion.health[1], potion.health[2]))
  7. M

    [TFS 1.3] Potion error

    sorry for the silly question... because I had already changed it, but it only makes the effect of using potion, but it doesn't heal. before i use /\ after i use \/
  8. M

    [TFS 1.3] Potion error

    Where ?
  9. M

    [TFS 1.3] Potion error

    no only: Lua Script Error: [Action Interface] data/actions/scripts/other/potions.lua:onUse data/actions/scripts/other/potions.lua:59: attempt to call global 'doTargetCombat' (a nil value) stack traceback: [C]: in function 'doTargetCombat'...
  10. M

    [TFS 1.3] Potion error

    Hello I'm trying to fix a problem with the potions, when i use health potion, mana potion... the effect does not appear, and it does not give me health or mana. local berserk = Condition(CONDITION_ATTRIBUTES) berserk:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000)...
  11. M

    Lua Potions TFS 1.3 (Downgraded 8.6)

    - doTargetCombatHealth(0, target, COMBAT_HEALING, potion.health[1], potion.health[2]) + target:addHealth(0, target, COMBAT_HEALING, potion.health[1], potion.health[2]) I change here in potions.lua, but when i use a potion now only say "Ahhh" but no health is added to the player but there is...
  12. M

    Lua Potions TFS 1.3 (Downgraded 8.6)

    where i change ? target:addHealth() target:addMana() i am with the same error
  13. M

    TFS 1.2 save error

    I compared it with others, but it's the same... i try others schemas sql but i receive the same error
  14. M

    TFS 1.2 save error

    I receive this error menssage when save, how can i fix ? x
  15. M

    ModalWindow or TalkAction TFS 1.2 REP++

    yes but now i'm trying to show in modal window... like this \/
Back
Top