• 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. 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...
  2. krycha511

    Compiling It is hard do compiling?

    I'm newbie. I have source files: and dev++, what to do now? Is it hard?
  3. 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...
  4. 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)...
  5. krycha511

    Lua Script that change outfit 8.54

    I'm looking for script that change outfit if u wear x item. Example: If u put X item in ring placement it change your outfit, if u put it back (ex to bp) outfit reverts to previous. @edit Sorry for bad English.
Back
Top