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

Recent content by alejandro762

  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 =...
Back
Top