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

Search results

  1. I

    Mod isnt working on Mehah's Otclient

    Hi! Ive used the old Otclient and this mod worked: Find this on Creature.cpp if(drawFlags & Otc::DrawNames) { if(g_painter->getColor() != fillColor) g_painter->setColor(fillColor); m_nameCache.draw(textRect); } Replace for this: if (drawFlags &...
  2. I

    TFS 1.X+ Dont show items information

    There's a way to make the "look" option unable on items on map? Just enable for items on backpack? Saw this feature on Grand Line Adventures. Its really hard to rework ALL items on Item Object builder to set "Ignore look" item by item...
  3. I

    C++ Customized Elevation

    Hi! I'm trying to make "Has elevation" option just get my character and items get only UP effect (y pos), not diagonal (x+y). Where shoulda I edit on source ? Also for Floorchanging on upstairs.. When player goes upstairs/downstairs theres an diagonal change, want to make it straight for the...
Back
Top