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

    Po wpisaniu czaru pojawia się "celownik"

    Witam, jest to możliwe aby po wpisaniu czaru np "rope" pojawiał się celownik tak jak w przepadku runy ? i działało na zasadzie liny tylko ze z czaru a nie przedmiotu. Pozdro.
  2. D

    WORLD PRS - Homepay

    cze, ma ktoś gotowca na obsługę PRS w Homepay (chodzi o te SMS z zagranicy) i może się nim podzielić albo gdzie mogę taki skrypt znaleźć ?
  3. D

    bindKey...

    how to do to get it working? g_keyboard.bindKeyDown('W', function() changeWalkDir(North) end, gameRootPanel, true) g_keyboard.bindKeyUp('W', function() changeWalkDir(North, true) end, gameRootPanel, true)
  4. D

    .otpkg structure

    i need help, search .otpkg structure file to create mod with one files.
  5. D

    anti MC

    You can lock run of more than one window? (like rl)
  6. D

    Minimap windows resize width?

    how to ?
  7. D

    Wiget don't block move

    hello, i have questions.. how set wiget don't block move when it appears eg:
  8. D

    Jedna tabela uzywana w talk/global/NPC itd

    Witam, mam tabele w constant pTabela = {} i teraz np dodam cos przez komendę (talkactions) do tabeli table.insert(pTabela, 2160) teraz jest tak: pTabela = { [1] = 2160 } ale jak już chce odczytać z tabeli pTabela[1] np u NPC to tabela jest pusta jak i czy, w ogóle można...
  9. D

    Change color name

    Hi, where change nick/name ?
  10. D

    Custom version (8.40) - problems items?

    added to the client their own version (8.40), I can log in, but there is a problem with items I click on an item such as money exchange and object disappears instead of change (gold > plate) log: ERROR: ProtocolGame parse message exception (581 bytes unread, last opcode is 216, prev...
  11. D

    error compile in Windows.

    [100%] Building CXX object CMakeFiles/otclient.dir/src/main.cpp.obj C:\MinGW\bin\g++.exe -DBOOST_THREAD_USE_LIB -DBOT_PROTECTION -DCRASH_HANDLER -DFW_GRAPHICS -DFW_NET -DFW_SOUND -DFW_XML -DOTCLIENT -D_WIN32_WINNT=0x0501 -Wall -Wextra -Werror -Wno-unused-parameter...
  12. D

    Private Chat Channel

    Witam, czy to normalnie na ots (silnik TFS) ze jak jeden gracz otworzy ten kanał (Private Chat Channel) to inny gracz już tego nie może zrobić ? Oczywiście każdy ma PACC.
Back
Top