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

Modern AAC 1.0 Ideas!

Like 2-3 new "layouts" like 1 white, light. One brown, abit darker. :p
 
The max players per account thing doesn't work.. at least not for me..
I have one character in the account and it won't let me create another one.. even though the config is set to 10

I don't get this code either
PHP:
if($action == 3) success("You have exceded the maximum amount of characters per account.");
 
The max players per account thing doesn't work.. at least not for me..
I have one character in the account and it won't let me create another one.. even though the config is set to 10

I don't get this code either
PHP:
if($action == 3) success("You have exceded the maximum amount of characters per account.");

Try with other account? And also the rec on svn is not officialy 1.0 yet there are more things to come.
 
I fixed it already tho.. i was editing my files manually and missed a line ;(

amm just letting you know gallery.php doesn't work
 
Yep..

The error is somewhere arround these lines
PHP:
<?php 
        $files = @glob("public/gallery/*.{png,jpg,bmp}", GLOB_BRACE);
        if(empty($files)) 
                alert("There are no pictures in the gallery.");
        else {
?>

@Edit
To be more specific
Parse error: syntax error, unexpected T_ELSE in /var/www/system/pages/gallery.php on line 76
 
make a option for a default min selling prices of houses. like a price the auction has to start at the first bid cant be lower than X value
 
id be nice for it to come with a build it support list page. its a popular feature.

also right now if you add more towns it adds them to the character creation page and the house list page. i only want people to be able to start at one town. but i was to list all the towns for the house page. so my suggestion would be a way to limit that.
 
The hability to hide a player from your account :p
 
Guild board like in real tibia?

So when you create a guild a forum for that guild will automaticly be created (ofc only the guild members will be able to access it)
 
Somewhere that can tell you the servers game type (fe. Non-PvP, PvP, PvP-Enforced)
 
Back
Top