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

tfs 1.2

  1. ranita

    Migrating from TFS 1.2 to TFS 1.4.1

    I attempted to migrate from TFS 1.2 to TFS 1.4.1 but it seems I'm pretty dumb and don't know how. Compiled just fine, but the EXE wouldn't run. Didn't see any sort of config folder and figured I needed to merge it with my TFS 1.2? I'm pretty lost with having to migrate from one version to...
  2. Grinwick

    [PAID JOB] tfs1.2 nostalrius 7.7 dist -stack block walk and -spellLevel

    Greetings, As noted in title, i'm using the nostalrius 7.7 distribution. First i would like to disable walking over stacked parcels, i cant manage it by myself since i only have the 'hasHeight' function not the 'getheight' in 'tile.cpp'. So i'm a bit lost there... Secondly i would like to...
  3. ZeroSkyer

    Lua help in script loot block

    Hello! I made this code to limit how many items can be looted per day, it works fine. But I would like to add many more items, any ideas? Thanks in advance. local falconcirclet = 32414 if lootBlock.itemId == falconcirclet then if Game.getStorageValue(falconcirclet) < 2 then...
  4. Manigold

    Lua TFS 1.2 Save player

    Hello otland, i need a script that saves a player when he kills another player.I'm using tfs 1.2. Something like this: local config = { heal = true, save = true, effect = false } function onAdvance(player, skill, oldLevel, newLevel) if skill ~= SKILL_LEVEL or newLevel <=...
  5. ZeroSkyer

    TFS 1.X+ How to optimize

    I made these scripts, but they cause a lot of lag. Thanks in advance<3 function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if attacker and attacker:isPlayer() then if...
  6. ZeroSkyer

    TFS 1.X+ onhealth bonus

    Hello, I've been like 3 hours and I can't do that works. I also want to know if it is safe to register the event in OnSpawn? Same as self:registerEvent('amplificationPotions') function onHealthChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if...
  7. Manigold

    Lua TFS 1.X a nil value

    I'm having a problem ,(line 22 :attempt to index local 'conjureItem' <a nil value>) With this function : function Player:conjureItem(reagentId, conjureId, conjureCount, effect) if not conjureCount and conjureId ~= 0 then local itemType = ItemType(conjureId) if...
  8. ZeroSkyer

    TalkAction Buy premium by modal window

    I found this script I made a few months ago, it's not amazing the code but it works fine. function onSay(player, words, param) function Player:sendPremiumPacks() -- Modal Window Functionallity local function buttonAccept(button, choice) if choice.text == "Premium Days (15)"...
  9. danio4don

    TFS 1.X+ what script in tfs is responsible for this lever?

    what script in tfs is responsible for this lever? https://prnt.sc/VPebHNE1lrG-
  10. APTGET

    TFS 1.X+ [Problem] Query Player Containers - NO WORK

    Hey guys. How are things? I currently have a problem, and I'm a little lost trying to solve it. The problem is Casting some rune, or even buying something from any NPC. Although I have several backpacks inside my main backpack, if the main backpack is full, it ignores additional backpacks and...
  11. ZeroSkyer

    Normal cpu usage

    What do you think is the normal CPU usage on this VPS? I'm using otbr without charms, quickloot, bestiary and all that new stuff. Currently I am having a use of 80% of the CPU with 250 players, the VPS is cloud, it is not dedicated.
  12. ZeroSkyer

    TFS 1.X+ how to optimize

    Hello, I just launched the Valentine's Day event and almost the entire server uses exercise, the fact is that up to 40% of the cpu is used with that script, can someone help me optimize it? thanks in advance local skills = { [32384] = {id=SKILL_SWORD,voc=4}, -- KNIGHT [32385] =...
  13. ZeroSkyer

    Scripter Improve my private war

    I'm looking to improve my private war, I want to add options to reduce skill and level within it, I'm using tfs 1.3 - otbr, no revscripts. My discord: Vidar_#5035
  14. ZeroSkyer

    TFS 1.X+ server crash

    Hello guys, does anyone know what this crashlog is related to? Where should I start? Thanks in advance. Signal caught: SIGSEGV in 04/02 - 02:44:01 Thread 5 (Thread 0x7fffefd94700 (LWP 17998)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No...
  15. ZeroSkyer

    Lagging OTBR

    Hello friends, since yesterday someone is attacking my server, I use a version of OTBR, does anyone know what it could be? tf
  16. ZeroSkyer

    C++ message update tfs 1.3

    Hello friends, I am trying to get old clients to receive the message that they have to update the client. Is there a way to do it with the RSA Key? I found the function in the protocollogin but it gives me debug when I connect with the client that does not have the RSA key of the server. Does...
  17. Derlexy

    Error Compiling TFS 1.2 (Ubuntu 20.04)

    Hello guys. I've got some errors while compiling my server in Ubuntu 20.04 distro. Server im using: GitHub - Ezzz-dev/Nostalrius: Nostalrius is a 7.7 Tibia Clone Project based on The Forgotten Server 1.2 and CipSoft files. (https://github.com/Ezzz-dev/Nostalrius) (its a TFS 1.2) Tutorial im...
  18. R

    Forgottenserver - protocol 10x and 12x

    Hello there! Today i'm using OTBR source, protocol 12.64 and i'm migrating to Forgotten Server, so i cloned Forgotten Server to my VM. I'm migrating because i need a clean source and datapack. I'm creating a alternative tibia server (Battle Royale - show project later) and i need use OTCV8...
  19. APTGET

    Compiling TFS 1.2 ‘MONEY_RATE’ is not a member of ‘ConfigManager’

    I'm adapting a new feature in my Nostalrius font, but it feels like I got lost again. I think it's pretty silly, and it's even embarrassing to ask for help, but let's go. cmake .. make In this specific case: Thank you guys! 1636572328 Solved: ConfigManager.cpp...
  20. Szmycu

    TFS 1.X+ Compiling OServBR Error

    Im using Debian 11 I have followed this tutorial and get into trouble https://forums.otserv.com.br/index.php?/forums/topic/169753-linux-ubuntudebianotservbr-global-nginx-mysql-opentibiabr-gesioraac/ I getting error on making last function: git clone https : //github.com/microsoft/vcpkg cd vcpkg...
Back
Top