• 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!

Search results

  1. S

    RevScripts throw items delay

    Hey @Xikini! Sorry to revive the topic, but is it possible to apply the same logic from your script in TFS 0.4? Thanks!
  2. S

    Linux How to use screen + GDB in .sh executable?

    @Gesior.pl Is there an equivalent for this 'CMAKE_BUILD_TYPE=RelWithDebInfo' tag in TFS 0.4? like an --enable-debug --enable-server-diag? Thanks!
  3. S

    Solved Crash with Fir3elements 0.4 - Cast System (Log Provided)

    Hi! I'm facing the same issue, I've already implemented the solution proposed by @Gesior.pl here Merge pull request #1 from gesior/cast_system_crash_fix · Fir3element/3777@29eb7a6 (https://github.com/Fir3element/3777/commit/29eb7a67e6994950687967f5afb69c39b04dd622), and it still crashes. What...
  4. S

    Looking for mining system

    hi @Xikini, sorry to relive that. I saw your script and i want to take this in my project. Could you help me make a global event to summon the stones in random positions? I would not like to leave them in fixed positions, as this would facilitate the use of bot to mining. Many thanks!!
  5. S

    [TFS 0.4] Slot system by Mock [modified]

    @royalpala, first of all. Many thanks for this script optimization! One question, is it possible to make the slot system only work on specific items? ex: only use in golden armor, dsm and mpa. Thank you, guy!
  6. S

    I need to make my client 8.60 with extended sprites

    Hi @lSenturion2 How you can solve this? Tks.
  7. S

    TFS 1.X+ Life Leech Problem (TFS 1.2)

    Oops, it worked! I had forgotten that. Taking advantage of this post, would you know to tell me if the attributes "increasemagicpercent" and "increasehealingpercent" are available in tfs 1.x version? Many thanks!
  8. S

    TFS 1.X+ Life Leech Problem (TFS 1.2)

    hi guys! I broke my resistance and decided to try to update myself a little more by migrating from tfs 0.4 to 1.x. I've downloaded the latest tfs file from github (otland/forgottenserver (https://github.com/otland/forgottenserver)). I managed to open the server without any problems. However...
  9. S

    Dedicated or Vps Servers

    The point here is that we are not talking about companies that have millionaire funds just for their servers. If you haven't read it, in the title our friend asks about dedicated servers or VPS to START a project. Do you really want to talk about scaling/load balancing in instances to mitigate...
  10. S

    Dedicated or Vps Servers

    Absolutely not. GCP, AmazonEC2 and Azure (MS) do not even offer the basics of protection against a possible DDoS attack. It may be a good option to start a project, but as soon as you start to suffer attacks, you need to migrate.
  11. S

    Linux Stupid locked www folder? (Permission Denied)

    Yes. You will be giving the necessary permissions for your user to access the directories (/var/www). No security measure that i know of justifies excluding the "root" user entirely. You don't want to use "ROOT" by default is ok, but if you create a new user called "KloneraAdminAbcd" for...
  12. S

    Linux Stupid locked www folder? (Permission Denied)

    I don't know what your current O.S, however it is basically this: go to /etc/sudoers, you can use nano /etc/sudoers find this line root ALL=(ALL:ALL) ALL then paste below YOURNEWUSERCREATED ALL=(ALL:ALL) ALL and restart your machine.
  13. S

    Linux Stupid locked www folder? (Permission Denied)

    I don't know what reasons made you disable the root user. However, without having the necessary privileges, you will not be able to have complete access to all your directories and system. Permissions are a fundamental part of linux. Without them, we are unable to view, change or execute files...
  14. S

    Linux Stupid locked www folder? (Permission Denied)

    lol, you dont have root permission. if you switch to root (superuser), you can access any unix directory. execute this: sudo su cd /var/www if you need edit root password: sudo passwd root and set the new password for root.
  15. S

    MYACC Unable to create the cache directory

    try this: chmod -R 750 /var/www
  16. S

    [TFS 0.4] Increase Damage

    worked perfectly. Thanks 😘
  17. S

    [TFS 0.4] Increase Damage

    Hi guys! Inspired by the topic created by @runsicky (Here) and which received support from @heba , I would like to know if it is possible to use the same logic but that instead of the player absorbing X% of the damage received, having its damage increased by X% if player has a certain storage...
  18. S

    [TFS 0.4] OnLook Show "Nickname" depending of storage.

    worked perfectly, thanks @Xikini!
  19. S

    [TFS 0.4] OnLook Show "Nickname" depending of storage.

    Hi guys, I'm trying to make a script that when giving the character a look, return a certain "nickname" depending on the storage. Example: If the player has 30001 storage, show Hunter when giving a look; If the player has 30002 storage, show Assassin when giving a look; If the player has 30003...
  20. S

    [TFS 0.4] Push Cumulative Question

    Hi guys! I don't know if you know this type of "push", this is very common in old versions (like 7.92). A more "skilled" player can move the character up to 3/4 sqms away. I would like to know if someone with more experience could help me implement this type of push (2, 3 or 4 sqms depending...
Back
Top