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

    Compiling Compiling TFS 1.4.2 errors "fmt::v10::format_error"

    Hi, i have got issues when compiling TFS 1.4.2 (from May 9, 2022 to play on 10.98). There is no problem regarding latest source code (for 12.40 compiling was smooth). Everything is installed like on tutorial. I tried re-installing visual, libraries and vcpkg. I searched for similar issues and...
  2. P

    TFS 1.X+ Bugged %exp display TFS 1.4

    Hey, someone knows something about this thing? When ill get any exp then this red line (V) stops working and ye... I need to re-log char to see how many %exp i got. help please also have a good night/day <3 (Stable TFS 1.4.1)
  3. P

    Lua Adding custom exhoust to potions [TFS 1.3]

    Hey, I did search whole forum for this but idk... Can someone help me to add cooldown storage to potion's script or change that I can use potion and cast rune at the same time? [TFS 1.3] Becouse sometimes potions cant be used for like 2s idk why. ( I did remove os.time check in player.cpp ) My...
  4. P

    TFS 1.X+ Problem with droploot

    Hey, I have problem with loot. Sometimes creatures drops 2x loot, like: Loot of a monk: 2 book of prayers I got latest TFS 1.3 so I don't know whats wrong with droploot. (rateLoot = 1) Monk loot from .xml: <loot> <item name="gold coin" countmax="1" chance="15300" /> <item...
  5. P

    Lua Block more hits with a shield

    Hey, I was wondering how to change that player can block more than 2 hits with a shield. ( TFS 1.3 ) In creature.cpp i found: blockTicks += interval; if (blockTicks >= 1000) { blockCount = std::min<uint32_t>(blockCount + 1, 2); blockTicks = 0; } Is "(blockCount + 1...
  6. P

    Lua Summons spells with scaling (TFS 1.3)

    Hey, i need spell that deal dmg like normal one with mlvl scaling (e.g exori flam) from "master" summons. Can someone help me? Or give me any other summon system? (I using the default one from TFS 1.3 with a bit changed source by myself) I serached a whole forum and found nothing that works...
  7. P

    Lua How to add this functions?

    Hey all, I dont know where i can put these lines to work, like: ( from upgrade system - CreatureEvent - [TFS 1.3] Upgrade System (https://otland.net/threads/tfs-1-3-upgrade-system.264672/) ) item:setItemLevel(item_level, true) or item:getType():isUpgradable() etc. Can someone do guide me by...
  8. P

    Lua Weapon damage over time (TFS 1.3)

    Hey all, i dont know how to create script that adds DOT condiction to weapon. Can someone help me with that? I mean - Axe with bleeding DOT (that scales by skills/level/atk by default like other weapons i made) I searched a whole forum and I found outdated/not working etc. scrtips. Here is...
  9. P

    Spellrotation

    Hey, I searched spellrotation function for bot (vithrax/cave) in forum/internet but found like nothing... In vithrax is AttackBot function but casts like only 1 spell. Anyone here know how to make (or have already) working attackbot with spellrotation?
  10. P

    Compiling Errors with OTclient 1.0

    Hey all, i have weird problem when compiling OTClient 1.0 in VS19 I tried VS 15/17 but this one needs v142 from VS 19... I have followed edubart tutorial with vcpkg for VS 17 and vcpkg package is in A:/vcpkg included and registred with .bat files (in ss) I can add that i can compile TFS engine...
  11. P

    Lua Auto attacks effects

    Hey, i was wondering is there any script that makes auto attacks use effects like aoe dmg? I want that Paladin can use spell that toggle attacks to normal or AOE but for costs like 50% dmg Please help <3
  12. P

    AAC Problem with ACC maker when installing

    Hey, i compiled etc. newest TFS (10.98) and when i trying to install any ACC Maker (gesior,Znote,MyACC) always shows errors... But in TFS by otservBR all things works well. In case of MyACC: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lastday' in 'field list' I did add 'lastday' but...
  13. P

    RevScripts I need help with change gold revscript

    Hey, anyone write script with changing gold for TFS 1.3 with revscript? Please share if u have any <3
  14. P

    RevScripts Can someone convert?

    Hey, can someone convert any autoloot (without clicking) to revscipt for TFS 1.3? Please <3
  15. P

    RevScripts Help guys

    Hey, I have problem with understranding revscript, how I can know what i need to change etc.? (TFS 1.3) I cant find any tutorial or smth. but i want to convert some scripts from /creaturescripts to /scripts/creaturescripts (autoloot (AutoLoot System for tfs 1.x...
  16. P

    TFS 1.X+ Daily reward

    Hey, I using Tfs 1.3 (otservBR latest) and daily reward semms not working propely. The thing is I cant collect reward after 1 day (like 2 days later too) and poop: "You have already claimed your daily reward" Please help <3
  17. P

    Login to server problem

    Hey, I have another problem with logging to my server. The thing is my friends can see my website from server but cant login to the game by client I have dns and ports open, also in firewall (80,7171,7172 etc.) The client is 12.40 (from otservBR) changed to my serv ip. I can connect (with this...
  18. P

    .exe error

    Hey, I just changed ip's etc. in my Tibia 12 client (from otservBR) with notepad++ After that .exe changes tibia icon to basic icon and after start pop up error 0xc0000005 help please <3
  19. P

    TFS 1.X+ Attackspeed delay for paladins

    Hey, ive got problem with attackspeed delay for paladins. In vocation.xml for all vocs they have attackspeed="1000" and it works fine, but for paladins not. I mean there is a delay between attacks when moving, and its like 2s but when i dont move its normally 1s. Please help <3
  20. P

    TFS 1.X+ 2 bugs (autoloot,tasks)

    Hey, i using TFS 1.3 by OTServBR and i have 2 bugs. First is by lua script error shows after tryin to move any container. I cant change bp's etc. -- Handle move items to the ground if toPosition.x ~= CONTAINER_POSITION then if item:isContainer() then local container...
Back
Top