• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by krycha511

  1. krycha511

    When player attack tfs freeze after compiling

    You said something about luajit: I have dlls in server folder Maybe these files are libraries? IDK. I want to compile with devc++ if viable to do. MSVS doesn't work with your source. Its opening and nothing happend.
  2. krycha511

    Compiling It is hard do compiling?

    Where I can check this xd (version of tfs) Yes, there is no .sln All I probably know is it a Dragon Ball on tibia 8.54. I have idea but I don't it will works, well I will download source from here https://github.com/otland/forgottenserver/ (Mazen take me this link) and change all (player.cpp...
  3. krycha511

    When player attack tfs freeze after compiling

    Then I have to download source you said and change all files (I mean eg. player.cpp, player.h, action.cpp etc). How server is precomiled? Maybe you right. I have idea: Can you compile this server, I can upload server or take you source thread with download. Then You can send to me. I will know...
  4. krycha511

    Compiling It is hard do compiling?

    I have this program but idk what to do know. At first it is right program? Can't load file with format .dev. there is my source folder:
  5. krycha511

    When player attack tfs freeze after compiling

    Is still installing. I have source files, you know it's dragon ball's source. I really don't want include more directories etc, What I need is fix bug when character attacks. Then I have to download Boost c++ libraries (I have DB's Source and will have soon VS)? @EDIT Installed, I have no idea...
  6. krycha511

    When player attack tfs freeze after compiling

    Have I need to download libraries that was downloaded in Devc++ from guide what I say? I downloading VSCE now. @edit must be Community Edition? Microsoft .NET Framework 4.6.1 Developer Pack : Wrong Fuction. Visual Studio Core Features : User canceled instalation (Translated by me xd = bad English)
  7. krycha511

    When player attack tfs freeze after compiling

    I paste /MDd in debug properties Is it here? idk I have no idea where is project properties. As in guide I'm using devc++ I have done compiling with this guide: https://otland.net/threads/compiling-windows-how-to-set-up-a-compiler-noob-friendly-tutorial.193878/ Maybe I don't understand you :/...
  8. krycha511

    When player attack tfs freeze after compiling

    Hey guys I have done compiling server. All work before someone attack something, then server with console freeze. What I have to do now? There is player.cpp, with which I had a lot of problems http://pastebin.com/tvcf2Mvb I have no idea what version of tfs is it, but this is DBViolent server...
  9. krycha511

    Compiling It is hard do compiling?

    I have this error: There is player.cpp @edit: I change this^ to and compiled without errors, but when I launch server and attack mob it freeze and crash.
  10. krycha511

    Compiling It is hard do compiling?

    I'm newbie. I have source files: and dev++, what to do now? Is it hard?
  11. krycha511

    Compiling I want to use DBViolent

    I have problem in this server - And I want to use DBViolent client, I have no link to this. When I change IP in DBV client I have error after log in, but in normal tibia client with changed .spr and .dat works good. I want to use it becouse on this server was normal tibia client with changed...
  12. krycha511

    Lua Attack speed doesn't work

    Hello, I have this server In creature.h I have this: #define EVENT_CREATURECOUNT 1 #define EVENT_CREATURE_THINK_INTERVAL 100 In player.cpp: uint32_t Player::getAttackSpeed() { Item* weapon = getWeapon(); int32_t attackSpeedzik; if(weapon && weapon->getAttackSpeed() != 0)...
  13. krycha511

    Lua Script that change outfit 8.54

    O guys... forgot, on server changing outfit isn't allowed. What I have to add to script to remove it when using this rune? @sorry double post. Report me :/
  14. krycha511

    Lua Script that change outfit 8.54

    Probably last post here xd: What you think about it (I found it recently)?: It outfit change rune (for x time) Make changeoutfitrune.lua : function onUse(cid, item, fromPosition, item2, toPosition) --by KanciaK local outfit = {lookType=8,lookHead=0,lookAddons=0,lookLegs=0,lookBody=0,lookFeet=0}...
  15. krycha511

    Lua Script that change outfit 8.54

    I must rewrite it for my DB server, then I want to only change outfit. I have new idea - after deequip ring player says "revert". You know - if you equip ring its change outfit, when deequip player says "revert". It is possible to do? I know is it, but is it hard? I'm weak at this. Have you...
Back
Top