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

Recent content by morphsx

  1. M

    [bug]Tibia Classic Control

    Ok, do as you please... Copy the code ready and continue without knowing what the error is... In addition, the text isn't even that large, the third post has the solution. "Bugfix: \modules\game_interface\gameinterface.lua Replace the else block for the classic control with:" But i'm glad you...
  2. M

    [bug]Tibia Classic Control

    It happens with some protocols, to fix it, please follow this thread of the project bugtracker. https://github.com/edubart/otclient/issues/336 Hope it helps!!
  3. M

    Dash Walking

    The problem is that with dash walking activated, the players can go through walls, it's not that everyone becomes a "ghost", there's a certain way to do it, but it's rather easy to do. It's a pokemon server, and I swear I tried lots and lots of things, reduce the flying speed, double checked the...
  4. M

    Dash Walking

    Hello guys, I'm using otc 0.6.2 and I'm having an exploit on my server because of dash walking. I would like to know how do I force dash walking off. I already removed the option to turn it on under client_options>game.otui But, of course, the ones that had activated it before I removed the...
  5. M

    Help with fishing rod

    Hmm thanks for the answer, but didn't work either... I think it should be "...Item(2)" as my fishing rod stays on the neck slot. I saw something like this in the auto-fishing script of the otclient candybot: g_game.useInventoryItemWith(itemId, thing) What does the "thing" part means...
  6. M

    Help with fishing rod

    Hello guys, i'm trying to make a separate button to use the fishing rod, but i'm having some trouble... Here's my code: local rodButton function init() rodButton = modules.client_topmenu.addRightGameToggleButton('rodButton', tr('Vara de Pesca') .. ' ', '/images/topbuttons/rod', use)...
  7. M

    Linux Help with Site for account creation

    Hello guys, im new in the forum, and i don't know how things works here well, if im posting in the wrong location, please don't get angry at me... I would like a little help with a site, as i'm using linux Fedora Core 16 and PostgreSQL as my database... I already compiled otserv, connected to...
Back
Top