• 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

    [USA] [7.6] Carunia - Launch on JAN 31th

    Here are some features we've edited to make it easier to recognize our new project 7.6: Rune Shop with prices increased by 30% Wands and Rods Client protected against macros, bots, and any system that tries to bypass the old essence Free and premium characters have a light effect on their...
  2. bpm91

    TFS 1.X+ Sudden death rune - Exaust on monster movement

    I have a small problem, my SD is in revscript. The problem is that when you try to use creatures that walk very fast in battle, you can't hit them and I get the message "you can only attack creatures" as if the floor they passed was fast enough to not recognize the creature in battle. I'm using...
  3. bpm91

    TFS 1.X+ Buy more 100 items

    I'm trying to get NPCs into conversation to accept more than 100 items. However I don't use trade with NPC, I use the written conversation "buy 1000 arrows" does anyone know how to fix this in lib? tfs 1.5
  4. bpm91

    OTClient Number 0 on otcv8

    Does anyone know if they have ever experienced this problem in otcv8, where when the account above is created with number 0, it is not accepted by the client, and it understands it as an incorrect account name or password? I actually don't know if this problem would be otcv8 but maybe it could...
  5. bpm91

    TFS 1.X+ attempt to call field 'getResult' (a nil value)

    I saw some codes out there, but I didn't find a definitive solution. Has anyone experienced this? tfs 1.5 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, count, transfer = {}, {}, {} function...
  6. bpm91

    AAC Web connection + tfs

    I would like to know if anyone knows how I can connect a computer where my server runs to a computer where my website is located. I'm using tfs 1.5 and myaac they are different machines
  7. bpm91

    OTClient Add new image on top enter game otcv8

    Hello, otland guys, does anyone know how I can add a small logo image png above this enter game square in otcv8?
  8. bpm91

    Help with sql.log

    INSERT INTO `tile_store` (`house_id`, `data`) VALUES (3, 'X~ }\0\0\0 \0'),(3, 'Y~ }\0\0\0 \0'),(3, 'X~ }\0\0\0 \0'),(3, 'X~ }\0\0\0 \0'),(3, '[~ }\0\0\0 \0'),(3, '[~ } \0\0\0 \0'),(3, 'X~ }\0\0\0 \0'),(3, 'X~ }\0\0\0 \0'),(3, 'Y~ } [10/11/2024 23:55:35] Execution time: 29 ms - INSERT INTO...
  9. bpm91

    Linux error 'namespace' in compiling

    tfs 1.5 7.72
  10. bpm91

    Quests Carunia

  11. bpm91

    Carunia Global

    Coming Soon Carunia With US, EU, and BR servers Youtube: @caruniawiki Instagram: instagram.com/caruniaofficial/ Regards, God Kin.
  12. 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...
  13. 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...
  14. 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...
  15. bpm91

    AAC Landing page myaac

    Has anyone ever created a landing page on myaac? Could you help me how do you do it?
  16. 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...
  17. 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
  18. bpm91

    AAC link page to other sub-pages

    I'm trying to make it so that when someone clicks on the monster, the page loads a subpage that is located in a folder. How can I do that? echo '<a href="?creature=' . $monsterName . '">'; In this case, I will do it manually, monster by monster. Does anyone know how to make it so that when...
  19. bpm91

    AAC Page Premium features / Itens

    Does anyone have one of these two pages available to use in myaac?
  20. bpm91

    TFS 1.X+ Error Npc - Check task

    npc is not really my strong point, so if I say hi> task> Rotworms>Cancel, without having any task activated, I get this error. how to fix it? Does anyone have a direction? tfs 1.5 7.72 Lua Script Error: [Npc interface] data/npc/scripts/Robin.lua:onCreatureSay data/npc/scripts/Robin.lua:135...
Back
Top