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

    Any ideas how to break 2b HP limit in monsters?

    Any ideas how to break 2b HP limit in monsters? TFS 1.5 Downgraded 8.6 Nekiro I was change all what i found with health/monsters int/uint32 to int/uint64 but still limit is 2.1B Changed files: creature.h creature.cpp iologindata.cpp luascript.cpp monster.cpp monster.h player.cpp (but here i...
  2. D

    onLook problem on god account

    Hi, i make script for onLook my upgrades on characters, but when i check normal player from god account, then i get error, when im look from normal player to god/normal player then its okey, only if God tried look normal player (when he look on self then its ok) local onLook_UPKI =...
  3. D

    Lower damage if its a 2th/3th/4th attack

    Hi, i was maked that wand script, and if player storage = 4 then he attacking monster 4aps, but i want to change damage, first attack deal 100% dmg, second -15% than first, third -15% than second, fourth -15% than third, you know xD But i don't know how, look what i maked, but it taking -15%...
  4. D

    player:attackspeed how to fix it

    Hi, how to fix/add that function to tfs 1.5 downgraded 8.6, i have same errors: Lua Function - [TFS 1.2/1.3] player:setAttackSpeed(ms) | player:getAttackSpeed() (https://otland.net/threads/tfs-1-2-1-3-player-setattackspeed-ms-player-getattackspeed.257468/post-2712250)
  5. D

    If player have X storage then get 2 attacks per second

    Hi, i think about little character update, then if player got X storage, he have 2 attacks per second for few min or something like that. (Im not tried anything for now, only thinking xD) So in my head, i thinked something like that. - Add that function - Lua Function - [TFS 1.2/1.3]...
  6. D

    TFS 1.5 Healing value in server chat not exist

    Hi, someone know who to fix healing value in server log? Couse when training monk healing self, in server log we saw only that: TFS 1.5 Nekiro 8.6
  7. D

    Freez after try attack monster by summon TFS 1.5 downgraded 8.6

    Hi, I'm using TFS 1.5, downgraded by Nekiro to the 8.6 protocol, and I have a problem with summons made by players. When I cast utevo res "orc" or other monsters that can be spawned by utevo res, then i not have problems, but when i try attack other monster when the summon is alive, then server...
  8. D

    [8.6][TRACKED] Vestia.pl MAP - Not finished. (~70%)

    Hi, i upload a map from polish evo server Vestia.pl I was record it 1.5/2y ago, so here u dont find new exps, what support added in latest edition. So... Vestia City (i think compelted in 95%) All others citys with houses (x7) Quest and Exp Room All FACC and VIP EXPS ALL Exps for Gold Ingot...
  9. D

    How to remove description if monster is level 0?

    Hi, can someone help me with creature description if is level 0? For now when monster has level 0, we see "is level 0", how to remove it? Show only if have level >= 1? return strDescription + ", it is level " + std::to_string(level) + '.'; Im using that script: Feature - [TFS 1.3] Monster...
  10. D

    TFS 1.5 8.6 Compiling problem [GREED TFS 1.5]

    Hi, i build new PC and i installed again vs2022, vcpkg blabla, but when i tried compile tfs 1.5 (greed version) I got that error, fmt package is installed. If i good remember, when im used this tfs pack on my old pc, it work perfect without any errors, maybe someone packed got update? Build...
  11. D

    How to make table from 1 to 10

    Hi, how do I make a table like that? local monsterName = { [{1,10}] = {name = "Orc"}, [{11,20}] = {name = "Orc Spearman"} } local monsterType = MonsterType(monsterName[player_skill_level].name) I tried to spawn monster X if the player has a skill level from X to Y...
  12. D

    mysql problem with new skill

    Hi, i have this error when i login/logout to my local server, im use this tutorial to add new skill New skill by EPuncker · Pull Request #4503 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/4503/files) [Error - mysql_real_query] Query: UPDATE `players` SET `level` =...
  13. D

    otclient v8 compile problem

    Hi, any ideas why i can't compile otc v8? I download clean files from github, installed all libs what be linked on github, but im use visual 2022 not 2019 1>session.cpp 1>websocket.cpp 1>mouse.cpp 1>lbitlib.cpp 1>luaexception.cpp 1>luainterface.cpp 1>luaobject.cpp 1>luavaluecasts.cpp...
  14. D

    New sprites for 8.6 client and text animations

    Hi, I have a few questions. 1. How do I enable logging in to the game without a client with new sprites? - I mean, if a player tries to log in without a client with sprites, he doesn't get debugging, but all new sprites are like old ones. - I saw something like it on servers with mounts on...
  15. D

    Linux What distro is currently best for running a client-based tibia 8.6

    Hello, this is my first post, and it’s probably a stupid question, but why not? What distro is currently best for running a client-based tibia 8.6 My main requirement is a functioning war system. Working on the server and ACC. I have seen a few topics with the latest distro (?) The TFS 1.5 8.6...
Back
Top