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

  1. Raikou

    TFS 1.X+ Use item with uid x set storage id x

    I'm trying to do something simple, so at least i think. But can't get it to work. I have an item(book) with uid 6600, as soon as a player reads(use) it player.storage 6600 needs to be set. I thought I could do this with actionid 15000 (the standard reward box thing) but then I can't use the...
  2. Raikou

    TFS 1.X+ Teleport player out of area after x amount of time

    So i`m trying to make a boss room, the tp into the room works. But the tp after x amount of time doesn't work. since i`m using 1.3 and i think the code i got from here is 0.4? or something. local config = { room = {x = 896, y = 1048, z = 8}, kick = {x = 890, y = 1049, z = 8} } local...
  3. E

    Lua Gold coin rate and gold coin to bank

    Hey everyone, I was wondering on how to add a gold coin rate to my server (TFS 1.3), for example monsters would drop 2x gold coins etc, I found a way to do it but since it is done AFTER the loot is created, the loot message is ugly (not accurate), so I would like to know how to do it BEFORE the...
  4. Eduardo170

    C++ Compiling TFS 1.3 and No such files or directory

    I trying to compile TFS 1.3, but somes errors or things happen I dont speak so much english. I have: Microsoft Visual Community 2019
  5. Gicu

    GlobalEvent [TFS1.3] Kick player after x log or disconnected check 5 min

    data/globalevents/globalevents.xml <globalevent name="Kick Check 5min" interval="300000" script="kick.lua"/> data/globalevents/kick.lua function onThink(interval, lastExecution) for _, player in pairs(Game.getPlayers()) do if not player then return false end local ip =...
  6. A

    Modal Window Size

    Any ideas on how to increase ModalWindow size (width) ? I found out some suggestions to increase characters in Modal message but that doesn't work because message breaks to the next line. I tried this simple modal How-To Tutorial And my result is: Also buttons not showing full text. I'm...
  7. zbizu

    CreatureEvent [TFS 1.3] updated Slot System

    this but updated (no backwards compability) example set generated by player:generateSetTest(): example use: local it = player:addItem(2125, 1) it:setMaxSockets(3) it:addStat("HP", "+2%") it:addStat("Sword", "+2") it:removeStat(2) -- removes sword buff changelog: compatibility with tfs...
  8. Joriku

    OTServBR RealMap 12.20 (Linux Ubuntu complete)

    Got any other tutorial needed? Let me know and I'll make sure to post it up for ya Yesterday I made a video to help some people out on Linux Ubuntu. This video is complete setup from start to end. You can find the video here: (If I helped you out, leave a sub for my hard work) If you want a...
  9. B

    Solved Help with Loot Slots

    Hello OTLand Community. I've downloaded the latest version of OTServBR (Version 12) and have a trouble with slots on corpses loot. Here i go: 1. In items.xml, "slain demon" is configured with this line: <attribute key="containerSize" value="24" /> 2. Then, when i kill any Demon, i have only 15...
  10. itachi_

    TFS 1.X+ TFS 1.3 Crashes after compiling

    I have compiled my tfs at this way otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) after running it it gives the following crashes 1: Compiling - TFS 1.3 Crash right after compiling master branch...
  11. Nekiro

    Feature [TFS 1.2]+ Advanced Auto Loot System

    Hi, today I release system exclusively written to be released publicly. I noticed that we don't have a good auto loot system here on otland, so that's why. It was tested on latest tfs 1.3 master branch, but it should work in any 1.x version probably. How does it work? Clicking on corpse will...
  12. Togu

    How to remove duplicate data dependency OTClient / TFS 1.3

    For example: We have modules/gamelib/spells.lua in OTClient with all spells information. And in TheForgottenServer we have data/spells/spells.xml with the same information. If you change on server, you have to manually change on client. How do I remove that duplicated data? I know how to send...
  13. tekadon2

    TFS 1.X+ Function that checks if the player is approaching X area

    A few hours ago I was trying to create a function in which it returns the player's proximity to a certain place as a percentage. Example: Player 70% to go to X position. It would be something like this. No need returns with the% sign just the value is enough. Thank you :)
  14. W

    Problem with exp stages

    hello guys, i'm facing a little problem with exp stages in my server. first i have a question, the minimal exp stage multiplier is multiplier="1" ? i need to put a less multiplier, it's possible to be like 8.6 servers ? like multiplier="0.1" ? thanks
  15. E

    Movement Script to ActionScript

    Hello guys, Can someone helpme to transform this movements script in to Action Script? i'm using TFS 1.3 i get it from oen432 waypoint system by @oen432
  16. myalitth

    TFS 1.X+ Teleport Players - Lever Quest

    This script (Attach) teleport players from teleport tiles to boss room So i need, to edit this script to teleport players from boss rom to out of room. I've tryied a lot types... Some players stuck noob chars on boss room, to block boss... Script: local function removeBosst(fromArea1...
  17. T

    TFS 1.X+ Error installing VCPKG

    Hello, guys. I'm trying to install VCPKG to compile my sources (TFS 1.3), and I can't proceed with other steps because this error. I following this tutorial: compiling Images: ERROR: Someone can help me? Thanks.
  18. ramonsma

    SCRIPTER for TFS 1.3 Version 10.98[PAID]

    I'm looking for scripter to help me implement some systems on the server. The work will be PAYMENT. Level of difficulty: medium / hard. TFS 1.3 Version 10.98 Contact Discord: xTZ Ramaub # 7081 Whatsapp: +55 71 9 9262-4932
  19. R

    TFS 1.3 missing DLL

    Hello I just compiled TFS 1.3 but something is wrong beacuse I get an error Where can i find zstdd.dll? I searched everything but event google doesn't know about zstdd.dll :(
  20. Senzation96

    TFS 1.X+ TFS 1.3 [8.6] Client Crash

    Hello! This is the "Error Report" I get after the crash! ( Just Standing in the temple / dp) Anyone got any ideas what might be the issue? "Floor Above DP/TEMPLE" is hunt tps room if that matters? Crash only happens in the temple! No errors in TFS 1.3 Console Window [GOD CHARS DO NOT CRASH...
Back
Top