• 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. kravenski

    Need help with BOH script in 7.6

    void Player::checkBoh() { bool bohNow = (items[SLOT_FEET] && items[SLOT_FEET]->getID() == ITEM_BOH); if (boh != bohNow) { boh = bohNow; setNormalSpeed(); hasteTicks = 0; sendChangeSpeed(this); sendIcons(); } } #ifdef YUR_RINGS_AMULETS return std::min(900, 220 + (2* (level +...
  2. kravenski

    Old tibia rec's

    I am looking for old .rec files from version like 7.x. I am mostly interested in Liam Darkcrosser's, Bapupa's, Masakrowiec's & Nemtor's cams. Tho I will be grateful for any old war cam you would post.
Back
Top