• 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

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

    OTClient Update module

    Hello everyone I didnt find the answer , i create a simple module that shows a number (storage result) from player. I update this number using an onThink with interval, there is another way to keep the number updated without using an onThink ? Seems if you add 10 Numbers and you scroll it...
  5. alejandro762

    Lua TFS 1.4 Script Table and Texto

    Not sure about it but probably using a function for generate the random value so rx will loop the number of times, nx the upper limit of the random value, something like function valueOfRxNx(rx, nx) local t = {} local dt = 0 for i = 1, rx do local randomValue =...
  6. alejandro762

    AAC link page to other sub-pages

    So much for something so easy, <a href="folder/goblin_page.php">Goblin</a> for example. That's why i used znote.
  7. alejandro762

    WHERE CAN I FIND THE SPR DAT FILES FOR 13.10?

    Yes, you still need it for other reasons, like Remeres map editor, etc.
  8. alejandro762

    WHERE CAN I FIND THE SPR DAT FILES FOR 13.10?

    Simple by downloading the client you want and use Spider Client Converter to extract it.
  9. alejandro762

    Ravendawn spr&dat 2024

    Bit hard, so much flags to add lol but after fixing it each one on object builder i could get the full working sprites on it. ps from unknown cheats you learn how directly from ravendawn client extract spr and dat after that you need write a code in python, in order to get the flags from .dat...
  10. alejandro762

    Limit Slots C++ TFS 1.4.2 / Otcv8

    Probelm is not on Slots_t but on SlotPositionBits uint32_t. So for example if you go to slotp_idk = 1 << 16 ( you can it's the limit) If you wanted add more, you should add for example: SLOTP_LEFT & SLOTP_RIGHT as a group, so you can add a shield at left or at right, and weapon at left or...
  11. alejandro762

    Limit Slots C++ TFS 1.4.2 / Otcv8

    Doing a trick, you can go with, going to say no limit ? The limit will be the screen you got and client view, lol. Since you can add 200 Slots if you want, but using groups, otherwise as i already see the 65536 on Sources, you cannot go upper than change everything from client/server side.
  12. alejandro762

    OpenTibia SpellCreator: A graphical spell creation enviroment

    Ok then, Open spell folder, inside of settings edit the file. Download tibia 8.70 here from ots.me: https://downloads.ots.me/data/tibia-clients/dat_and_spr/870.zip Now, extract it anywhere, add the dat and spr path of 8.7 on settings.ini
  13. alejandro762

    Help!, how to access my website in xampp as admin

    Config of website, Find somewhere to add the account/password of the god, example ZnoteAAC: After 7171 Block port: Add your account here, login and you will be able to edit everything on website.
  14. alejandro762

    TFS 1.X+ Errors when compiling TFS v1.4x (v1.4, v1.4.1, v1.4.2)

    Alternative, Check Date of Release of TFS, check on VCPKG > Releases, TFS 1.4.2 Release The Forgotten Server 1.4.2 · otland/forgottenserver (https://github.com/otland/forgottenserver/releases/tag/v1.4.2) Jun 29 2022 VCPKG Release: Release 2022.06.15 Release · microsoft/vcpkg...
  15. alejandro762

    Is it possible to compile an OTC V8, OTC MEHAH and TFS 1.2 with 1 vcpkg folder?

    I got 6 vcpkg , so yes you can compile again otcv8, just you need change variable environnement of your ROOT vcpkg , and on comand prompt , integrate the install of the new folder , each time you need to this if you with change vcpkg folder. Otcv8 and tfs can be compiled with same vcpkg , not...
  16. alejandro762

    WHERE CAN I FIND THE SPR DAT FILES FOR 13.10?

    Sprites opened from CIP client, on Object builder it works. If you try open from a private server, you should know that some people doesnt know that is necessary to add Flags, in order to see it on correct position on Windows, or store, or whatever box or thing can be showed up. Add flags...
  17. alejandro762

    Lua Monster reflect Elemental damage by a %, TFS 1.4

    TFS , The Forgotten Server. CS, Canary Server.
  18. alejandro762

    Feature [TFS 1.3] Monster Levels

    True but you can still use player:addExperience. I add this monster level to a 13.32 so function on a script action on use or a chest wont work , the trick is create an item that you Will change it to an npc for experience , add to npc player:addExperience and I Will work. Sol each time you...
  19. alejandro762

    the end of otservers

    What's the list of servers you made ?
  20. alejandro762

    TFS [1.X] Lootwand

    Thread should be "Sell Items onUse Item" , Lootwand what means ? The item used is a wand ? Use GPT is good in order to learn some things, for create complete scripts you should know first how works the code in general.
Back
Top