• 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

    RME loads wrong tiles

    There are two types of maps - saved by client id, or saved by server id. They needs to be opened by the correct map editor. The picture like that, implies that you used the wrong editor. Can't say more, as I'm not up-to-date with current editors.
  2. slaw

    MyAcc Noob needs help

    The problem is with config.local.php: site_url, which is set probably to "http://localhost". If you want to have it accessible by other users, you need to put the ip here. Like http://your-ip Or domain. Both will work.
  3. slaw

    Jak to teraz wyglada, postawienie OTS w 2025?

    możesz użyć hotpay.pl, tam do jakiejś kwoty (chyba 2k zł), można to jako osoba fizyczna robić
  4. slaw

    TFS 0.X MY ACC -- -Guild War tab in acc maker

    Hi! It's currently completely incompatible, due to table format changes, like: the old (0.3) guild wars have: guild_id, enemy_id, and the tfs 1.x and other distros have: guild1, guild2. So it's problem about naming the columns, but it makes it currently impossible to use. There are more...
  5. slaw

    Two threads in website applications

    Hi, So I posted yesterday two threads at the website applications, but I cannot see them anymore. Are they gone?
  6. slaw

    [MyAAC][Plugin] Password strength

    Hi, so this is password strength plugin I made some time ago. I'm posting it here, to popularize it more. You can configure it in admin panel, under Settings. You can set minimum score to your wish. By default its 1 (which is basically turning off the requirement) Download: MyAAC Plugins...
  7. slaw

    [MyAAC][Plugin] Gesior Shop System

    Did you install the Lua script? https://github.com/slawkens/myaac-plugins/blob/master/gesior-shop-system/lua/gesior-shop-system-revscript.lua You should put it into scripts folder.
  8. slaw

    Tfs 0.4 0.4.6 & Otx Fast Attack by 2 Steps (Actualizado)

    You should replace whole function (all between { and }) Function means the whole function header + body (what's inside), and not just the header as you did ;) So replace: uint32_t Player::getAttackSpeed() const { int32_t modifiers = 0; if(outfitAttributes) { Outfit outfit...
  9. slaw

    Tfs 0.4 0.4.6 & Otx Fast Attack by 2 Steps (Actualizado)

    You probably removed the function that was there. I am unsure what function was that, I cannot seem to find that code part in sources. If you post link to your sources, maybe I can help.
  10. slaw

    [MyAAC][Plugin] Gesior Shop System

    Info: Don't download from first post - its mega outdated! Download latest version from here: MyAAC Plugins (https://plugins.my-aac.org/plugins/Gesior+Shop+System/8.0-RC.2)
  11. slaw

    Solved MY ACC plugin Gesior Sms shop --php extension setting

    Probably browser cache, try F12 -> Network tab -> Disable cache. Or try login again from incognito tab.
  12. slaw

    Solved MY ACC plugin Gesior Sms shop --php extension setting

    You are not logged as admin. Check in phpmyadmin if that user account got web_flags = 3
  13. slaw

    Solved MY ACC plugin Gesior Sms shop --php extension setting

    Activate dev mode in config.local.php: $config['env'] = 'dev'; Then you should see an error.
  14. slaw

    Solved MY ACC plugin Gesior Sms shop --php extension setting

    This is here, you need to scroll: or do you really dont have it? I'm using uniserv with PHP 8.3, so that may be a problem.
  15. slaw

    Solved MY ACC plugin Gesior Sms shop --php extension setting

    What operating system and webserver? Windows/Ubuntu - apache/nginx/xampp/uni serv? Ahh excuse my ignorance - you stated uniform server. Let me look then. Check this tutorial: Uniform Server (recommended) | MyAAC...
  16. slaw

    MyAAC v1.0

    What template/theme do you use?
  17. slaw

    MyAAC v1.0

    I didn't knew symfony had something like that, if I did then i would probably use it. Now is too late, because the plugin is ready. There is no need to rewrite, but if you think the symfony is better, I am open to PRs :)
  18. slaw

    MyAAC v1.0

    OK so the password-strength plugin is here! https://plugins.my-aac.org/plugins/Password+Strength/2.2 Enjoy.
  19. slaw

    MyAAC v1.0

    You gentlemen are very indecisive 🤣
  20. slaw

    Account Creation Problem

    Ok, so you will need a smtp/mail host for that. Google "mail host smtp". You can use gmail, but it has limit of 100 emails (if i'm correct) per day.
Back
Top