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

    TFS 1.X+ TFS 1.2 crash tile

    I got some random crashes, can someone help me? Thread 2 "tfs" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff5fb2640 (LWP 67825)] 0x0000555555b26f5a in Tile::hasProperty (this=0x0, prop=CONST_PROP_BLOCKPROJECTILE) at /home/otserver8001/otserver800/src/tile.cpp:43 43...
  2. V

    I have this problem compiling the tfs 1.2 10.98 from the official repository UBUNTU 22.04

    CMake Warning (dev) in CMakeLists.txt: Policy CMP0021 is not set: Fatal error on relative paths in INCLUDE_DIRECTORIES target property. Run "cmake --help-policy CMP0021" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Found relative path...
  3. Jpstafe

    help I want to implement the "Bring Me To" tfs 1.2

    Hello I would like to know how you can put the npcs of the boat the bring me to.. \data\npc\Captain Bluebear.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Captain Bluebear" script="Captain Bluebear.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100" /> <look...
  4. Jpstafe

    Rarity system 1.2 tfs query

    Hello, good afternoon, I would like to know how this system that is installed on this server works... I have not been able to find out how it works or if it is working, from what I was reading in the files, could it be with a gem system? Can someone explain to me how to test this system if it...
  5. Jpstafe

    error compiling tfs 1.2

    Hello community, I'm trying to compile a TFS 1.2, I have all the VCPKG installed, the TFS 1.5 I can compile it without problem, but this 1.2 does not let me get this error .. Severity Code Description Project File Line Suppression State Warning MSB8004 Output Directory...
  6. P

    OTclientv8 + TFS 1.2: "ERROR: no creature found to move"

    I'm on linux trying to setup a custom server. No matter the version of TFS or client I use, I end up with this error. GPU AMD Radeon Vega 8 Graphics (raven, LLVM 16.0.6, DRM 3.52, 6.4.9-200.fc38.x86_64) (AMD) OpenGL 4.6 (Compatibility Profile) Mesa 23.1.5 [Atlas] Texture size is: 4096x4096...
  7. Travisani

    Lua Percentage Damage on Action

    Someone know how to do a action when player clicks on id 2478 (chest) receive a damage in 20% of his/her life? EX: 3000 life and the player clicks; Receive 600 damage. SRC from GitHub - otland/forgottenserver: A free and open-source MMORPG server emulator written in C++...
  8. Mythh OldHeart

    OTClient Automatic light for Premium Accounts

    Hi I'm trying to make this idea works only on client side. So basically I want to give free "utevo lux" for premium acc and it can be visible only for the player himself. I've tried this but nothing happens.. I'm using the Otclient V8 sources by the way creature.cpp // local player always have...
  9. shakal1994

    PHP znote acc powergamers

    hello my heroes I'm trying to adjust my powergamers in Znote AAC, but I'm facing a difficulty. My server is based on Celohe's TFS 1.2, downgrade to 8.0 I'm not sure if it's the globalevents, or the html page. The problem is the following, when I run the query in the DB At first it works...
  10. I

    TFS 1.X+ Change the currency used for buying and selling items on the market

    Hi guys, I would like to know how I could modify the currency that is used to buy and sell items through the market, which is currently gold coin, crystal, etc. I would like to modify so that tibia coin is used instead. I use tfs 1.2x
  11. almirtibiaalmir

    tfs 1.2 no tables were optimized

    Hello everyone, i got the error "no tables were optimized" after i compiling tfs 1.2 8.0, do someone know how to fix it? befor the compilign the databse were normally connected, after source change and new compiling displayed this error... i created an new db it doesnt help. thanks for help...
  12. almirtibiaalmir

    unable to load items.otb after compiling

    Hello, I downloaded an 8.0 ot server (tfs 1.2). It has already been assembled. I changed the source to implement the ingame shop in the otclient and then recompiled. But after the rebuild the error "old version detected appears. a newer version of items.otb is required" I tried using another...
  13. Manigold

    TFS 1.X+ Help with protocollogin piece of code tfs 1.2

    I am trying to convert some old code from a multiworld system to tfs 1.2, but I am stuck at the last part. I tried all day but every attempt resulted in the client crashing. It is only the protocollogin.cpp part that is very different from the one I am using(mine don't have addWorldInfo...
  14. X

    Lua Buy more than 100 items from an NPC

    Using TFS 1.2 Cannot figure out how to make it so an NPC can sell more than 100 of an item. Here is the "doNpcSellItem" function from my npc.lua: function doNpcSellItem(cid, itemid, amount, subType, ignoreCap, inBackpacks, backpack) local amount = amount or 1 local subType = subType or...
  15. dropz

    Outfits? TFS 1.2 - helppp

    here we go again... maybe now i get a answer :D well, i added some new outfits in my server and they are working properly, but now im facing a problem to "lock" this outfits. currently all premium players has access to the new implemented outfits, and my idea is this new outfits only can be...
  16. F

    Downgrading TFS 1.2

    Hello, I'm downgrading tfs version 1.2(10x) to 854, I have no errors in my client's terminal and no errors in my server's terminal, the client is just "Connecting to the game server...", I changed the settings .cpp, protocollogin.cpp and items.cpp, I'm out of errors and out of ideas to follow...
  17. helviio

    C++ Old elevation parcel block [TFS 1.2] tibia 10.98

    Used Distro : Github Tibia Version : 1098 good morning good afternoon or good night. alright? Hope all is well =D c'mon... I'm trying to create a 10.98 server and I'm trying to add this to my server but I'm not getting however I don't understand much about sources and I've even been researching...
  18. F

    Nostalrius New Outfits

    Hey guys, I'm trying to add new outfits to Nostalrius (Nostalrius by Ezzz). I've already managed to put the new outfits with OB, as you can see: I have no outfit.xml in Nostalrius files, but I found these lines on protocolgame.cpp: If I change the value 134 to 267 (Assassin Outfit on the...
  19. emil1174

    TFS 1.X+ player:setMoveLocked(true) (TFS 1.2)

    Hello. I came back to Tibia after a long time and I am learning again: D Can someone explain to me how it works player:setMoveLocked(true) player:setMovementBlocked(true) Character cant move when i use keybord arrow but when i use mouse can walk :v Gyazo im add function from function...
  20. X

    C++ Convert RSA System from old to new

    Hello, I have tried to convert the RSA system on my server (TFS 1.2) from the "old" style of having the prime1 and prime2 hard-coded in the sources to the "new" style, with a key.pem file, but I can't get it to work. Here is what I have done so far: I replaced these lines in my otserv.cpp...
Back
Top