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

    DEBUG Client 10.100 OTX 3.7 - TFS 1.3

    Hello everyone, my players are having DEBUG without cause and only some players happen, and it's only when they reconnect. Error client: Debug Assertion 1100 Control.cpp 1530 Fri Nov 23 22:52:19 2018 Graphic Engine: DirectX9 (2) Operating System: Windows Vista Family in MEX Processor: Intel...
  2. Ü

    Bug PUSH on TARGET OTX 3.7 TFS 1.3

    I need your help, the player when he is attacking can not push correctly, he has to stop attacking to push. Help please <3
  3. Q

    TFS 1.3 - Tibia 8.6

    Hello everyone, I can`t find any information about how to start tfs 1.3 ( latest github version ) on Tibia client 8.6. I've found some posts that tfs is scalable ( ? ) to different tibia versions so I`m guessing that this is possible. So can anyone tell me how to start this tfs server for...
  4. Togu

    TFS 1.X+ Extended OP Codes

    How do they work? How do I use them? I need to send a new information (like player attack speed) to the client. Can someone give me a simple example of a custom extended op code working? Or teach me the theory.
  5. Dohko

    Compiling Error compiling TFS 1.3 in Windows

    Hello, otland friends, how are you? I have a very annoying problem to solve, i can not compile tfs 1.3 to x64 at all. I already tried to install vcpkg, using this method: git clone https://github.com/Microsoft/vcpkg cd vcpkg .\bootstrap-vcpkg.bat .\vcpkg integrate install I followed the...
  6. dolver

    TFS 1.3 Stoped Working

    Hello everyone, i have a big issue here because i dont know where is the error. The tfs just stops while "Initializing gamestate". I've tried everything, rebuild and all stuff like that, tried to put other dll's on the directory of the .exe but nothing really works, tfs still not starting. here...
  7. Infernum

    Lua Function [TFS 1.3] Item abilities via Lua

    SQL needed to execute in db: ALTER TABLE player_items ADD abilities BLOB NOT NULL; ALTER TABLE player_depotitems ADD abilities BLOB NOT NULL; ALTER TABLE player_inboxitems ADD abilities BLOB NOT NULL; C++ Code: infernumx/forgottenserver...
  8. Peonso

    Click to select area instant spell

    I want to have spells triggered by words like "exori vis" that enable to select a tile, as if you are using an spell rune like "great fireball". Anyone figured out how to do it? I wouldn't like an work around with hidden items. No problem at all if it revolves at source editing client, server or...
  9. L

    Auto Loot Tfs 1.3

    Hey guys, me again! Im using Printer autoloot - AutoLoot System for tfs 1.x Im facing some problems, the system works well, but items inside a container (bag or backpack) didnt go for the check. I tried editing the code with some others variables but none made effect. Any tips? local function...
  10. L

    Lua Problem with event lib

    Hey guys, me again! Trying to edit some code but Im having some problems. Could anyone help me fixing the code? Thanks. FIXED: Wrong functions
  11. L

    [TFS 1.3] [Lua] Task System with unique room

    Hey guys, how are you? I'm importing a task system to my tfs 1.3 server but I need this system to be in a single room. In this script every task boss has its place. local function roomIsOccupied(centerPosition, rangeX, rangeY) local spectators = Game.getSpectators(centerPosition, false...
  12. L

    [TFS 1.3] Online Premium Points

    Hello, I ask your help for a simple system of each one hour online the player should receive 1 point. Every 12 points (12 hours), through a talkaction he will buy 1 day of premium time. I already did some of the code and I need help for the rest, thanks! local event = {} local timeOnline = 60...
  13. M

    Lua TFS 1.3 Check condition

    How to check condition for mastermind potion? local mastermind = Condition(CONDITION_ATTRIBUTES) mastermind:setParameter(CONDITION_PARAM_SUBID, 8) mastermind:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000) mastermind:setParameter(CONDITION_PARAM_STAT_MAGICPOINTS, 3)...
  14. K

    C++ I need to adapt system

    Can anyone help me adapt this to TFS 1.3? monsters.cpp monster.h monster.cpp map.cpp configmanager.h configmanager.cpp [/SPOILER]
  15. B

    Magical Items for TFS 1.2/3

    I am about to become homeless.. well in 24 days I will be homeless so I have no need for my ot server code. I was going to launch an ot server but that is a lot of work. Although I was almost done with the project, it still requires a lot more time to finish than I have. But in reality I need...
  16. flaviiojr

    [TFS 1.3] NPC get level and add experience

    Hello everyone!! I need help with the following function: - if the player has level 8, it will level up to 400 - if the player has 100, it will level up to 400 the limit is up to level 400, no matter what level it will only level up to 400... Thank you in advance, and I count on your help!
  17. D

    Spell only Healing Party

    hey, i dont know someone made something like this? look down. if not, its possible to do this? if yes can someone made it for me? thanks Healing only Party Members, skill working by 12 second all party members got every second 50 health points before spell end tfs 1.x bump
  18. S

    Lua TFS 1.3 getHouseOwnerNameById

    How can I get the name of the owner of a house? I have this script below but ownerName return false and houseOwnerId returns the player id. I'm new at lua so I would appreciate a full example. Later I will try to make it a function. I'm using this inside a action script when a lever is...
  19. D

    Equip ring TFS 1.3

    Hey, how can i add equip ring on hotkey in TFS 1.3? Here:
  20. D

    you cannot trade, drop item from backpack from quest

    hey, here is possible create itemid np = 55555 (you cannot drop this item, you cannot sell this item, you cannot trade this item) tfs 1.0,1.1,1.2,1.3 bump bump bump
Back
Top