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

    dobre dobre :d ale jak :p
  2. 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.
  3. D

    WORLD PRS - Homepay

    dziękować mistrzu ;)
  4. 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źć ?
  5. 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)
  6. D

    .otpkg structure

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

    anti MC

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

    Extended Opcodes (Server Side)

    sending from the server to the client only works, for something of this function is isPlayerUsingOtclient(cid)
  9. D

    Problem with extended opcodes

    how much max letters ? local text = "1111111111111111111112222222222222222222222222222333333333333333333" doSendPlayerExtendedOpcode(cid, 103, text")
  10. D

    Extended Opcodes (Server Side)

    I need to change client something? I like login through OtClient and test on serwer no work...
  11. D

    Minimap windows resize width?

    how to ?
  12. D

    Wiget don't block move

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

    Change color name

    game.cpp find and add (depending on version)
  14. 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...
  15. D

    Change color name

    ok i find.
  16. D

    Change color name

    in the source files I look for solutions?
  17. D

    Change color name

    color name npc > to other and another question can create a submenu?
  18. D

    Change color name

    Hi, where change nick/name ?
  19. 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...
Back
Top