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

  1. M

    [MyAAC][Plugin][Template] Paxton1

    Sorry for waiting, here it is:
  2. M

    [MyAAC] TibiaClient Template

    This is TibiaClient template for MyAAC. Have fun with it! NOTE: MyAAC version 0.7.0 is required for this to work. Demo: http://demo.my-aac.org/?template=TibiaClient Installation: Go to Admin Panel, select 'Plugins', and then select myaac-TibiaClient-template.zip and click upload. That's all...
  3. M

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

    Which part of my post didn't you understand? Replace the first line, so it looks like this: <?php $query = $db->query('SELECT @@sql_mode as `mode`')->fetch(); $mode = str_replace('ONLY_FULL_GROUP_BY', '', $query['mode']); $db->query('set session sql_mode = ' . $db->quote($mode)); /** *...
  4. M

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

    This seems to be a new behavior introduced in MySQL version 5.7, as stated here: MySQL :: MySQL 5.7 Reference Manual :: 5.1.10 Server SQL Modes To get around this error, we can change sql_mode to behave like in older MySQL versions. The real solution would be to rewrite the query, but for that...
  5. M

    MyAAC v0.7.12

    You made some small typo/mistake when editing config.local.php Show what is in lines: 15/16/17
  6. M

    AAC Gesior whoisonline limits.

    Change: $q = 'SELECT * FROM players WHERE world_id='.$id.' AND online=1'; To: $q = 'SELECT * FROM players WHERE level >= 30 AND world_id='.$id.' AND online=1'; Where 30 is the smallest level to show.
  7. M

    [MyAAC][Plugin] Gesior Shop System

    Did you installed the .lua script that is bundled with the .zip file? It should be automatically unpacked into your www folder after installing the plugin - main directory of MyAAC where config.php is located. There should be file called gesior-shop-system.lua, you need to install it as...
  8. M

    MyAAC v0.7.12

    What was the problem? Maybe it will help others with same problem.
  9. M

    AAC My acc 079 Shop offer

    What did you changed exactly? And what version of the Gesior Shop are you using, 2.0?
  10. M

    AAC My acc 079 Shop offer

    Install this version: [MyAAC][Plugin] Gesior Shop System Its still named beta, but it is tested and stable. Have all that bugs fixed.
  11. M

    AAC My acc 079 Shop offer

    You using Gesior Shop System plugin for MyAAC? If so, which version of the plugin? Generally, the items are saved in the z_shop_offer table in the database.
  12. M

    MyAAC v0.7.12

    Yes, this is fixed since beginning in MyAAC.
  13. M

    MyACC How to remove or change places of boxes

    Menus in this template are saved in the database. You can edit them in Admin Panel under Menus -> select Loleslav, click edit, and then you can edit/remove what you want. menu/main.php is used only when there is no option to save menus in the database (in older MyAAC before 0.7)
  14. M

    OTClient for 11.49?

    If you mean just client version number, like from 10.98 to 11.49, then yes it is possible - small change. But in general, otclient won't support client 11.00 and upwards, cause it has other resources structures, like the different format of items.spr etc. The structure of this files hasn't been...
  15. M

    [Myaac] Additional parsed pages from .*

    Good seeing someone releases something for MyAAC. Hope one day there will be more releases of plugins and templates for MyAAC! Cheers.
Back
Top