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

tfs 1.2

  1. Mr Noxi

    Installation of account maker issues (gesior acc)

    Hello, Following From Windows 10 to OTS development machine for dummies tutorial and got to last part and now stuck with issue on installation of account maker The error is " STEP 4 Add samples to DB: Fatal error: Uncaught Error: Call to a member function fetch() on bool in...
  2. Ü

    TFS 1.X+ Bless script

    Hi guys, I have a problem with these bless. I am not a programmer or anything so I think they work badly. The script grants the 8 blessings and when you die by pvp you lose the twist of fate (1) and by putting bless again you can. But they accumulate, now you have double the blessings. To some...
  3. Stanos

    Looking for skilled programmer (TFS 1.2) storage bug

    So i got a serious problem, have no idea how to solve it or who caused it. Basically its second time when my storages fucked up first time it was one year ago and now today so looking for solution so it wont happen again. Using TFS 1.2 8.60 Ninja version i assume its something source related bug...
  4. S

    C++ Check if backpack is full

    Hey guys, I'm using this code to auto loot items. uint32_t corpseOwner = container->getCorpseOwner(); if (corpseOwner != 0 && !player->canOpenCorpse(corpseOwner)) { return RETURNVALUE_YOUARENOTTHEOWNER; } else { if (player->autoLootList.size() !=...
  5. B

    TFS 1.X+ Can't get RL 10.98 Map to work

    I've been meddling lately with TFS 1.2 on Ubuntu 16.04, sometimes finding issues but solving them eventually, but now I feel like I have to come here and ask you guys about what am I doing wrong in particular; engine works just fine with map and data provided provided from it's source, but it...
  6. R

    Lua Request for Varkhal Addon NPC TFS 1.2

    Hello, looking for working Varkhal in TFS 1.2 Thanks 🥳
  7. stefbox99

    Lua Trying to remove(clean) items from tiles with startPos to endPos

    startPos = Position(1064, 853, 7) endPos = Position(1088, 875, 7) function cleanTiles(startPos, endPos) for x = startPos.x, endPos.x do for y = startPos.y, endPos.y do for z = startPos.z, endPos.z do local item = Tile(Position(x, y, z)):getItems()...
  8. Yan18

    TFS 1.X+ Problem with login TFS 1.2 and 1.3 in Otclient

    Hello everyone! I'm with problem with login in TFS 1.2 and/or 1.3, when I try to login appear : Invalid Token Authentication But, if I comment this line in source in protocollogin.cpp: /*if (!Protocol::RSA_decrypt(msg)) { disconnectClient("Invalid authentification token.", version)...
  9. S

    High CPU/RAM usage after 8h+

    Hello everyone! I'm facing a problem that I don't know how to solve by myself anymore. I'm running a Global TFS 1.2 server in a Xeon E-2286G 8vCPU 4Ghz/8GB RAM dedicated VPS and the server used to have just ~100 players. Since I've put it on Otservlist, we started to get ~200 players and since...
  10. demon088

    TFS 1.X+ Add Fist Skill to Offline Training for Beds

    Hello OtLanders! I'm using TFS 1.2 for Tibia Version 10.98. I have just added Fist Skill on my OTS: There is a statue to train Fist and I have several spells including it, if somebody wants me to share such content, please let me know. However, my problem is on bed offline training as you can...
  11. L

    tfs 1.2 problem

    I have tfs 1.2 and I have such a problem that when editing myself, adding scripts, map, etc. at which the test temporarily start the engine and enter the game to check if everything works the engine did not want to turn on. Before I start xamppa it starts with a message that it needs access to...
  12. O

    C++ Bug while changing equip with critical

    Hi everyone i will be fast, im getting a bug with the equip that has this attributes (on equip and deequip) <attribute key="skillcriticalchance" value="value" /> <attribute key="skillcriticaldamage" value="value" /> <attribute key="skilllifechance" value="value" /> <attribute...
  13. Fifflaren

    Locked doors

    So I was making this quest where you unlock a door using a key, and everything works fine the door unlocks as it should but I would like it to close after you have walked in. Something like questdoors do. VIDEO!
  14. M

    Compiling TFS ERROR

    Hi guys, i have this libboost_date_time... but the error persists
  15. M

    Skill Point System

    Hello, i am using this script CreatureEvent - [TFS 1.1] Skill Points, modalwindow (https://otland.net/threads/tfs-1-1-skill-points-modalwindow.229280/) i'm trying to change somethings look the image: can i change, club sword and axe for only Strenght ? and upgrade melee damage... and Dextery...
  16. M

    Error Storage Skill Level HELP

    Can someone help me with this -- Configurations -- --------------------------- local STORAGE_SKILL_LEVEL = 10002 local STORAGE_SKILL_TRY = 10003 local config = { levels = { {level = {0,9}, quant = {1,2}, percent = 5}, {level = {10,19}, quant = {2,4}, percent =...
  17. M

    TFS 1.2 Script request

    I want a basic script for mining, with command !skills and show the mining level, more level, more chance to loot more ores... Script RARE DROP, when I kill a monster, have the chance to drop items by rarity, common, not common, rare, legendary... with stats like attack +5, def+5, fire damage...
  18. Fifflaren

    C++ tfs 1.2 Tibia store

    Hello Otland, I have been searching for some solution to the in game store not popping up and based on the information I found, is a source edit needed, Im going to be totaly honest I have NO idea what or how I shall tackle this problem so Im turning to my pals at otland :) Basically I need...
  19. D

    [8.60][TFS1.2] Roxor

    Hello i want share my project, orginal Roxor1337 map edidet by me. I added many new exp&quests, also fixed all what i find broken. Have fun. Still have few bugs. If you have any questions ask here. Screens:
  20. T

    TFS 1.x - Does anybody have the formula for old UHs?

    Hello everyone! 1st question: Did the UHs formula change since 7.4 or 1.x the tfs have the same/similar formula? 2nd question: If it is changed, does anybody have the formula for old UHs for the 1.x tfs? My actual UHs formula: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE...
Back
Top