Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
As well-put by @Redleaf, most of you act like complete children. Any one with at least a tad of common sense would realise that no product is perfect, nonetheless a hobby project. Even less so at the launch of it. Faloria is no state-of-the-art game studio, it is mainly developed by one person...
A little preview as far as the website goes. Whenever you hover over one of the packages, a list appears to the side of it with all of the included products.
Disclaimer! None of these offers are in any way related to Faloria, they are merely examples.
Disclaimer! You will not actually be charged anything, despite the "cool prices". You will however have the possibility of winning certain prizes!
Love you Amoaz <3
The Faloria Beta is now LIVE!
You can now visit faloria.eu and register for our open-beta!
On the website you can now also find all the information you, as a beta tester, will need to know!
Short summery of changes (during beta)
Increased experience (30x static)
Unlimited runes/ammunition...
I don't have a copy of Gesior's AAC on my computer anymore, and it's been quite a while since I last dealt with it, but it might because of A) not being able to properly render the file path or B) Your config.lua is missing X important properties.
I'd be more than happy to help you out through...
I do, but I tend to keep it for private use only, sorry. Feel free to send me a PM whenever you have any issues though, and I'll do my best to assist you, whether it be through a TeamViewer session or through PMs.
I'm going to assume that you're using Gesior's AAC, and in that case, I would recommend to simply turn off notices, otherwise you'll give up before you even begin. Even though it is preferred to solve these notices, they tend not to cause any negative impact on the site itself.
Preferrably...
<?php
$topGuilds = $SQL->query('SELECT g.name AS guild, ROUND(AVG(p.level)) AS average FROM guilds AS g LEFT JOIN guild_membership AS gm ON gm.guild_id = g.id LEFT JOIN players AS p ON p.id = gm.player_id GROUP BY g.id ORDER BY average DESC LIMIT 5;')->fetchAll();
foreach ($topGuilds as...
SELECT g.name AS guild, ROUND(AVG(p.level)) AS average FROM guilds AS g LEFT JOIN guild_membership AS gm ON gm.guild_id = g.id LEFT JOIN players AS p ON p.id = gm.player_id GROUP BY g.id ORDER BY average DESC LIMIT 5;
If you count from the ground up, what iteration is your item on? i.e. do you have anything below the item itself? a counter perhaps? If so, try raising the stackpos to 2, or if you have two items below it, set it to 3, and so on, so forth.