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

    Crystal Server

    It seems are you comparing paid distros vs free distros. With a game this old you aren't looking at a huge community willing to develop things for free especially when you finally do and all you get in return is "finally you did something" as if it is owed. Canary's code base is grotesque. I am...
  2. Itutorial

    TFS 1.7 login.lua

    I don't think the warning has anything to do with your login problem. Look for something else. You should be able to ignore the warning without problems.
  3. Itutorial

    Crystal Server

    Which one is better?
  4. Itutorial

    TFS 1.X+ Npchandler CALLBACK_GREET change

    I swear to god I tried that and it didn't work... Now it does...
  5. Itutorial

    TFS 1.X+ Npchandler CALLBACK_GREET change

    I am trying to make it so when I return false in my greet callback the npc will still greet the player with the message I determine but it will not focus or release the focus of the player after doing so. function greetCallback(cid) local player = Player(cid) if not player then return...
  6. Itutorial

    Cavalier Free Items.

    @Vasconcellos thanks so much for contributing. I am actually in the middle of creating a full RPG server so I need a lot of custom sprites. The fish will be used for the cooking and fishing skills and the ore for minning and smithing. I will put a little accredit on the items for you. Keep up...
  7. Itutorial

    TFS 1.X+ Custom Item attribute not being set

    So I have increased the amount of attributes I can use. One of which is bindtype of the item. The issue is it isn't changing when I try to use setAttribute on it. There are no errors indicating a problem it is just persisting anyway. Maybe there is a size limit somewhere I need to figure out...
  8. Itutorial

    Linux DDOS Attacks

    This is really the only thing you can do: 1. Use a Content Delivery Network (CDN) How it helps: A CDN helps distribute the load of your website or game server across multiple servers worldwide. It can mitigate DDoS attacks by absorbing traffic spikes and preventing them from overwhelming your...
  9. Itutorial

    Solved Possible to make runes unlimited in specified area?

    Stop it don't do this.
  10. Itutorial

    Programmer OtclientV8 + TFS source change

    That sounds like you could just cheat the system client side.
  11. Itutorial

    Programmer OtclientV8 + TFS source change

    I have created a visibility system where players cannot see creatures that are too far away (even if they are within the screen area). The visibility is determined by day/night and weather like snow, ect. The player can gain more visibility using a light source. The server side of this code I...
  12. Itutorial

    TFS 1.X+ Player visibility

    You crazy man. I might use that idea for a pvp situation. Hopefully someone has some type of information for me. Even if its not a direct how to anything will help right now because I have tried everything I can think of and its not even close to working. 1737181428 Nvm its solved.
  13. Itutorial

    TFS 1.X+ Player visibility

    I want to make it so players can only see creatures in their visibility range. Right now creatures will only update when they leave or enter the screen area. However, I need it to update if they are within the screen area as well. Here is the main part of the code I am trying to do. In...
  14. Itutorial

    AAC OTCv8 updater not working

    EDIT: Resolved. I forgot I changed the folder name in APPDATA for my server. Deleting it solved the issue. Anyone run into this problem running client updater on ubuntu? When I connect to the server and direct to updater.php I can see the following. There is also a lot more but just showing...
  15. Itutorial

    Capture The Flag

    I will eventually come back to this but first and formost make sure you didn't miss any of the steps in installing it. When I originally tested it I was unable to attack teammates. It could be that you somehow started the event and players were not assigned to teams properly which i will look...
  16. Itutorial

    TFS 1.X+ Tfs 1.4 player:addCondition()

    Anyone know why it isn't working? There are no errors. It just doesn't add the condition. I have used prints and know the code is executing as intended. if potion.health then local condition = Condition(CONDITION_ATTRIBUTES) condition:setParameter(CONDITION_PARAM_SUBID, 3)...
  17. Itutorial

    otclienv8 BotTextEdit

    For some reason I can not use BotTextEdit. It just destroys the UI. This is how I have it set up: BotTextEdit < TextEdit anchors.top: prev.bottom anchors.left: parent.left anchors.right: parent.right @onClick: modules.client_textedit.show(self) text-align: center...
  18. Itutorial

    OTClient otclientv8 Updater Problem

    Using windows. Everything works including downloading new files until it tried to install them. I get this error. The weird thing is even if I am not downloading data.zip it still shows this error. It seems the problem has to do with this: if (reMount) { unmountMemoryData(); file =...
  19. Itutorial

    Lua Compiled latest TFS but can't load config.lua

    Change: enableTwoFactorAuth = false See if that lets you in.
  20. Itutorial

    TFS 1.X+ Where is floorchange handled?

    Just want to note I did apply these and two of those fixes are opposite and need to be reversed. I believe it is: updateLookDirection and getDirectionTo.
Back
Top