• 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. Luan Luciano

    problems with TIBIAAPI

    I'm trying to update tibiaapi to version 13.32, I made some changes to the package, but I always get the same error, and I don't know how to decipher what's missing, can anyone help me? https://github.com/luanluciano93/TibiaAPI/tree/luan some package updates: Commits · luanluciano93/TibiaAPI...
  2. Luan Luciano

    Problem in getMoney() function in TFS 1.5 nekiro 860

    Guys, I'm having problems with the getMoney() function in TFS 1.5 nekiro, when I have a value above 4294967296 gold coins, getMoney() bugs.
  3. Luan Luciano

    [TFS 1.5 Downgrade Nekiro] Problem in killing summons for task count

    At first I thought it could be an error in the getMaster() function, but I saw that there was no problem with it. After several tests, I realized that, for example, when attacking an Orshaball with summoned demons, and killing them all at the same time, maybe the orsha dies first and the demons...
  4. Luan Luciano

    [LINUX] Installing NGINX on Ubuntu 22.04

    Hello, this tutorial is a part of the main topic: "Full infrastructure tutorial to start a TF 1.x server on Ubuntu 22.04" ... It is part of the 1st installation of the LEMP stack on Ubuntu 22.04: NGINX. STEP 1 - HOW TO INSTALL THE NGINX WEB SERVER To show web pages to your site visitors, we...
  5. Luan Luciano

    [LINUX] Complete Infrastructure Tutorial to Start a TFS 1.x Server on Ubuntu 22.04

    TOPIC UNDER CONSTRUCTION This tutorial will consist of several step-by-step (topics) on how to set up all the infrastructure to bring a TFS 1.x server online on Linux Ubuntu 22.04. STARTING THE LINUX MACHINE It is important that every time you log into your UBUNTU machine you update the...
  6. Luan Luciano

    Problem differentiating ORIGIN between WEAPON and SPELL

    I'm creating a life leech system, but I want it to be done only by attacks with enchanted weapons ... onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) I edited a new wand by the weapons file... but its 'origin' damage is ORIGIN_SPELL, just...
  7. Luan Luciano

    [TFS 1.5 NEKIRO] Problem with sudden skill advancement

    Hello friends, I'm using TFS 1.5 nekiro on a server with an average of 80 players online, and I noticed that sometimes some players gain skill suddenly, passing others who are in first. I started to follow the rank of sword, club, ax .. etc, and I realized that sometimes some players, even if...
  8. Luan Luciano

    [TFS 1.5 NEKIRO] Problem with "reload scripts"

    Hello friends, I'm using TFS 1.5 nekiro on an online server and I had problems using the "reload scripts" command, an example of a problem is stopping all globalevents ... Has anyone else gone through this? Is there a solution?
  9. Luan Luciano

    Is it ok to use website and server on separate machines?

    Is it ok to use website and server on separate machines? Do you have advantages? Disadvantages?
  10. Luan Luciano

    Problem registering more than one EventCallback onTargetCombat

    Hello, I tried to register more than one onTargetCombat EventCallback in revscript, but it only registers one. I read here on the forum about putting an integer in the register function to declare priorities, but it didn't work either. Example 1: 1 - ec:register(-1) 2 - ec:register(-1) 3 -...
  11. Luan Luciano

    MY WEBSHOP

    http://www.*********s.org/websites.php tibia codes . com skype: luanluciano.
  12. Luan Luciano

    Lua Function error TFS 1.1: getGuildId(guildName)

    Hello friends, I am willing to return the id of the guild starting a talkaction where your name is dictated. But this returning concart error ... can anyone help me? ex: http://hastebin.com/ucefevudop.lua
Back
Top