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

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    I would like help the server, becouse I see it got very big potencial :) But how to do it? They don't need any programmer.
  2. G

    [USA][Custom] ArchlightOnline - Legacy - Coming May 13th 2022

    Firstly i thinked too, that i based teleport so it's bad. But there teleports keeping this server fun. About unbalanced, yee it's fking anoying when you max hit 400 is and 20 lvl above your, hits are 1000 becouse he use donator items...
  3. G

    Compiling changes for 10.80

    Find in protocolgame.cpp: void ProtocolGame::sendAddCreature then above writeToOutputBuffer(msg); add: msg.AddString("http://static.tibia.com/images/store"); msg.AddByte(0x19); msg.AddByte(0x00); and enjoy 10.80 :) Tomorrow I will release hotkey equip
  4. G

    Compiling changes for 10.80

    To get working 10.80 you need also add something to protocolgame.cpp :D Tip: sendAddCreature :D
  5. G

    Pipczenie kompa - temp?

    Jeśli trafisz do dobrego sklepu, w którym ktoś coś ogarnia to zrobią to dobrze. Jeśli trafisz do sklepu, w którym zrobią za kase i byle jak to popsują. Jeśli trafisz do sklepu, w którym chcą zarobić, powiedzą, że zrobią i zrobią byle jak.
  6. G

    Web Page Highscores.php filter vocation

    paste here fetchAllScores
  7. G

    New Project - Custom Stories - Custom Features - Your Idea's Coming Alive

    You should make a percent of hp while monster will be able to caught. Like rat hp-percent - 10%.
  8. G

    Solved How to create shop window without npchandler?

    lua_register(m_luaState, "openShopWindow", NpcScriptInterface::luaOpenShopWindow); npc.cpp
  9. G

    Web Page Highscores.php filter vocation

    Replace: if (pageCheck($i, $page, $rowsPerPage)) { With $continue = true; if($voc != 5 && (($voc == 0 && $scores[$type][$i]['vocation'] != 0) || ($voc != $scores[$type][$i]['vocation'] && $voc + 4 != $scores[$type][$i]['vocation']))) { $continue = false; } if ($continue && pageCheck($i...
  10. G

    [FRANCE] THRONX 10.82 RL MAP | BETA THREAD

    scroll is too slow on page
  11. G

    The forgotten login server [10.8 supported]

    But it's just login server. To get working 10.80 you need handle also the src of store images to the client after login.
  12. G

    [Custom Map] Fight monsters, trade goods, make friends, cast spells - Open RPG!

    Im waiting for open to track this map :)
  13. G

    Compiling changes for 10.80

    Tip: to get the game working you need add somewhere: msg.AddString("http://static.tibia.com/images/store");
  14. G

    [ZNOTE AAC] Highscores filter to vocation

    You just wanted to look likes it. Didn't said anywhere that it should works...
  15. G

    Solved Help to set exp bonus guild members online

    Make in player.cpp something like float extraGuildExp. Then add method, that counts the online members of this player guild and just change the extraGuildExp depend of count of members online. Then just include it in the experience part, giving player exp :P
  16. G

    Solved Help to set exp bonus guild members online

    I think that it should be done in engine, not the lua code. It will be easier and faster :P
  17. G

    [ZNOTE AAC] Highscores filter to vocation

    <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; if ($config['log_ip']) { znote_visitor_insert_detailed_data(3); } // Fetch highscore type $voc = (isset($_GET['vocation'])) ? (int)getValue($_GET['vocation']) : 5; $type = (isset($_GET['type'])) ...
  18. G

    10.76 - Underground Camp

    Thank you I will use it.
  19. G

    Compiling changes for 10.80

    First solution is to change this whole code: //Add premium days if (g_config.getBoolean(ConfigManager::FREE_PREMIUM)) { output->add<uint16_t>(0xFFFF); //client displays free premium } else { output->add<uint16_t>(account.premiumDays); } to...
  20. G

    Compiling changes for 10.80

    Some packets have been added and you have to rewrite your characterlist on the engine side.
Back
Top