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

  1. D

    Looking For Old "Blazing Berserk"/Calcitro Mass Please help - video

    Here local combatCross = createCombatObject() setCombatParam(combatCross, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combatCross, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) local areaCross = { {0,1,0}, {1,3,1}, {0,1,0} } setCombatArea(combatCross...
  2. D

    [8.60] Styller-Baiak 8.60 [OTX 1.0] + Mount DLL Modal

    I had to upgrade the sources to Visual Studio 2015, Boost 1.60, and SDK 2.1, and it works wonderfully now; it no longer crashes after starting up.
  3. D

    [8.60] Styller-Baiak 8.60 [OTX 1.0] + Mount DLL Modal

    Well, I changed the map; it opens fine, says online, and then crashes after 2 seconds. The map I installed is 3 MB, and I have 8 GB of RAM in my machine. I think it was compiled for a different processor because my processor is an AMD.
  4. D

    [8.60] Styller-Baiak 8.60 [OTX 1.0] + Mount DLL Modal

    Does anyone have the .exe file? Because when I open this server, it crashes after it finishes opening.
  5. D

    Need help fixing burst arrows and poison arrows! Please

    Here local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_EXPLOSIONAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_BURSTARROW) -- Daño base (ajustable) setCombatFormula(combat...
  6. D

    [8.6] [TFS1.5] Bronson Project + MyAAC template + Interactive Map App (WIP)

    I consider myself an old player on your server, and I've actually been playing your server since the beginning, but in version 8.10. If you're able to share that project with your website, it would be perfect and a great project. Congratulations. I'll leave you my WhatsApp +591 67816183
  7. D

    TFS 0.X otx 2.16 based on 0.3.7 --- dodge ---

    Here local storagedodge = 98798644 -- storage del dodge local cor = 250 -- color del texto local effect = 31 -- efecto mágico local msg = "Esquivou." -- texto -- tabla opcional si algún día quieres sistema por rangos (ahora no se usa) local dodge = { {min = 1, max = 10, chance = 4}...
  8. D

    Compiling TheOTXServer Tibia 7.4

    Hello, I know how to compile normal OTX and OTX X.s in Windows. Unfortunately, I can't post a link to the tutorial because it's a link from another forum. If you write me privately, I'll send it to you. I only speak Spanish.
  9. D

    Tfs.exe crash on Windows after player abuses depot/container depot bug

    This type of bug/exploit is fairly well-known on TFS 1.x servers (and also occurred in some 0.4 forks) when manipulating special containers like the depot chest or inbox. What's happening is that the player is likely forcing the server to attempt to attack with an item that shouldn't be usable...
  10. D

    Clone Money 7.72 OTX Server/TFS/Softcores 1.0.X.S

    Could you share the NPC that has the wrong or intentional pattern to reproduce that error?
  11. D

    Halera is looking for a scripter, mapper, sprites!

    I have free time. If you speak Spanish, I could create your ideas for your Open Tibia server.
  12. D

    Programmer Programmer

    I have free time. If you speak Spanish, I could create your ideas for your Open Tibia server.
  13. D

    Ravendawn spr&dat 2024

    Here not password https://www.mediafire.com/file/0t9xwnoh4ofp6wa/Sprites_Ravendawn_1098_2024_by_DevMapper.7z/file
  14. D

    Clone Money 7.72 OTX Server/TFS/Softcores 1.0.X.S

    There is a bug where players clone money just by using any two-handed sword, like the image of the backpack in the first slot one gold and the others occupied and the hand where the shield or bow goes the money when raising the sword verifies that it is not possible and clones the money
  15. D

    RevScripts [TFS1.4.2] XP Block - Monster Level

    -- scripts/monster_requirements.lua local monsterReqEvent = CreatureEvent("MonsterRequirements") function monsterReqEvent.onKill(creature, target) if not target:isMonster() then return true end local monsterName = target:getName() local requirements =...
Back
Top