• 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

    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...
  2. 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
  3. alejandro762

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

    Seems very nice, unfortunately linux computer doesn't exist here.
  4. 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...
  5. 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 🤔
  6. alejandro762

    Windows problem opening servers

    Dumb question but, could be because missing redistributables ?
  7. 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 =...
  8. 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...
  9. 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"...
  10. 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...
  11. 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...
  12. 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...
  13. alejandro762

    TFS 1.X+ Buggy life and mana leech in TFS 1.3

    Totally agree, and using TFS 1.4 there is a problem with this, AreaCombat have a problem, it loops for each creature, and all creatures in area example 6, if you hit with a spell and you try 100% chance of both, you will receive Mana and Life for each creature, also depending on the time of...
  14. alejandro762

    new slots

    Any item you can add function Useable, container flag on item editor / object builder / assets editor. Than add the "containerSize" attribute on items.xml. You can get an armor, helmet, legs with inside inventory if you want.
  15. alejandro762

    C++ Monster without range attack shouldn't look at you

    Probably playing with: monster.health = 1000 runHealth = 1000 More easy, just copy a simple chicken.
Back
Top