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

Search results

  1. whiteblXK

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    Maybe Znote is waiting for release tfs 1.0
  2. whiteblXK

    Lua New skills in storage value

    I will edit that one script and i have a bug This is my script: http://wklej.org/id/1192859/ I got 100 senzu beans when i have 1 level, this no read from the array what we have level. This is my first script of this type, sorry for these array(butelki,doniczki,drzewko etc.), I do not know how...
  3. whiteblXK

    Lua New skills in storage value

    Hi, can someone write a script which add new skill to player and save in storage value, I would like the script to include such options: - max levels is 120 - unless you need use(new storage value,) in order to reach a greater level skill I found this script on otland.net, works as I want but...
  4. whiteblXK

    Compiling TFS 1.0 CMake error

    I want to compile project in qt creator and when i make project file in cmake 2.8 i got this error CMake Error at C:/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find GMP (missing: GMPXX_LIBRARIES) Call Stack (most recent call first)...
  5. whiteblXK

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    How to edit config.php so as to add new professions with different increments and skills.
  6. whiteblXK

    [Switzerland] [8.7] Ascalon | custom MID-EXP RPG with unique gameplay

    I can't wait, I want to play
  7. whiteblXK

    [Switzerland] [8.7] Ascalon | custom MID-EXP RPG with unique gameplay

    Fare when you buy server???
  8. whiteblXK

    [Switzerland] [8.7] Ascalon | custom MID-EXP RPG with unique gameplay

    Fare, when you buy new server?
  9. whiteblXK

    Compiling with other compiler

    Edit I compile with QT Creator and all worked.
  10. whiteblXK

    Compiling with other compiler

    Hi, how to compile OTClient with QtCreator or Visual Studio 2010? When i compiling with CodeBlocks I can not run my client.
  11. whiteblXK

    Compiling Critic depends on soul

    A moment ago I checked everything and I was set in config did not show critics and multiplier was set to 1. I have not seen critics. Modification is work. And how to set critics in wand and spells?
  12. whiteblXK

    Compiling Critic depends on soul

    Hi, i trying to make something like this 100 soul = 100% chanse for critic, 1 soul = 1% chance for critic. I found on internet this code but it's not working. player.cpp bool Player::getCriticalHitChance() const { int32_t criticalHitChance = 100, soul = getSoul(); if(soul > 10 && soul <=...
  13. whiteblXK

    Duplicate Section - Compile Log

    I removed everything and re-install all the programs and I still can not run the client. Summ how to compile OTClient with QtCreator?
  14. whiteblXK

    Duplicate Section - Compile Log

    Ok, I'll try one more time to install and compile again, and it does not work try the QTCreator
  15. whiteblXK

    Duplicate Section - Compile Log

    B U M P
  16. whiteblXK

    Duplicate Section - Compile Log

    Bump, I can not run the client after compilation
  17. whiteblXK

    Duplicate Section - Compile Log

    When is finish compiling i can not run client
Back
Top