• 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] 2 Problems

Delvire

°£°
Joined
Feb 24, 2008
Messages
236
Reaction score
9
Hello, I am having two problems with the Modern AAC.

#1: Other people cannot access the site(I am using the Uniform Server as my server)
#2: Even if the "Sample" characters are equiped, the generated characters will born with the same oufit as the "Sample" chars, but without any eq.
 
Last edited:
dresses and looks permissions if you run this aver I guess it serves your server linux

cd / var / www
sudo chown-R www-data.
sudo chmod 777-R.

and ready to restart your server and you have to run
 
imagemoz.png


:/
 
Make sure the sample characters you equipped have the same world ID as it is written in your config.lua (OT server) and config.php (modern aac)
 
#1 Solved by reppeating the whole instalation proccess of the Uniform Server

#2 - Nothing :(

config.lua
-- Connection config
worldId = 0

config.php
/*ID and names of worlds*/
$config['worlds'][0] = "Hera";

###FIXED

I had to set the Sample chars to don't save, in the database

Thanks everybody for helping!
 
Last edited:
Back
Top