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

    TFS 0.X [TFS-0.3.6 - 8.60] AUTOMAP FULL CLIENT CLASSIC TIBIA HELP!

    how to create automap of my complete server put the automap file in %appdata% file.map
  2. samuel157

    TFS 0.X TFS 0.3.6 - 8.60 How do i Ban [HD]

    function onSay(cid, words, param) if getPlayerGroupId(cid) < 6 then doPlayerSendCancel(cid, "Você não tem permissão para usar este comando.") return false end if param == "" then doPlayerSendCancel(cid, "Uso: !banhd <nome do jogador>") return false...
  3. samuel157

    TFS 0.X TFS 0.3.6 8.60 - HOW CAN I GET THE REFLECTION MAGIC THAT YOU NEED TO BUY FROM THE NPC? I CAN'T SET IT. CREATURE SCRIPT

    HOW CAN I GET THE REFLECTION MAGIC THAT YOU NEED TO BUY FROM THE NPC? I CAN'T SET IT. CREATURE SCRIPT function onStatsChange(cid, attacker, type, combat, value) -- Verificar se o Reflection está ativo if getPlayerStorageValue(cid, 12978) > os.time() then -- Garantir que o...
  4. samuel157

    RevScripts when I spend a lot of time training afk debug when I soon

    -- Configuração das taxas de treino offline, em porcentagem do treino normal OfflineTraining_rates = { [SKILL_CLUB] = 1000, -- Clava [SKILL_SWORD] = 1000, -- Espada [SKILL_AXE] = 1000, -- Machado [SKILL_DISTANCE] = 1000, -- Distância [SKILL_SHIELD] =...
  5. samuel157

    Lua How to convert this code to SQLite

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Cleanhouses" version="1.04" author="Dark" contact="otland.net" enabled="yes"> <description> v.1.04 - Adicionado 'onlyNonPremium' configurável. Versão sem erros por favor caso não é avançado na área não modifique nada...
  6. samuel157

    Compiling Is it Possible to Create a Cast System For TFS 0.3.6 - 8.60?

    It's like Matheus said, you have to filter, you have to change to TFS 1.5 which has more performance, but the main point is that I modeled my server from 0, but that's ok, thanks for the answers.
  7. samuel157

    Compiling Is it Possible to Create a Cast System For TFS 0.3.6 - 8.60?

    @Tryller IF EDIT SOURCE FOR ME
  8. samuel157

    Compiling Is it Possible to Create a Cast System For TFS 0.3.6 - 8.60?

    Is it Possible to Create a Cast System For TFS 0.3.6 - 8.60 MOD.XML OR .LUA?
  9. samuel157

    Compiling How to compile tfs 0.3.6 64 bits I have already tried to put -m64 LaaTiDo but it doesn't work it stays as 32 bits I have windows 10 64 bits

    How to compile tfs 0.3.6 64 bits I have already tried to put -m64 LaaTiDo but it doesn't work it stays as 32 bits I have windows 10 64 bits
  10. samuel157

    Lua Conversor Spell 1.x to TFS 0.3.6

    local arrs = { { {0, 1, 0}, {1, 2, 1}, {0, 1, 0} }, { {0, 1, 1, 1, 0}, {1, 1, 0, 1, 1}, {1, 0, 2, 0, 1}, {1, 1, 0, 1, 1}, {0, 1, 1, 1, 0} }, { {0, 0, 1, 0, 1, 0, 0}, {0, 1, 0, 1, 0, 1...
  11. samuel157

    Windows [TFS 0.3.6 - 8.60] -HOW DO I MAKE THE MINIMAP COMPLETE IN THE TIBIA 8.60 CLASSIC CLIENT?

    [TFS 0.3.6 - 8.60] -HOW DO I MAKE THE MINIMAP COMPLETE IN THE TIBIA 8.60 CLASSIC CLIENT? C:\Users\Samuel\AppData\Roaming\Tibia\Automap Exemple: 00000003.map
  12. samuel157

    Windows [TFS - 0.3.6 - 8.60] HELP ME PLASE WINDOWS 10 PRO 64BITS WITH TRANSOFRM TFS 0.3.6 ON 64BITS???

    [13/02/2025 15:26:38] [Error - CreatureScript Interface] [13/02/2025 15:26:38] In a timer event called from: [13/02/2025 15:26:38] buffer:onKill [13/02/2025 15:26:38] Description: [13/02/2025 15:26:38] not enough memory LaaTiDo no Function? Using...
  13. samuel157

    TFS 0.X Is it possible to convert this code to TFS 0.3.6 - 8.60

    @Dakos I am unable IDK COMPILE SYSTEM
  14. samuel157

    TFS 0.X Is it possible to convert this code to TFS 0.3.6 - 8.60

    Is it possible to convert this code to TFS 0.3.6 - 8.60 https://forums.otserv.com.br/index.php?/forums/topic/169735-revscript-sistema-guild-level/
  15. samuel157

    TFS 0.X [TFS - 0.3.6 - 8.60] How do I edit the source so that the ctrl+z and ctrl+j report appears in the logs?

    [TFS - 0.3.6 - 8.60] How do I edit the source so that the ctrl+z and ctrl+j report appears in the logs?
  16. samuel157

    Lua TFS 0.3.6 Name: Buy & Sell Talkaction System

    OTLAND HELP ME !SELL AND !LIST FUNCTION ONLY BUY NO FUNCTION function onSay(cid, words, param) if words == "!sell" then -- Código de venda (não alterado) end if words == "!buy" then if param == "" then doPlayerSendCancel(cid, "Use: !buy itemName...
  17. samuel157

    Lua TFS 0.3.6 Name: Buy & Sell Talkaction System

    BUY .LUA --[[ Buy & Sell Talkaction System Made by Yohan(me). ]]-- function onSay(cid, words, param) -- script by Yohan local config = { levelNeeded = 8, muteTime = 120, -- time in Seconds that the player will be without broadcasting. storage =...
  18. samuel157

    C++ Does anyone have offline training TFS 0.3.6 \ When I use the actionid 1000 statue it logs out but the skills don't go up

    Does anyone have offline training TFS 0.3.6 --Offline Training-- <action itemid="8834" event="script" value="offlinetraining.lua"/> <action itemid="10353" event="script" value="offlinetraining.lua"/> <action itemid="8626" event="script" value="offlinetraining.lua"/> <action itemid="1444"...
Back
Top