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

bug

  1. jondropss

    (BUG .lua) Script that centers Sprite

    Hello otland friends. I am using a script to centralize the spell sprites on my narutibia server. Version 8.6 Tfs 0.4 However ... when using this script, the weapon stops damaging ... only the centralized effects sprites are showing, but without damage. Could someone help me? ---> SCRIPT I'M...
  2. Guizek69

    [TFS 0.4] Stamina Bug onDeath

    Hello everyone! I use a TFS 0.4 3777 already edited by me. It meets 99% of my expectations so changing it is not a good option. However, there is a serious problem: Some players, when dying, have their stamina regenerated for 3-4 hours. I've followed several topics here: Lua - Stamina BUG...
  3. ROKI721

    [LittleTips] For new creators | List bugs and solve.

    I write here small tips for new "noobs" server creators. Its small solved propably with editor, client and start engine. This Threat can be helped only new creators. I can mistake of any line, dont suggest my opinion, i'm not god. Maybe little bad english, sorry. [ENG] Error with log-in -bad...
  4. A

    ERROR TFS 1.3

    ...ipts/scripts/quests/cults of tibia/vortexSpawnCarlin.lua:20: attempt to index local 'portal1' (a nil value) stack traceback: [C]: in function '__index' .ipts/scripts/quests/cults of tibia/vortexSpawnCarlin.lua:20: in function <...ipts/scripts/quests/cults of...
  5. S

    TFS 1.X+ Lever Problem

    Hello, I have a problem with the ascending ferumbras lever, everything works correctly except that ferumbras spawns for each player who uses the lever, I don't know what it could be. I leave the script, I hope someone helps me local config = { bossName = "Ascending Ferumbras"...
  6. Jpstafe

    Problem with life bars and mana(OTCLIENT)

    I have this following problem .. when I open the life bar .. between that bar and the rest there is a large space .. on the right side on the left, the same thing happens to me it has a solution?
  7. S

    TFS 1.X+ lloyd bug

    Hi, I'm having trouble with boss lloyd, which is cloned and many of them appear at the time of the fight. also do not stop appearing If someone could help me, I would be grateful, I leave the script: local monsters = { {cosmic = 'cosmic energy prism a', pos = Position(32801, 32827, 14)}...
  8. W

    HELP ME, WHAT DID I WRONG? Client OLD TIbia IP

    I edited a 7.72 client through notepad, and it didn't bug, because I changed the ip with all the same characters, but also the connection error lost due to expired! help me please! The client need log in the host 147.135.86.31 client Bellow!
  9. Jpstafe

    Problem with life bars and mana(OTCLIENT)

    I have this following problem .. when I open the life bar .. between that bar and the rest there is a large space .. on the right side on the left, the same thing happens to me it has a solution?
  10. M

    TFS 1.X+ Trade BUG

    I've been testing trade functionality recently and there is one bug I wanted to address. If someone could test it to confirm it would be great. Latest 1.3 TFS To reproduce the bug: Have your 1st character with only magic sword in your left hand or any other type of equipment. Make sure you DO...
  11. Kuantikum

    OTClient BUG when log in area or upstairs.

    Hello guys :p:p When I log out or climb a ladder this error happens: :eek::eek::eek::eek:o_Oo_O ERROR: invalid encrypted network message at: [C++]: ?xteaDecrypt@Protocol@@AAE_NABV?$shared_object_ptr@VInputMessage@@@stdext@@@Z ERROR: failed to decrypt message at: [C++]...
  12. marek12

    TFS 0.X Database condition bug. Anyone please?

    Hello guys, I am recently facing a problem that makes some of players (including my GOD character) having condition "[Blob - xx B]" in condition row in database. I have noticed that this condition causes me to randomly change the player group. My GOD character going from god to normal player...
  13. 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...
  14. M

    TFS 1.X+ addCondition bug

    Just moved to latest TFS version and it's been great so far. The only thing that pops up in my console is few error messages: Alright, so it's not a big deal. Just change the function. The thing is it does not work. Even when using examples from github. Let's say scripts/custom/combustion.lua...
  15. W

    bug event zombie monster zombie not kill player in 1 hit

    help me any one from that @Znote @M0ustafa @Nekiro @StreamSide @Cornex @Printer monster zombie not kill player any one help me from that
  16. Paulix

    TFS 0.4.3 light glitch

    Everybody knows that rev 3777 and 3884 have the light glitch, that when you deEquip an item that emits light, the light stays on character forever. I tried to find some hints on how to fix it on forums, but no success, i also tried to see why it is happening on sources, but with my current...
  17. cricks

    Why aren't some of my screenshots showing up in the forum?

    I am uploading directly to OTLAND and inserting it as a spoiler. Saved as PNG, as you guys can see... Not only me, an user related the same error in my post.
  18. C

    TFS 1.X+ Client crashes whenever I buy a house and logout

    Hey guys, I have a weird bug that whenever I buy a house and the server restarts, next time I log in my game crashes. After this, I must try to log in 2x because the first I always get a debug error. Any idea what should I be looking for to fix it There is no errors in console, the game just...
  19. C

    I pay $ whoever solves my problem! Illegal value ERROR!

    I am tired of following guides that never works. I mean, they work if you want to play alone, playing in localhost... This works like a charm, but whenever I try to make my otserver online (the real objective here) things go wrong. Going directly to my problem: I tried to change my client IP...
  20. Theofar

    [Bug Report] Item destructor

    Hello, recently I got a crash on my TFS 1.2 related to item destructor. The referenced line is: My teorie is that item is being removed from memory but without updating inventory vector from players.cpp. So, player destructor will try to use a pointer for a item on inventory vector, and...
Back
Top