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

    68 effects :C

    In sources you need to find protocolgame.cpp file and edit it as follows: Find this line: void ProtocolGame::sendMagicEffect(const Position& pos, uint8_t type) And change this function to this: void ProtocolGame::sendMagicEffect(const Position& pos, uint8_t type) { if(type >=...
  2. Syryniss

    Solved Map editor and .spr file problem

    Tidus Editor made 40MB file, it was just corrupted or something. Anyway Blackdemon's did fine, thanks :)
  3. Syryniss

    Solved Map editor and .spr file problem

    Refresh, help please :(
  4. Syryniss

    Solved Map editor and .spr file problem

    Hi. I'm using Remere's Map Editor 2.2 and 8.54 Tibia. It all worked well together, but after I added some sprites and compiled new .spr file with Tidus Editor 1.5, map editor can't find the file. When I unchecked "check file signatures" it says "unrecognized spr signature. Should I use another...
  5. Syryniss

    Teleporting Spell

    Thank you very much, it's working :)
  6. Syryniss

    Teleporting Spell

    Hi! I'm looking for spell which will teleport me and my target to certain location. Additionally it would be awesome if that spell would teleport me and my target back after some peroid of time, but the first part would satisfy me enough. Thanks!
Back
Top