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

    OTClient OTCLIENT

    bump
  2. Kuantikum

    OTClient OTCLIENT

    I'm trying to login with OTCLIENT V8 on a modified server, however I get the following message: "Your client is outdated, please visit http://www.psoul.net and download the latest client." And with that I can’t log in with another client, except with the server's own client. I found the...
  3. Kuantikum

    Lua [Nostaurius] Walkthrough everything Ctrl + Arrow keys [¿TFS 1.2?]

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X] Go to events/events.xml and onTurn make sure write from 0 to 1. ¿How can i set this, if Nostalrius 7.7 do not have "events/events.xml" ? function Player:onTurn(direction) if self:getGroup():getAccess() and self:getDirection() ==...
  4. Kuantikum

    PHP php cURL is not enabled.

    It works with: apt-get install php-curl Thx very much!
  5. Kuantikum

    PHP php cURL is not enabled.

    What i tried? I tried to edit the .ini files in "/etc/php/7.0", restarted apache2, but the error persists. Can you help me ?
  6. Kuantikum

    [TFS 1.2] Pet system

    TFS 1.2 data\lib\pets_lib.lua ---- based on Jordanhenry pet system version 1.77 (changelog) ---- edited by hellboy -- config PETS = { PREFIX = "PET_", CHANNELID = 9, CONFIG = { introduction = "You may catch pets using command '!petcatch'. If your pet dies, you have to...
  7. Kuantikum

    Lua [TFS 1.2] - Training Dummy with DPS calculation

    Im using Nostalrius 7.7, but it do not have "EVENTS" folder. :(
  8. Kuantikum

    [Tf 1x+] Event Roulette

    I installed it as an action, but nothing happens. Perhaps the TFS 1.2 version of Nostalrius 7.7, is not compatible with this script. . .
  9. Kuantikum

    [Tf 1x+] Event Roulette

    I've been testing this script in Nostalrius 7.7 version, but the script just doesn't work and there is no error in the log. "RealOTS 7.7, it's based on TFS 1.2". Can i have some help ? How to install that ? Thx! Is it a mod ?
  10. Kuantikum

    Lua [TFS 1.2] - Training Dummy with DPS calculation

    Hello guys! In the community we can find this version for TFS 1.3 Monster Training Dummy with DPS calculation, but they say Open data/events/events.xml Enable onTargetCombat Open data/events/scripts/creature.lua Find function Creature:onTargetCombat(target) But the server I'm using is TFS 1.2...
  11. Kuantikum

    Dungeon System [ 0.4 / 0.3.7 / 0.3.6 ]

    Nice! ILL take a look. Thanks you!
  12. Kuantikum

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Thank you very much for your interest, I understand that this system is essential in this version and that adding great value to the project, I know it shouldn't be so simple to implement. We still need this system! #Asking for Reward Chest & Boss Reward TFS 1.3# @Togu
  13. Kuantikum

    Linux LINUX UBUNTU 16.04 [Error - LuaScriptInterface::loadFile] ¿Not finding the route files ?

    After simplifying the server for a test version, I removed all the remaining entries and left only a few so that I can do the tests. I revised the case of uppercase and lowercase letters for all files and folders, revised both ways and the original form and always got the same error. I verified...
  14. Kuantikum

    Linux LINUX UBUNTU 16.04 [Error - LuaScriptInterface::loadFile] ¿Not finding the route files ?

    I suspected from the beginning, I did some tests, but I received the same error, I will review it to see if it really is IT IS CASE SENSITIVE. Many thanks for the reply.
  15. Kuantikum

    Linux LINUX UBUNTU 16.04 [Error - LuaScriptInterface::loadFile] ¿Not finding the route files ?

    Someone could tell me if this is really an error in the Linux version or there is another rule when exposing the "shortcut ../../"
  16. Kuantikum

    Linux LINUX UBUNTU 16.04 [Error - LuaScriptInterface::loadFile] ¿Not finding the route files ?

    I thought of doing that, but these are files, which apparently must be in LIBS and not in spells. Remembering that in windows, it opens normally without any change. As far as I can understand is that "../../" refers to a "shortcut" or "redirect" to where the files really are, that is: The entry...
  17. Kuantikum

    Linux LINUX UBUNTU 16.04 [Error - LuaScriptInterface::loadFile] ¿Not finding the route files ?

    The "same". [Error - LuaScriptInterface::loadFile] cannot open data/spells/scripts/../lib/ps/events/spells/Evolve.lua: No such file or directory [Warning - Event::loadScript] Cannot load script (data/spells/scripts/../lib/ps/events/spells/Evolve.lua) cannot open...
  18. Kuantikum

    Linux LINUX UBUNTU 16.04 [Error - LuaScriptInterface::loadFile] ¿Not finding the route files ?

    It is in: /server/data/spells <instant name="Evolve" words="*o1" enabled="0" script="../../lib/ps/events/spells/Evolve.lua"/> And the i understand the archives it is looking for are in: /server/data/lib/ps/events/spells
Back
Top