• 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!

Recent content by tobi132

  1. T

    MyAAC - Theme Canary (based on opentibiabr Team work)

    You need to increase php upload limits Read here: MyAAC - Theme Canary (based on opentibiabr Team work) (https://otland.net/threads/myaac-theme-canary-based-on-opentibiabr-team-work.291810/post-2774359) If you already copied files into plugins folder, then you can also use this command: php...
  2. T

    Cannot connect to my own 10.98 TFS server

    Do you have this line disabled in config.lua? bindOnlyGlobalAddress = false It should be false. Second question: by which IP are you trying to connect? 127.0.0.1?
  3. T

    AAC MyAAC 1.8.8 - theme-atomio - player outfit always on top

    You were right, it is simple .css adjustment with z-index, but you probably used it on wrong element. Add following code at the end of the atomio style.css: nav .container > div > ul > li:hover > ul { z-index: 1; } Then reload page with CTRL + F5 or disable the cache in the browser...
  4. T

    Error creating character - MyAAc

    What version of myaac is that? Can you post a link to github?
  5. T

    Solved MY ACC --- SHOP BUTTOM

    Yeah this is the problem with outdated plugin - you are using old version. Go to MyAAC Plugins (https://plugins.my-aac.org) and get the latest one
  6. T

    Solved MY ACC --- SHOP BUTTOM

    Hi, Copy config.php.dist to config.php in the gesior-shop-system folder This normally happens on plugin upload, but it was interrupted in your case by the mysql error, most probably caused by outdated tables in database. What you can do is delete the tables used by script, which you can...
  7. T

    MyAAC - Theme Canary (based on opentibiabr Team work)

    Which version of myaac, and which version of the plugin? Also, you can enable development mode to see the error. In config.local.php, set the $config['env'] = 'dev';
  8. T

    AAC Shop system with Tibia Coins in MyAAC v0.8.20

    What about this one https://plugins.my-aac.org/plugins/Gesior+Shop+System/5.0.2 For myaac 0.8.9 and higher
  9. T

    AAC Myaac wrong vocation assignment when creating characters

    No no, i mean just the vocations Did you remove the None vocation?
  10. T

    AAC Myaac wrong vocation assignment when creating characters

    How do you have configured the vocations in admin panel : settings : game?
  11. T

    MyAAC v1.0

    So the error is fixed? Or you still don't have the vendor folder?
  12. T

    MyAAC v1.0

    The message says it pretty all.. download myaac from here: Releases · slawkens/myaac (https://github.com/slawkens/myaac/releases)
  13. T

    MyAAC not loading any pages past landing

    He meant /etc/nginx/sites-enabled and here should be the file default or 000-default Yes you should change it to your domain
  14. T

    AAC MyAcc Deleted tabele

    Replace content of system/templates/highscores.html.twig with this <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="width: 17px"></td> <td> <div style="text-align:center"><h2>Ranking for {{ skillName }}{% if vocation is not null %} ({{...
  15. T

    AAC MyAcc Deleted tabele

    Which version of myaac? I ask because in latest version its in twig.
Back
Top