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

Recent content by slaw

  1. slaw

    [Sweden] [8.60] Mist of Death Reset | NEW START 4 JUNE 19:00 CEST | FRESH BALANCE + COMPANIONS | 15 BONUS ACCOUNTS

    There is something wrong with the experience of Lair Dragon. I become 26k exp for killing it. While I become 30k for killing dwarv.
  2. slaw

    Myacc Problem with shop

    I've added transferable coins to myaac in version v1.8, do you use this version or higher? Also do you have coins_transferable column in accounts table in database? About payments delivery: normally it works out of the box. For paypal you can check here the solutions: Troubleshooting | MyAAC...
  3. slaw

    Myacc Problem with shop

    I suppose you are using the gesior-shop-system plugin, right? If so, you can set in plugins/gesior-shop-system/config.php the transferable coins as column. Open it, and set: $config['donation_type'] = 'coins_transferable';
  4. slaw

    Item Editor help

    As @abdala ragab said, you are mismatching the client id with server id. You as an owner, should operate on servers ids. The item ID you see in the green text when you click on item, is server id.
  5. slaw

    MyAAC v1.0

    The bug-tracker which has been removed previously from repo, is available as a plugin now: Bug Tracker v1.0 - MyAAC Plugins (https://plugins.my-aac.org/plugins/Bug+Tracker/1.0)
  6. slaw

    YATME — Browser-Based Map Editor for Tibia 15.00+ (Open Source)

    Hi, Nice contribution! If it's entirely on browser stack, then maybe it can be put on github.io? So everyone can access without building. Possible? Just a doubt.
  7. slaw

    MyAAC v1.0

    Hard to say without error message. You can open the server by cmd -> Windows Key + R -> Write "cmd", navigate to your folder with "cd C:\Server" or whatever your server is located at, and then execute for example: forgottenserver.exe, then you should see clear the error message.
  8. slaw

    MyAAC v1.0

    OK so as already noticed - it was an April Fools guys! :D The project is going good and the download count is not small at all! Sorry if I made you shocked! :P
  9. slaw

    MyAAC v1.0

    I am closing the project. Hi, due to low interest and small download count I've decided to stop working on the project. The downloads of old versions will be still possible.
  10. slaw

    [Sweden] [15.11] XNOVA – RL Map & Custom Areas | Weapon Upgrades | New Imbuements | Daily Bosses & Events

    The launcher is suboptimal. It downloads single files, that takes ages. IMO it should download a .zip or .tar.gz and unpack it on client side, that would be waaaaaay faster. Anyway good luck with your project, nice website! Gonna try it.
  11. slaw

    MyAAC problem with shop

    Then disable it again by setting env to "prod", and check nginx error logs. Without error message I cannot do anything.
  12. slaw

    MyAAC problem with shop

    Then check logs, search for "settings" in the logs. Did you enable the dev mode in config.local.php?
  13. slaw

    MyAAC problem with shop

    This means you have blocked access to vendor folder by rule, probably in nginx or .htaccess. What do you see when you go to Settings?
  14. slaw

    MyAAC problem with shop

    In browser -> just visit the page that gives you empty view. Or check logs of apache/nginx/xampp or whatever you use.
  15. slaw

    MyAAC problem with shop

    You can enable dev mode in config.local.php to view errors. Set: $config['env'] = 'dev';
Back
Top