• 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

    Moving forward

    It's been over 11 years since this statement, has anything changed in the OtLand Admins minds, regarding offering paid scripts etc.? On many discords it's allowed. Also I don't see difference in offering paid services and offering paid/ready scripts.
  2. slaw

    OTSERV 0.6.4 and MYAAC

    Hello, there is something wrong with your config.lua - look for the line saying "pzlocked".
  3. slaw

    Windows MyACC Configlua help

    What I would do is same as @Allynn recommends, copy to another drive ( D: ) or Desktop. Then right click on the folder -> Click properties. And there copy the full path to folder. This way you can ensure there are no errors/typos in your path. Computer systems are very strict when it comes to...
  4. slaw

    Windows MyACC Configlua help

    Are you sure that the config.lua is directly in the canary-main folder, and not in under folder? canary-main/config.lua - this one is searched. Can you post a screenshot from your canary-main folder? Another question - what web server do you use, its not not Windows Subsystem for Linux (WSL)...
  5. slaw

    TFS 0.X Roulette System (TFS 0.3.6) How do i install

    This is an onUse event, so you register it in actions.xml
  6. slaw

    MyAAC v1.0

    Yeah, available as a plugin: MyAAC Plugins (https://plugins.my-aac.org/plugins/Google+ReCaptcha/2.1) Works with all versions of recaptcha.
  7. slaw

    I have a java script question.

    What you can try yourself is to create a million monsters, then remove them. You will see then the memory usage and (if) there are any leaks :)
  8. slaw

    AAC MyAcc - add server discord

    You can export discord widget in the discord settings. 1. Right click on your server -> Go to Server settings: 2. Navigate to "Widget", here you can copy the iframe: 3. This code you can paste in the correct place of your template.
  9. slaw

    AAC TFS 1.5 MyAAC Gesior Shop System

    Hey! Looking at your website, I see you are using the Certbot SSL certificate. I have high guess, that it may cause problems. Because I did different tests for some peoples, and it's working when using direct IP without the domain and SSL. Can you try installing some paid SSL certificate...
  10. slaw

    MyAAC v1.0

    Check this nginx-sample from myaac: (its located at /etc/nginx/sites-enabled) https://github.com/slawkens/myaac/blob/main/nginx-sample.conf These 3 lines are important, verify if you have the same: location / { try_files $uri $uri/ /index.php?$query_string; }
  11. slaw

    MyAAC v1.0

    I don't know what they changed in PHP 8.4, that makes it doesn't load the config.lua file. But I guess the simplest solution for you would be to change to PHP 8.3, or 8.2. I will test soon the PHP 8.4. #edit Ah okay, so its not PHP 8.4 fault, but your edits :P Then I can sleep normally again.
  12. slaw

    MyAAC v1.0

    It looks like something is wrong with your config.lua. Can u post it? Cover the sensible variables like sqlPassword etc. You can also post a link to github repo, where you downloaded that config.lua
  13. slaw

    MyAAC v1.0

    Are you sure you didn't modify that file? functions.php Because there is automated tool on myaac, that checks if all files are ok, running in the GitHub Actions. From what I can see, there is some error in your functions.php. Can u post the file on pastebin.com? #edit Write me on discord...
  14. slaw

    MyAAC v1.0

    Well, that may be a cause, that you are using the php 8.4, because I never tried that version yet, but I highly doubt. Please turn on development mode, in config.local.php, by changing following line: $config['env'] = 'dev'; So I can look deeply into the error, by visiting your IP.
  15. slaw

    MyAAC v1.0

    And are you sure you are using the 1.0+ version of the myaac? I can see ?account/manage in the error, which suggests me you are using the 0.8 version. Check in file: common.php in the main folder, what version is there (if it's really 1.0). The second question: on what site does the error...
  16. slaw

    MyAAC v1.0

    Are you sure you didn't modify anything in the twig cache file? Show the content of /var/www/html/system/cache/twig/ac/ac3cec028cf7fe3abf12f2a6cd7960fd.php, so I can see what's wrong. Other than that, I suggest clearing the cache in admin panel, or by command: "php aac cache:clear" (executed...
  17. slaw

    Procenty LUA

    zmień 100 na 1000, i będziesz miał 0.1% ;)
  18. slaw

    [MyAAC][Plugin] Gesior Shop System

    If you use canary, then you only need the revscript version, the other one shouldn't be loaded. Anyway, I have just tested the script with canary and it worked flawlessly, maybe there are other members more experienced than me who can tell the cause?
  19. slaw

    [MyAAC][Plugin] Gesior Shop System

    Ah, so you modified the script, that explains a lot. There is no isPlayer in the revscript script. So I don't know where that error comes from. Post the full script that is causing the current error. And with distro, I didn't meant the operating system, but otserv you are using.
  20. slaw

    [MyAAC][Plugin] Gesior Shop System

    Hi! What distro is that? Also does it happen every time script executes, or does it happened only once?
Back
Top