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

    Login with OTclient

    Hello, i have a problem with my client. I changed protocol of my server to 190(854 before) and i am using normal client tibia, which works fine. But now i want do it with otclient, i changed all 854 for 190 but when i try to login it continues to write something like that: connecting to login server
  2. D

    Windows Addition next to nick

    Hello, i want to ask you guys how i can add some information next to player nick? I found out that it is in protocolgame.cpp. I have somethink like this: std::stringstream ss; ss << creature->getName(); if(creature->getPlayer()->getplayerguild()) ss << " ["<<...
  3. D

    Pobranie 3 pierwszych wynikow

    mam zapytanie: best = db.getResult("SELECT `login` FROM `players` ORDER BY `level` DESC LIMIT 3;") pobiera ono 3 loginy, jak je wyswietlic? best:getDataString('login') to mi pokaze 1 login, a co reszta?
  4. D

    Cast system

    do usuniecia
  5. D

    !Spells tylko dla danych vocations

    Witam, mam pewien skrypt: function onSay(cid, words, param) local count = getPlayerInstantSpellCount(cid) local text = "" local t = {} for i = 0, count - 1 do local spell = getPlayerInstantSpellInfo(cid, i) if spell.level ~= 0 then if...
  6. D

    Problem z utworzeniem funkcji

    Witam, mam problem z utworzeniem funkcji :/ Zrobiłem zmienną: local = test { [1] = {2436,2437,2438,2439,2440,2441,2442}, -- id [2] = {417,424,418,421,423,416}, -- cena } i mam cos takiego: if(weapon.itemid > 0) then npcHandler:say(' {' .. getItemNameById(weapon.itemid ) ..'}', cid)...
  7. D

    Map Tracker problem

    Witam, mam problem z map trackerem pod 8.54. Wybieram clienta, chce sie zalogowac i pisze: cannot connect to login server. badź na innym serwerze, wybieram postać i cały czas czekam aż sie zaloguje. Bez map trackera normalnie sie loguje, wie ktos o co moze chodzic?
Back
Top