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

    pandaac | TFS 1.0 and Avesta | Best released AAC

    For those of you who it may interest/affect, this is the link to the issues section of our github repository https://github.com/pandaac/bamboo/issues
  2. Chris

    pandaac | TFS 1.0 and Avesta | Best released AAC

    Since Cornex posted this thread, I have been getting a few private messages about bugs, requests and what have you. I'd love to work on this project every day, but the reality is that I work as a web developer full time and more often than I probably want to admit, I honestly have no time or...
  3. Chris

    pandaac | TFS 1.0 and Avesta | Best released AAC

    You need to set your document root to the ./public/ folder, rather than the root folder itself. This is because of security reasons. And unless you've manually made changes to the ./composer.json file, the theme should of have been downloaded along with the AAC. You must however publish the...
  4. Chris

    pandaac | TFS 1.0 and Avesta | Best released AAC

    As Vanderlay mentioned a bit further up, it looks like you tried to install 'root/pandaac' rather than 'pandaac/pandaac'.
  5. Chris

    pandaac | TFS 1.0 and Avesta | Best released AAC

    The package I used for the Captcha library was never in any stable release when I first picked it up, and so I had to use their dev branch, which is never the most recommended thing to do, but as pandaac is in development itself, I saw little harm in it. I have commited a change which now...
  6. Chris

    Team Delete

    I'll happily vouch for @J.Dre and his dedication. He pays up too. All in all, a good lad.
  7. Chris

    TeamViewer Session - Developing an AAC

    TeamViewer is honestly against me... I don't even. It died for whatever reason, m36-813-816
  8. Chris

    TeamViewer Session - Developing an AAC

    We're back up and running... (: m43-398-026
  9. Chris

    TeamViewer Session - Developing an AAC

    I'm still going, and might do an earlier one tomorrow, around 6-7 PM CET or so. Update: All right, ended it now. Thank you all for stopping by, appreciate it and love the company! :-)
  10. Chris

    TeamViewer Session - Developing an AAC

    Time for another session. Picking up where we left off last time. Meeting ID: m03-361-176 TeamViewer version: 9 New ID, had to restart TeamViewer, m64-468-647
  11. Chris

    TeamViewer Session - Developing an AAC

    My internet cut out, I'm sorry, but I was planning on shutting down the session shortly anyway. Thank you all for tuning in and keeping me company! Next session will probably be around the same time tomorrow, and I have adjusted the TeamViewer settings to allow everyone to see one-another in the...
  12. Chris

    TeamViewer Session - Developing an AAC

    I've downgraded TeamViewer to version 9 instead, which is the more stable one. Sorry for the inconvenience. m33-641-977
  13. Chris

    TeamViewer Session - Developing an AAC

    Hm, there are two other guys in it as we speak, maybe downgrading to the previous version of TeamViewer would be optimal.
  14. Chris

    TeamViewer Session - Developing an AAC

    TeamViewer acted up, so had to restart the meeting. m75-314-931
  15. Chris

    TeamViewer Session - Developing an AAC

    A few people are already aware of the fact that I am developing an open source AAC, known as pandaac. Even though I haven't officially gone public with it, there is already a version of it available on GitHub. The publicly available version is based upon the Laravel 4.2 framework. Laravel 5.0 is...
  16. Chris

    Solved Sorry You Don't have access to this page

    I was asked by @StreamSide to have a look and see if I could help you. A white page usually means that you have got an error, but it is being suppressed. You could either send me your TeamViewer credentials through a private message and I'll help you out that way, or you could, in your index.php...
  17. Chris

    Newcomer with question :D

    Send me your TeamViewer credentials through a private message and I'll help you get started.
  18. Chris

    Newcomer with question :D

    I doubt very much that they have included a way to parse character data as of right now (if ever?). Your only safe bet is to do every file manually like I mentioned in my previous entry. Hopefully though, in a future release, they'll consider adding e.g. the raid name as a parameter of the...
  19. Chris

    Solved TFS 1.0 Creaturescript : onAdvance

    Yes, yes you could.
  20. Chris

    Newcomer with question :D

    As an extension to @Cornex post above, what you'd like to do is, add a script tag to each raid file (not the main raids.xml, but each separate raid .xml file) to specify a custom LUA script. <?xml version="1.0" encoding="UTF-8"?> <raid> <script script="my-raid.lua" delay="0" /> <!--...
Back
Top