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

    AAC MYAAC, password issues regarding encryption

    Do you have this in config.lua? passwordType = "sha1"
  2. slaw

    [MyAAC][Plugin] Most powerful guilds (TFS 0.3/4 and 1.0)

    So whats the problem? The guilds not showing? Try clean cache in admin panel.
  3. slaw

    AAC link page to other sub-pages

    Probably some syntax error: enable dev mode in config.local.php to see the error. $config['env'] = 'dev';
  4. slaw

    Login failed. Tibia might be down for maintenance.

    https://docs.opentibiabr.com/opentibiabr/downloads/website-applications/websites/znoteaac There you will find LoginWebService for Znote AAC.
  5. slaw

    AAC with old-style templata overflow

    Can you post bigger screenshot? I cannot understand from what you've posted what's wrong.
  6. slaw

    [MyAAC][Plugin] Gesior Shop System

    Last versions of the scripts, many fixes, download to be sure everything runs smoothly: For myaac 0.8.9+: https://my-aac.org/plugins/myaac-gesior-shop-system-v5.0-RC.3.zip For myaac-1.0-beta+: https://my-aac.org/plugins/myaac-gesior-shop-system-v6.0-RC.1.zip
  7. slaw

    [MyAAC][Plugin][Template] First Tibia Global Layout

    This template is no longer supported. I am removing it from demo.my-aac.org And also requesting to close this thread.
  8. slaw

    AAC Znote website

    This is not how it works. You should leave that line intact: $connect = new mysqli($config['sqlHost'], $config['sqlUser'], $config['sqlPassword'], $config['sqlDatabase']); Instead you should configure the database in config.php: // phpmyadmin username for OT server: (DONT USE "root" if...
  9. slaw

    [MyAAC 0.8.13+][Plugin] Guild Wars for TFS 1.0+ and Canary

    OK, so here I come to present you the guild wars plugin for myaac 0.8: It's based on this script, written by @Gesior.pl https://otland.net/threads/gesior2012-wars-on-www-tfs-1-0-only-beta-version.209357/ Requirements: MyAAC 0.8.13 or higher TFS 1.0+ or Canary Installation: Install included...
  10. slaw

    MyAAC v0.8.21

    You need to check web server logs: read the FAQ question - https://my-aac.org/faqs/ "I get white page with error 500"
  11. slaw

    Solved [Znoteacc] Checking is everything is correctly before submitting the form while create account.

    As it is logged, here: console.error('Error:', error); You should see an error in your browser console. What does it say?
  12. slaw

    Myaac Guild Wars

    The problem was that he was using myaac 0.8, and not 1.0 as he stated in first post. The guild wars plugin is compatible only with 1.0+
  13. slaw

    Myaac Guild Wars

    Write me on discord: slawkens, to not spam this thread.
  14. slaw

    Myaac Guild Wars

    Did you clear cache in admin panel after adding that line? Tipp: you can also clear by using command: php aac cache:clear
  15. slaw

    Myaac Guild Wars

    Seems you posted wrong file - guilds.create.html.twig
  16. slaw

    Myaac Guild Wars

    Do you have this line in system/templates/guilds.view.html.twig {{ hook('HOOK_GUILDS_AFTER_INVITED_CHARACTERS', { 'guild': guild, 'isLeader': isLeader }) }} ?
  17. slaw

    Myaac Guild Wars

    In 1.0 there is different format for URL. Try: http://localhost/index.php/wars
  18. slaw

    Myaac Guild Wars

    First - you don't need to copy anything into system/pages, because in 1.0 there is a new system for custom pages. They are automatically added to AAC through plugin routes. Do you have also plugins/guild-wars.json?
  19. slaw

    Myaac Guild Wars

    Hello, the link to invite other guild to war is on the guilds page: Also remember to clear cache in admin panel after you install the plugin.
  20. slaw

    [MyAAC] Tibia coins instead Premium Points

    Hi, please read here: AAC - MyACC change coins payment fo coins_tranferible (https://otland.net/threads/myacc-change-coins-payment-fo-coins_tranferible.288599/#post-2749566)
Back
Top