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

    Compiling LIB ERROR iostreams

    I have libraries installed in "c:/local", but I still encounter the error: LNK1104: cannot open file "libboost_iostreams-vc143-mt-x64-1_84.lib". The paths seem to be set correctly. This pertains to the OTX 3.2 server; I've never had this issue before, always using the same resources. I've...
  2. Svira

    [Poland][8.0] OldTibia S2 - F2P

    🎉 Welcome to the second season of the OldTibia server! 🎉 We're excited to announce that all reported bugs have been fixed, and on top of that, we've introduced many new systems and improvements to make your experience even better! Key changes: 💰 Removal of the fee for training positions for...
  3. Svira

    TFS 1.X+ [bug] buying items from eq

    Hello gentlemen! I have a problem. I noticed that after adding the system slot, my NPCs dealing in item trading started buying items from EQ, where to look and how to fix this problem? I found some old solutions with old svn, I need a fix for tfs 1.2 npc/lib, I've probably searched everything!
  4. Svira

    Feature Windows restarter with log saving function without external programs - only bash

    I saw that many people using Windows have problems with the auto restarter that monitors the tfs process, even if there is one on the forum, it does not save logs for Windows, which can be helpful in the event of various failures. Below is a restarter that starts 3 consoles: 1. Monitors the...
  5. Svira

    TFS 1.X+ HP/MP BUFF No error - Crash.

    Hello dear community, I am creating a code to increase HP and MP for 1 hour, but if the player uses the item and then remains logged out, a crash occurs after some time? how to prevent it? CODE: local BOOST_DURATION = 3600 -- w sekundach local STORAGE_VALUE = 224411 local BOOST_EVENT_NAME =...
  6. Svira

    OTClient [OTCv8] Gold Coventer?

    Hello community, I decided to sit down to OTCv8 and see what this miracle is, I have never used it before. I see that it has potential, but I don't understand how the macro works... Can someone provide me with the code that will convert gold into platinum using conventer (usewith) It works like...
  7. Svira

    [Poland] [8.0] oldTibia [19.11 - 16:00 CET] FREE 2 PLAY

    Start on 19.11 2023r - 16:00 - oldTibia was created with the idea of being free-to-play (f2p). Primarily, the mainland map has been edited to provide a FACC (Free Account) experience. In addition to new hunting grounds, there are now quests available for PACC (Premium Account). On the website...
  8. Svira

    TFS 1.X+ Stamina above 42:00? Problem with renewal. BUG

    Hello, comrades! I edited the sources and set the maximum value of stamina = 4480, which equals 56:00, the problem is that stamina only regenerates until 42:00 and does not go further. If I change the default in SQL to 56:00, after logging in, the client is debugged without any errors in the...
  9. Svira

    TFS 1.X+ GetAttackSpeed Problem

    Hello, please help me how to correctly read the attackspeed of a weapon? yes, yes I have it added to src. error: attempt to perform artihmetic on a nil value TFS 1.2 - 8.0 code: local attrkeys = { ['charges'] = ITEM_ATTRIBUTE_CHARGES, ['time'] = ITEM_ATTRIBUTE_DURATION, ['atk'] =...
  10. Svira

    [13.16] Wheel, Bosstiary etc [Canary2]

    Hello! Forge Exaltation Wheel of Destiny Bosstiary Boss Slot Hazard System Hunting Task System Team Finder (does not automatically group, but you can search for groups to kill bosses) Sound Spells and Monsters Map UPDATED. Have Fun :)
  11. Svira

    Breakchance and MSG(player:say)?

    Hello everyone very warmly! Question to the community, how do I set the message to be sent when the brackchance function is called? I am using tfs1.5 and canary, please help me, my result was to add script/weapons to the registry: slingShot:breakChance(9, function(player) player:say("Your...
  12. Svira

    IP Logger PHP for MyAcc

    What is this? add in index: <?php $servername = "localhost"; $username = "nazwa_uzytkownika"; $password = "haslo_uzytkownika"; $dbname = "ots"; // Stwórz połączenie z bazą danych $conn = new mysqli($servername, $username, $password, $dbname); // Sprawdź, czy udało się połączyć z bazą danych...
  13. Svira

    Help in locating the bug/error from the console

    Hello you! Today I am asking for the location of the error, I have never encountered this message before and I do not know where to look for this warning ... Any ideas what this could be responsible for?
  14. Svira

    RevScripts bad argument #1 to 'pairs' (table expected, got nil)

    Hello, I've been struggling with a table problem for a few days now. Any idea how to solve it? below error code: [2023-16-01 14:48:13.903] [error] Lua script error: scriptInterface: [Main Interface] scriptId: [(Unknown scriptfile)] timerEvent: [in a timer event called from:] callbackId:[]...
  15. Svira

    RevScripts Auto Spawner

    The problem is that after a few BOSS the script stops and doesn't create any more monsters without error. The boss name cannot be defined because it is fetched from the table, there are more than 50 of them Part of choise boss: local boss = configBosses[bossIndex] local bossName =...
  16. Svira

    Lua TFS 1.2 Talkaction Selfinfo.

    Hello, I'm looking for a Talkactions script for character info, For example: the player will use the !selfinfo command and get the answer you have xxLVL, XXMlvl and skills: xx, xx, xx, xx, xx, xx. I want it to show skills already with bonuses from EQ and not download the result from the...
  17. Svira

    [Poland][8.6] Fogeland, Custom Map, AS based on skill and more. [Start 29.11 18:00 CET]

    URL: www.fogeland.eu IP: fogeland.eu:7171 Version: 8.6 Classic + Special Client (You can use both the client from cipsoft and our edited one) START DATE: 29.11.2022 - 18:00 CET Welcome to Fogeland! Tired of repetitive projects, we have created something completely NEW for you! No more...
  18. Svira

    Lua Ramdom stats by CODEX NG

    Hello, do any of you have a script for random stats in loot using the following sources? https://otland.net/threads/magical-items-for-tfs-1-2-3.257011/page-2 I am looking for exactly ondrop loot that will add stats to items from monsters on a rare, epic and legendary basis.
  19. Svira

    PHP Show image1 when count is 100...

    Hi, gentlemen, I am asking for a PHP script that, after reaching 100, next to badge1, after reaching 200, will display badges 1 and 2 <?php echo $profile_data['monsterkills']; ?>
  20. Svira

    TFS 1.X+ Change your outfit bonus without the need for a relogin.

    Hello, as in the topic. The problem is that the bonuses added with the outfit appear after the relogin, not the change of outfit itself. my login.lua: -- Outfit bonus if player:hasOutfit(player:getOutfit().lookType, 3) then local bonusCondition =...
Back
Top