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

    Hellgrave RPG 12.72 v6.0

    Is not same server, but already answered somewhere, here is the vcpkg for the server: GitHub - Open-Games-Community/vcpkg_v6 (https://github.com/Open-Games-Community/vcpkg_v6)
  2. alejandro762

    Object Builder mount/outfit sprite sheet import error after exporting same PNG

    Hi, Why do not export .odb and import .odb directly ? As PNG i never tried directly sheet but cutting of sprites on sprite sheet
  3. alejandro762

    Hellgrave RPG 12.72 v6.0

    Late answer, sorry for that, I paid also 400 bucks, and i got the acess to real one, i can tell you there is no guild module on this one, you bought the one that has what you mentioned before, memory leak, bugged C++ code, hided dupe items code, and some hided items on the map, as linux user i...
  4. alejandro762

    Ravendawn spr&dat 2024

    for a tutorial should be there for first a server.. there is no server to 'open a ravendawn server' so, no tutorial.
  5. alejandro762

    Ravendawn spr&dat 2024

    Spr is sold for 50 bucks .. let's wait.
  6. alejandro762

    Hellgrave RPG 12.72 v6.0

    I got also that version, but isn't the real one, because the real one has not the Guild Modules and many hided code with glitch money/dupe items on it like this one, warning.
  7. alejandro762

    Ravendawn spr&dat 2024

    Ravendawn Spr 08.2025 Dat 28MB / SPR 1GB https://www.mediafire.com/file/li5xiwzkgdqi37f/things.rar/file
  8. alejandro762

    AAC Znote aac

    Data/XML on your server, last line of your $config on znote: 8 => array( <--- 8 because is vocation ID 8 on data/xml 'name' => 'Elite Knight', <--- Name of vocation from data XML 'fromVoc' => 4 <---- fromVoc on data/xml ) <vocation id="8" clientid="1"...
  9. alejandro762

    OTClient [OTCv8] Modifying skill, battle, etc. buttons

    I dont remember, but you can change it. layout/your_layout/ here introduce a new file 40-gamebuttons.otui. Do something like this inside, fit your own size: GameButtonsWindow < HeadlessMiniWindow height: 50 size: 200 150 &forceOpen: true &autoOpen: 4 MiniWindowContents...
  10. alejandro762

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    Find on visual studio code "Could not add loot item to corpse" , you will find probably the onDropLoot. Can be: Non existing item id, or if you created new monsters adding like 200 items to loot, the container size to small for carry items. Nothing to be with this system
  11. alejandro762

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    Seems very nice, unfortunately linux computer doesn't exist here.
  12. alejandro762

    Windows problem opening servers

    You have redistributable ( 2015 - 2022 or 2015 - 2019 ) Are you under 32bits on a computer running a 64 bits ? In that case, is normal it won't run. Net 3.5 or Net 4.0 / Net 4.8 installed (Not necessary for the server, is more for client/launcher..) Can be also you are missing a .dll ( that is...
  13. alejandro762

    C++ [OTXServer2] Too high damage

    Deal 10 damage on a monster with 70hp or deal 10 milions on a monster of 70 milions hp 🤔
  14. alejandro762

    Windows problem opening servers

    Dumb question but, could be because missing redistributables ?
  15. alejandro762

    TFS 1.X+ OTCv8 Action bar problem

    Find: function init() connect(g_game, { onGameStart = online, onGameEnd = offline, onSpellGroupCooldown = onSpellGroupCooldown, onSpellCooldown = onSpellCooldown }) if g_game.isOnline() then online() end -- taken from game_hotkeys mouseGrabberWidget =...
  16. alejandro762

    Windows problem opening servers

    Check the simple things, if you have items.xml / world map (.otbm) , conection to MySQL database, user, password.. In any case, create a file called restarter and save it with extension .bat, inside paste this, and where "here.exe" write the name of your .exe to start server, then open it...
  17. alejandro762

    AAC [ZnoteAcc] convert this gesior top 5 players to znote

    Here is one layout: ZnoteAAC TibiaCOM (https://otland.net/resources/znoteaac-tibiacom.4/) So code <div id="HighscoreBox" class="HighscoreBox" style="background-image:url(layout/images/global/themeboxes/current-poll/bg_top3.png);"> <br><br><div class="container"...
  18. alejandro762

    AAC Web Design Template

    Well, in case i am violating a rule, please delete my thread, i search about the layout and didn't found anything that makes this private code (only pictures), in any cases, you should change every picture about title, the rest , tibia pictures, title, fonts, are not private since every code can...
  19. alejandro762

    Problem Freezing

    For experience, Starting with a question, did you add a module, new module ? Or have you some modules in game ? If yes: This modules are something like crafting, or gamestore , or things that you can add "more and more" things on it, like items to sell, outfits, crafting recipes, etc ? It can...
  20. alejandro762

    compiling problem

    I agree with you, But if is 1.4 , you can just go to TFS > Github, check release date of this TFS. Going to vcpkg > Take vcpkg version 1/2 Month earlier of the release of TFS 1.4, simple as this. Is why many people having troubles to compile because the vcpkg used must of times is the last...
Back
Top