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

walktrough

  1. potinho

    C++ [TFS 0.X] Walkthrough problem - Working just with click

    I want to make players can pass through other players in PZ area, but only works on i click on player, with arrow cant pass (in PZ area). Can u guys help me to fix? bool Player::canWalkthrough(const Creature* creature) const { if(creature == this ||...
  2. Eduardo170

    C++ Walktrough for all levels in PZ to TFS 0.4?

    How to add walktrough for all levels only in PZ?, as in tibia.com. TFS 0.4 Rev 3884 bool Player::canWalkthrough(const Creature* creature) const { if(creature == this || hasCustomFlag(PlayerCustomFlag_CanWalkthrough) || creature->isWalkable() || (creature->getMaster() &&...
Back
Top