• 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 How do i make myaac 1.1 work with latest canary (xml database and server status)

    About server status: you can try change in admin panel -> Settings -> Status Set it as follows: About monsters/spells: there is a plugin for loading of them: https://plugins.my-aac.org/plugins/Lua+Monsters/1.0 + https://plugins.my-aac.org/plugins/Lua+Spells/1.0 And items are loaded...
  2. slaw

    AAC My acc

    Hi, you need to configure your nginx in /etc/nginx/sites-enabled. Look at the sample: myaac/nginx-sample.conf at main · slawkens/myaac (https://github.com/slawkens/myaac/blob/main/nginx-sample.conf) Also another question seeing your error on the page: Did you installed the 1.0 previously in...
  3. slaw

    I have the Myacc website I can't find where this problem is, the account name is missing but I can't find where the error is on the website, can anyon

    You've put your question in wrong place - in the thread title, which should be short. That's why your message has been probably cut off. What is missing in your message, it's the myaac version, and what template/layout is that.
  4. slaw

    MyAAC v1.0

    This is wrong approach. You should change the name column to number, and also change in your server to use number instead. But if you really want to use name, and limit it only to numbers, then you need to add following line, into system/pages/account/create Before: // email...
  5. slaw

    MyAAC v1.0

    It will be set automatically, if you have in database the column: accounts.number, or if you don't have any of these columns: name + number (then id will be used).
  6. slaw

    [MyAAC][Plugin] Gesior Shop System

    So, your problem is with nginx configuration. You need to adjust following line: try_files $uri $uri/ /index.php?$query_string; The ?query_string is important.
  7. slaw

    Canary 3.1.2 database forge_history error

    Cześć, całą linijkę z done_at_date możesz usunąć, bo nie jest używana przez canary najwyraźniej:
  8. slaw

    [MyAAC][Plugin] Gesior Shop System

    Hello, is that localhost or can I reach your website over internet? If so, show me the link, so I can look. If you do not wish to post it publicly, then write me private message. I think you installed wrong gesior shop for your myaac. 6.0.3 is for 1.0+ and 5.0.2 is for 0.8
  9. slaw

    RME edits problem.

    That's because the teleports are saved in different "custom" .otbm, which are loaded after the main map. You can find them in world/custom/ folder. The @Maziajka showed you the way you can disable loading of those custom maps.
  10. slaw

    MyAAC v0.8.21

    There is something wrong with your config.lua, can you post it here? Delete sensitive things like passwords, etc.
  11. slaw

    [MyAAC][Plugin] Gesior Shop System

    It's fixed in latest version. Seems you were using mysql, and not mariadb. #all Information: from now on all plugins are available on the website: https://plugins.my-aac.org/ The threads at OtLand won't be updated with latest versions, as it would require a huge amount of time to update them...
  12. slaw

    Error In create Character with MyAcc

    Read in the FAQ - FAQs – MyAAC (https://my-aac.org/faqs) what to do in case of white page error. Then post the error here.
  13. slaw

    AAC My Acc New Account and Recover

    Yeah something with password. I'm not good at outlook.
  14. slaw

    AAC My Acc New Account and Recover

    There is no cache in myaac 0.8 highscores, so those are loaded live from database.
  15. slaw

    AAC My Acc New Account and Recover

    As I said you need to generate App password here - Account settings: Your browser is not supported. (https://myaccount.google.com/apppasswords) And set that password as smtp_pass.
  16. slaw

    AAC My Acc New Account and Recover

    'smtp_host' => 'smtp.gmail.com', 'smtp_port' => 587, 'smtp_secure' =>'tls', 'smtp_auth' => true,
  17. slaw

    AAC My Acc New Account and Recover

    Set port to 587 and smtp_secure to 'tls'. Any errors now?
  18. slaw

    AAC My Acc New Account and Recover

    Which host are you trying to configure? gmail?
  19. slaw

    AAC My Acc New Account and Recover

    Mail needs to be configured. You need a smtp server. You can either use gmail or use your own host. But its not that easy. The easiest option is gmail. Set smtp_enabled = true, smtp_debug = true For GMail use generated App password - Account settings: Your browser is not supported...
  20. slaw

    GlobalEvent [TFS 1.x] Power Gamers and Online Time for Gesior2012/MyAAC

    I converted this script for myaac, if anyone needs. I did only absolutely minimum so it only works, don't expect any code refactor. system/pages/onlinetime.php https://gist.github.com/slawkens/838f11d6ca640531970740903818c1ea system/pages/powergamers.php...
Back
Top