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

  1. 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...
  2. slaw

    MyAAC v0.8.13

    You need to check web server logs: read the FAQ question - https://my-aac.org/faqs/ "I get white page with error 500"
  3. 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?
  4. 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+
  5. slaw

    Myaac Guild Wars

    Write me on discord: slawkens, to not spam this thread.
  6. 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
  7. slaw

    Myaac Guild Wars

    Seems you posted wrong file - guilds.create.html.twig
  8. 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 }) }} ?
  9. slaw

    Myaac Guild Wars

    In 1.0 there is different format for URL. Try: http://localhost/index.php/wars
  10. 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?
  11. 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.
  12. 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)
  13. slaw

    MyAAC v0.8.13

    In system/pages/creatures.php Just after: foreach ($loot as $item) { Put: if (in_array($item['id'], [1920, 2000])) { continue; } 1920, 2000 are hidden items IDs.
  14. slaw

    Solved [Znote AAC v2 w/ Uniserver] PHP Fatal Error on Viewing Website (No SQL instructions)

    It's about mysql, it cannot connect to mysql server. May be a dumb question - but did you started your mysql server and set the correct IP into Znote's config.php?
  15. slaw

    MyAAC v0.8.13

    Yes, is solved, I paid by myself.
Back
Top