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

    Linux DDOS Attacks

    A foolish child has fun at the expense of people's sometimes hard work and time put into building OTS.
  2. C

    NPC Name change item

    up :D
  3. C

    TFS 1.X+ Script for daily boss

    It will definitely be useful. I've done simple mechanics but never (for me) such a complex one where it takes into account random places that are displayed a few seconds earlier and the boss doesn't deal damage in them
  4. C

    TFS 1.X+ Script for daily boss

    Okay, I'll try to do it taking your advice into account :D Thanks
  5. C

    TFS 1.X+ Script for daily boss

    Hello! I have a question because I'm not sure if this can be done in Tibia on TFS 1.4.2. I was thinking of creating a room with a daily boss where, for example, every 15 seconds the boss triggers an explosion throughout the room. For instance, 5 seconds before the explosion, he shouts (for...
  6. C

    OTClient "Anti-bot" Cam?

    TFS 1.4.2, OTCv8, Hi, I once heard about an "anti-bot" system that can be implemented on a server, where not only does the program catch players, but the GM can check what players are clicking on with the mouse or keyboard. That way, if nothing is being clicked while the character is running...
  7. C

    AAC MyAcc - add server discord

    Thanks ~! :) Solved
  8. C

    AAC MyAcc - add server discord

    Hello!:) I would like to add a discord on my page with the current number of people displayed as in the screenshot. Does anyone know how to do this?
  9. C

    Lagged Boss

    Thanks you! You're Best! :D
  10. C

    Lagged Boss

    Hello! I created the boss, but there is one problem. When attacking a boss, e.g. with a Paladin, the boss runs towards the player and then suddenly stops where the player was, stands there for about a second and runs towards the player again instead of naturally chasing him without these...
  11. C

    NPC Name change item

    Have you solved this problem? :D
  12. C

    C++ Party shared experience issue

    WoW nice :D
  13. C

    TFS 1.X+ Pocket dummy training

    You would probably need to add an attack from dummy, but I don't know if it's possible to make the attack without breaking through skill well.
  14. C

    Loot msg color on the screan

    Well, I think that if I wanted to change the loot message on the screen to white, I should change it: [MessageModes.Loot] = MessageSettings.centerGreen" on [MessageModes.Loot] = MessageSettings.centerWhite, if my const.lua is: TextColors = { red = '#f55e5e', --'#c83200' orange...
  15. C

    !leavehouse teleports away

    Hi :) The second problem I have is with !leavehouse. When I'm in some houses, using !leavehouse kicks me out the door, which is correct. However, I noticed that some houses, e.g. in Carlin, after entering !leavehouse send me to Svargrond Or !leavehouse in Carlin elsewhere drops me off at...
  16. C

    Only guild lider can to buy

    SOLVED I managed to make the entire script. I'm putting it here, maybe someone will find it useful :) Maybe it can be done differently, but the important thing is that it works. I noticed another problem with !leavehouse but I will create a new topic for it Script: local config = {...
  17. C

    Only guild lider can to buy

    any idea ? :)
  18. C

    Only guild lider can to buy

    house.xml: <house name="Riverspring" houseid="1038" entryx="32761" entryy="32128" entryz="7" rent="19450" guildhall="true" townid="3" size="284" /> In game: It belongs to house 'Riverspring'. Nobody owns this house. It costs 448000 gold coins. (someone who is not a guild leader can buy a...
  19. C

    Only guild lider can to buy

    Now I noticed that I do not have information about guild hall added in the table sql database 🧐 1731048738 And in src I don't have the "guild hall" interpreted and the division of "guild hall" and "house"
Back
Top