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

Search results

  1. slaw

    [MYAAC] Guild Error

    Enable dev mode in config.local.php $config['env'] = 'dev'; Then you should see the error message.
  2. slaw

    MyAAC v1.0

    Hello, it has been almost 5 years since our last big release (v0.8.0). The time has come - I would like to introduce you to MyAAC latest release - v1.0. Why 1.0 and not 0.9? Because we want in the future to follow the Semantic Versioning schema (Semantic Versioning 2.0.0...
  3. slaw

    13.4 Canary using MyAAC - Monsters.xml reload error

    Canary has monsters written in Lua, no more in .xml, so the error is correct. Just ignore the error, and also remove the monsters/creatures page, because it won't work on canary. If you want a list of monsters, you can use script like this: [MyAAC][Plugin] Creatures like on Tibia.com...
  4. slaw

    Orts2 github removed

    This is version from 4 years ago. There has been more recent commits in this repo. Luckily I do backups of some git repos with daily pull. I uploaded the latest version of this repo to my github: https://github.com/slawkens/orts2
  5. slaw

    [MyAAC][Plugin] Gesior Shop System

    Enable development mode in config.local.php $config['env'] = 'dev'; Then refresh the page, you should see the error.
  6. slaw

    Install MyAcc Error 'coin'

    Actually the problem he is having, is that he uses opentibiabr version of myaac, which uses the "coins" column in accounts table, because in canary it exists. And this version is not compatible with Neriko TFS 1.5 version 7.4. He should use official version from www.github.com/slawkens/myaac
  7. slaw

    AAC Web Design Template

    Did you saw the "reborn" template? It looks pretty similar with the top menu, just the widgets are missing, which shouldn't be hard to implement.
  8. slaw

    Announcing MyAAC Plugins Website

    Hello, I would like to announce that a new page is around the corner, that I have been working on lately. The page is a repository of the MyAAC Plugins. Currently 30 different plugins are there. You can download all the plugins here, and also upload your own (which needs to be approved...
  9. slaw

    MYACC ERROR

    I answered you in the thread: https://otland.net/threads/myacc-wrong-items.283112/
  10. slaw

    MYACC ERROR

    Just replace the content of the system/pages/createaccount.php (myaac 0.8) or system/pages/account/create.php (myaac 1.0+), with following info: The creation of accounts is disabled on this website, please use in-game account manager with 1/1 pass.
  11. slaw

    AAC Myacc wrong items

    If you are using myaac 0.8 then its in config.php, here: (change true to false) If you are using myaac 1.0+ then its in Admin panel -> Settings -> Pages -> Characters, here:
  12. slaw

    [MYACC] TibiaCOM Layout Button/IMG

    You must have messed something, because it doesn't look like this by default. What browser do you use? Does it happen with clean myaac installation and the default template without any changes?
  13. slaw

    Showing more accounts and players

    Sure, simple math ;) <tr><td><b>Accounts: </b></td><td><?= $total['accounts'] + 50;?></td></tr> <tr><td><b>Characters: </b></td><td><?= $total['players'] + 50;?></td></tr>
  14. slaw

    Repair Power Gamers

    did it worked? if so, mark as resolved.
  15. slaw

    Repair Power Gamers

    Ye, I think you are using outdated version. Try this one: It will override your current template, so if you made any changes, make a backup!
  16. slaw

    Repair Power Gamers

    Can u try enable dev mode in config.local.php, by setting this: $config['env'] = 'dev'; And see if the problem persist?
  17. slaw

    [MyAAC][Plugin][Template] Old School layout

    It won't show unless you have the "exphist_lastexp" and similar columns in players table. That means you don't have powergamers SQL columns installed.
  18. slaw

    AAC Powered by MyAAC

    https://github.com/slawkens/myaac/blob/d96787ec21d2e3ba388b54a471a963c274b62006/system/functions.php#L534 Replace return $ret . '<br/>' . base64_decode('UG93ZXJlZCBieSA8YSBocmVmPSJodHRwOi8vbXktYWFjLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPk15QUFDLjwvYT4='); With: return $ret;
  19. slaw

    Default MyAAC template - Final Round

    Hi! As we got 4 favourites with almost same score, it's time for the second round, this time you can vote only for max. 2 templates! The poll will be closed after 30 days, so you have enough time to vote. Templates are ordered alphabetically. Thank you for participating. PS. You can preview...
  20. slaw

    MyAAC v0.8.21

    Not really, you just need to set correct sqlHost in config.lua, which is "127.0.01" (localhost) in most situations.
Back
Top