• 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. Leesne

    RevScripts TFS 1.3 Problem Vip System

    But is it triggering, try a print inside the loadvipdata function as the error is saying "data" doesn't exist.
  2. Leesne

    RevScripts TFS 1.3 Problem Vip System

    Did you load/register the login creaturescript data player:loadVipData() player:updateVipTime()
  3. Leesne

    MyAAC v0.8.21

    I am currently working on some updates for the bootstrap style admin panel currently in myaac and also a bootstrap template theme for the website, if you have any feature requests for inside the admin panel please let me know.
  4. Leesne

    AAC Znote ACC not showing owned outfits.

    https://github.com/Znote/ZnoteAAC/tree/master/Lua/TFS_10/creaturescript%20sync%20outfits did you even check the path. looks like it was renamed and is case sensitive.
  5. Leesne

    AAC [MyACC] Problem

    Both me and Slawkens have been looking into a new parser but I haven't had much time to work on it, so looked at a temporary fix. Glad to see its working for you.
  6. Leesne

    AAC [MyACC] Problem

    This is happening because MyAac parsing of the config file isn't very advanced. Its hitting the experienceStages and breaking. as a temporary fix, try putting it all on the same line. change experienceStages = { { minlevel = 1, maxlevel = 8, multiplier = 7 }, { minlevel = 9, maxlevel =...
  7. Leesne

    AAC Powered by MyAAC

    Slawkens and others (including me) have put a lot of time and effort into updating MyAAC, the least you can do is leave the powered by in there. GTFO
  8. Leesne

    MyAAC v0.8.21

    What database schema are you using? Show the structure of the myaac_spells
  9. Leesne

    MyAAC v0.8.21

    and in your database is it showing the levels? Which version are you using and which server database fille?
  10. Leesne

    MyAAC v0.8.21

    Spells are loaded using system\libs\spells.php and then loads it into the database in which is reads it from? When you refresh your spells does it say success to them all?
  11. Leesne

    MyAAC v0.8.21

    post an example of your spells.xml. It reads the spells from here.
  12. Leesne

    MyAAC v0.8.21

    It looks like you are not pointing your myaac to the correct location for config.lua if(isset($config['lua']['rate_mag'])) $config['lua']['rateMagic'] = $config['lua']['rate_mag']; checks if its set then sends it to be displayed on twig. Are you sure your config.php or config.local is...
  13. Leesne

    [MyAAC][Plugin][Template] First Tibia Global Layout

    myaac is coded by slawkens.
  14. Leesne

    TFS 0.X [7.72] Understanding extraatk attribute

    @edit strange, this post was showing as new.. yet post above is from 18 days ago...
  15. Leesne

    WAMP server alternatives...

    I had issues with xAMP and Uniformserver whenever I needed to move data, or wiped a hdd if I didn't connect and export the databases. I've never had any issues with Laragon and I haven't had to export a database etc when switching machines. Even if its slightly outdated, I am able to use newer...
  16. Leesne

    WAMP server alternatives...

    I'm not sure how secure it is for public hosting but I've been using Laragon for a while for my coding projects (not to host my test server as thats on a linux server), but only because it has a portable executable, which allows me to transfer databases etc between machines very easily. And...
  17. Leesne

    [MyAAC][Plugin] List Of Items

    I have an unfinished commit for the develop git with something like this as myaac used to write to database till it was updated to use a cache array (I also made it print them back into the database for an items page.) as i couldn't find a quick way to filter array by attributes slottype. Its...
  18. Leesne

    MyAAC v0.8.21

    You should need to make some changes to use findByEMail and would need to find any of the USE_ACCOUNT_NAME and add similar code. define("USE_ACCOUNT_EMAIL", true) $account_logged = new OTS_Account(); if(USE_ACCOUNT_EMAIL)...
  19. Leesne

    AAC Sell character page

    So it does use it as a variable. Guess my assumption was wrong and I will take back my comments in a previous post.
  20. Leesne

    AAC Sell character page

    If you aren't willing to help yourself, then others won't be willing to help you. I've explained what to do. Good luck.
Back
Top