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

    C++ Cast spell function for TFS 1.2?

    Hello, I was wondering how I could add a function like doPlayerCastSpell(cid, "exevo gran mas vis") for the current tfs version. I did find a old version for this but it did not work to implement into the current tfs version of tfs. Lua Function - doPlayerCastSpell(cid, spell) It's located...
  2. Y

    Help Needed - Community Group to make compilation tutorials and guides for OTC

    Yes, it would be amazing if someone could update the info about otclient. Some problems I encountered waas that: I did try to make use of it and managed to compile it and everything, but also all tools to edit .dat and .spr seemed outdated so I ended up giving up on otclient. I've also heard...
  3. Y

    CreatureEvent Passive Spells tfs 1.2

    This is really interesting and I have never used onThink, could somebody explain what it does? onThink(creature, interval) what's the interval there?
  4. Y

    MyAAC v0.7.12

    Can't edit posts here... For some reason my highscores is completely empty but everything else on the website seems to be fully functional. It just says "No records yet." despite having several chars at different levels and skills, and none of them have any groups. I tried editing highscores...
  5. Y

    MyAAC v0.7.12

    Nevermind fixed by changing around some permissions.
  6. Y

    MyAAC v0.7.12

    Fatal error: Uncaught RuntimeException: Unable to create the cache directory (/home/otsmanager/www/system/cache/twig//5/f). in /home/otsmanager/www/system/libs/Twig/Environment.php:1275 Stack trace: #0 /home/otsmanager/www/system/libs/Twig/Environment.php(335)...
  7. Y

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Adding a couple of extra tiles is great imo, but seeing servers with super many tiles just makes no sense imo. It adds nothing to the game and walking in caves for example becomes stupid, because often there's only around 5 or 6 squares where you can actually walk so then there's 10 tiles with...
  8. Y

    x-logged players on otservlist = no, on server = yes. Need Fix!

    Pay xinn and he won't ban you, these systems doesn't matter.
  9. Y

    Castro AAC

    i've been playing around with it now for a couple of hours and i really like the site, I know the site isn't fully done but the only thing I think that's missing right now is a fully working shop and the site would be fully functional for a server. hopefully the project can get finished, I love...
  10. Y

    Castro AAC

    Hello, I solved it by manually importing the tables. However I would assume the error comes from doing several SQL queries inside one file, since all other files worked good except this one and this one was the only one that had several different queries to import. Maybe this doesn't work for...
  11. Y

    Castro AAC

    Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CREATE TABLE `castro_extension_hooks` ( `uid` INT NOT NULL AUTO_INCREMENT, ' at line 16 I'm getting this when trying to install, I didn't...
  12. Y

    My server just got banned for data spoofing after launch

    Your server automatically gets banned if you get a high amount of players on launch without paid advertisement on there. They will unban you but usually their response is really slow so you will probably have to wait a couple of days or even weeks.
  13. Y

    C++ I want to make TEXTCOLOR_WHITE_EXP into a random number, How do I achieve this?

    Thanks this will definitely work but it's not 100% what I wanted because it just gives a few colors, and there's 216 different textcolors that you can have in tibia. I have tried myself adding new text colors and confirmed it works like that. All available colors come from here: 216 Web Safe...
  14. Y

    C++ I want to make TEXTCOLOR_WHITE_EXP into a random number, How do I achieve this?

    This is in const.h in the forgottenserver 1.2. enum TextColor_t : uint8_t { TEXTCOLOR_BLUE = 5, TEXTCOLOR_LIGHTGREEN = 30, TEXTCOLOR_LIGHTBLUE = 35, TEXTCOLOR_MAYABLUE = 95, TEXTCOLOR_DARKRED = 108, TEXTCOLOR_LIGHTGREY = 129, TEXTCOLOR_SKYBLUE = 143...
  15. Y

    C++ Removing exhaust on certian items only

    Hello, right now in my server using TFS 1.2 the exhaustion works like this: whenever you use an item it triggers the exhaust "timeBetweenExActions = 1000" in config.lua, so I want to fix that certain items do not trigger this exhaust at all. This means that I cannot use runes and potions at...
  16. Y

    Tibia 10 Custom Client: Disable Update Message + MC + Your IP

    The domain has to be that long else the client will crash I think, just register two new domains via no-ip and make them the correct length. In real tibia there's login server and game server, thats why they there's two different ips for that too but ots generally just use the same ip.
  17. Y

    Player.setExhaustion, Player.getExhaustion [TFS 1.0]

    Hello sir I replaced os.time() with os.mtime() and as you said the number gets way too so that the function stops working. What would be the best way to make the number smaller so that we can use it? Since I need to check the milliseconds.
  18. Y

    Where is this?

    Old Masonry
  19. Y

    ACC Page - which one?

    What about castro? I have installed it on my server and it works great so far :)
Back
Top