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

  1. S

    Penetration of players

    I have only: bool Player::canWalkthrough(const Creature* creature) const { if(!creature->getPlayer()){ return false; } if(creature->getPlayer()->hasSomeInvisibilityFlag()){ return true; } return false; }
  2. S

    Penetration of players

    Clickbait, but I need help. Edit: The server is currently being tested on VPS C++ Where it is?? I want change it. Edit: I'd like the players to walk through other characters without blocking themselves
  3. S

    Penetration of players

    I am making a 7.72 client server. Real tibia with rookgaard,
  4. S

    Penetration of players

    player inside player only city rookgaard you know?
  5. S

    Penetration of players

    Hi, I from Poland and sorry for my English. I'm looking for a script where I could set the penetration of players in the city on the rookgard. Possibly some tips on how I could do it.
  6. S

    Penetration by players

    Hi, I from Poland and sorry for my English. I'm looking for a script where I could set the penetration of players in the city on the rookgard. Possibly some tips on how I could do it.
Back
Top