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

[ModernAcc] No timeout or error when creating character.

Mjmackan

Mapper ~ Writer
Joined
Jul 18, 2009
Messages
1,478
Solutions
18
Reaction score
195
Location
Sweden
Hello i am trying to put up my second server with world id: 1 using modernacc.
When i am creating an account + with account creation it comes an character creation and that works well trough when i am trying to only make an character it's loading 24/7 and never times out or tell me any error.

My config looks like this with worlds:
HTML:
/*ID and names of worlds*/
$config['worlds'][1] = "RookEnforce";

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

Webpage if it's needed RookEnforce though as said it doesn't show any errors.

This had worked before though, everything worked fine for just 2 - 3 days ago and i don't think i made any changes, beside an reboot of the computer.

Rep++ for help is obvious!
 
Hello i am trying to put up my second server with world id: 1 using modernacc.
When i am creating an account + with account creation it comes an character creation and that works well trough when i am trying to only make an character it's loading 24/7 and never times out or tell me any error.

My config looks like this with worlds:
HTML:
/*ID and names of worlds*/
$config['worlds'][1] = "RookEnforce";

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

Webpage if it's needed RookEnforce though as said it doesn't show any errors.

This had worked before though, everything worked fine for just 2 - 3 days ago and i don't think i made any changes, beside an reboot of the computer.

Rep++ for help is obvious!

ModernAAC is known to have issues with more worlds at the same time, dont know if they fixed it yet.
 
ModernAAC is known to have issues with more worlds at the same time, dont know if they fixed it yet.
Okay thank you for the response. Though it only seemed weird that it worked and after a reboot stopped to work.
However the answer on the question if they still have the issue may have been answered then.

I've got too different file/maps with two websites and on first one i am able to have:
HTML:
/*ID and names of worlds*/
$config['worlds'][0] = "Blablabla";
but when using this with world id 1 in the next file/map for the second server it doesn't allow me to create account.
 
I told you, Modern AAC got issues with that, If you got 2 different IPs you could use world id 0 on both.
Just explaining some more so you doesn't think i got one website for two servers..
Well i don't got two different IPs so then its back go GesiorAcc i'll guess ;/

Thanks however ^^
 
Hello i am trying to put up my second server with world id: 1 using modernacc.
When i am creating an account + with account creation it comes an character creation and that works well trough when i am trying to only make an character it's loading 24/7 and never times out or tell me any error.

My config looks like this with worlds:
HTML:
/*ID and names of worlds*/
$config['worlds'][1] = "RookEnforce";

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

Webpage if it's needed RookEnforce though as said it doesn't show any errors.

This had worked before though, everything worked fine for just 2 - 3 days ago and i don't think i made any changes, beside an reboot of the computer.

Rep++ for help is obvious!



cant you just put it like this:
HTML:
/*ID and names of worlds*/
$config['worlds'][1] = "RookEnforce",
$config['worlds'][0] = "Test";

or
HTML:
/*ID and names of worlds*/
$config['worlds'][1] = "RookEnforce", [0] = "Test";

it can work:S

btw you still havent update. evowar~. you still going to say it will be in a few days?..
 
Back
Top