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

    Carunia Global

    Coming Soon Carunia With US, EU, and BR servers Youtube: @caruniawiki Instagram: instagram.com/caruniaofficial/ Regards, God Kin.
  2. bpm91

    OTClient close option after walk

    Countwindow.otui CountWindow < LiveMainWindow id: countWindow !text: tr('Move Objects') size: 236 136 SpinBox id: spinBox anchors.left: parent.left anchors.top: parent.top width: 1 height: 1 phantom: true margin-top: 2 focusable: true opacity: 0...
  3. bpm91

    Banshee Quest lever

    warlockpiso = 9020 movements seals5 = actionid="32996" = movements <action uniqueid="1878;1879;1880;1881;1882" script="banshee/levers_banshee.lua" /> <!--selo warlock--> levers banshee 1727095552 now adjust the storages
  4. bpm91

    AAC Undelet character option

    Hello, I would like to know if anyone has already done this or also has this doubt about how to add time to delete the character. example 7 days. and the option to cancel the deletion if the person opts out within 7 days. Myaac <?php /** * Delete character * * @package MyAAC * @author...
  5. bpm91

    AAC Page Premium features / Itens

    thanks for pointing it out. I finished my items yesterday xD
  6. bpm91

    AAC Validator.php and CreateCharacter.php

    ty slaw <3
  7. bpm91

    AAC Validator.php and CreateCharacter.php

    I’m trying to make it so that when creating or changing a name, the rules mentioned in validator.php are enforced, but as far as I understand, the validator only sends a message for the player to see. It doesn’t block the action. How can I block and prevent the creation or change of the name...
  8. bpm91

    AAC Landing page myaac

    100% work. ty
  9. bpm91

    AAC Landing page myaac

    Has anyone ever created a landing page on myaac? Could you help me how do you do it?
  10. bpm91

    AAC how to add pages highscores

    website in react/node language. But I will no longer be satisfied with my business. think what you want.
  11. bpm91

    AAC how to add pages highscores

    Yes, I bought a website from scratch. I paid something around 800-900 usdt. because I trusted him, but unfortunately he gave me the incomplete website. Is this a problem for you? If you don't want to help, don't post. just that. I didn't know that I am obliged to account for the things I do...
  12. bpm91

    AAC how to add pages highscores

    The problem is that, for example, if I have 50 players, and choose 10, the first 10 appear but the next pages of the other 40 do not appear in a 10 format.
  13. bpm91

    AAC how to add pages highscores

    I would like to know how to make it appear, for example, up to the top 300- that can fit up to 50 people on each page, for example? My code works for up to 100 people on a single page. <?php /** * Highscores * * @package MyAAC * @author Gesior <[email protected]> * @author...
  14. bpm91

    TFS 1.X+ [8.0 dg by nekiro] [TFS 1.5] Walking lag/delay

    you can try too if (!teleport) { if (oldPos.z != newPos.z) { //floor change extra cost lastStepCost = 2; } else if (Position::getDistanceX(newPos, oldPos) >= 1 && Position::getDistanceY(newPos, oldPos) >= 1) {...
  15. bpm91

    AAC Page of Itens

    If anyone has a page of items for myaac I would thank you from the heart and soul <3 1723844451 any base is welcome. I do it manually if I need to... I just need a base
  16. bpm91

    AAC link page to other sub-pages

    <div class="monsters-grid"> <?php $monsters = [ ['name' => 'goblin', 'gfx_name' => 'goblin.gif'], // Adicione mais monstros conforme necessário ]; $counter = 0; foreach ($monsters as $monster) { if ($counter % 7 == 0 && $counter != 0) { echo '</div><div...
  17. bpm91

    AAC link page to other sub-pages

    i do this but no work search this ;extension=gd remove ; then restart the server 1723830820 <div class="monsters-grid"> <?php $monsters = [ ['name' => 'goblin', 'gfx_name' => 'goblin.gif'], // Adicione mais monstros conforme necessário ]; $counter = 0; foreach ($monsters as...
  18. bpm91

    AAC link page to other sub-pages

    [Fri Aug 16 14:06:45.819676 2024] [php:error] [pid 3208:tid 1960] [client ::1:54715] PHP Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() in C:\\xampp\\htdocs\\templates\\tibiacom\\headline.php:24\nStack trace:\n#0 {main}\n thrown in...
  19. bpm91

    AAC link page to other sub-pages

    <?php defined('MYAAC') or die('Direct access not allowed!'); $title = "Wiki Videos"; ?> <style> .monsters-grid { display: flex; flex-wrap: wrap; } .monster { width: 14.28%; /* 100% / 7 */ text-align: center; margin-bottom: 10px...
  20. bpm91

    AAC link page to other sub-pages

    <?php defined('MYAAC') or die('Direct access not allowed!'); $title = "Creatures"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo $title; ?></title> <style>...
Back
Top