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

Search results

  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 \/
  16. M

    ModalWindow or TalkAction TFS 1.2 REP++

    how i can show player:getCustomSkill(15002) player:getCustomSkillPercent(15002) This, in modalWindow or TalkAction Ty for all helps <3
  17. M

    Action Herblore / Mining Skill [TFS 1.1]

    player:getCustomSkill(15002) player:getCustomSkillPercent(15002) How i can show this in talkaction ?
  18. M

    /addskill Player, attackspeed TFS 1.2

    [CITAÇÃO = "athenso, post: 2594692, membro: 129750"] Acredito que a edição de fonte seria a única maneira de fazer isso com um comando. Sem mencionar que não sabemos qual fonte você está usando. Vou sugerir novamente ..... use a função de pesquisa que este fórum fornece. Você pode definir a...
  19. M

    /addskill Player, attackspeed TFS 1.2

    Quero adicionar velocidade de ataque do jogador com comandos addskill ... se voc ataquespeed = "2000" quando adiciono com / addskill "PlayerName", velocidade, 100 mudar jogador attackpeed = "1900" posso fazer isso ?
Back
Top