Tried to run Modern AAC with an otserver that uses world id 5.
Tried to give sample character world id 5, no luck.
Tried to configure this part to world id 5:
No luck.
Tried to set this to world id 5:
(Result: Can not create character)
I though, hmm maybe because samples don't have world id 5.
I made sure samples had world id 5. No luck.
Then I made the samples in config.php have world id 5:
Still, no luck.
(Results: can't create character)
So tell me, how can I solve this?
Using rev 204
Tried to give sample character world id 5, no luck.
Tried to configure this part to world id 5:
PHP:
$config['servers'][5] = array('address'=>'127.0.0.1', 'port'=>7272, 'vapusid'=>'262');
Tried to set this to world id 5:
PHP:
$config['worlds'][5] = "Test";
(Result: Can not create character)
I though, hmm maybe because samples don't have world id 5.
I made sure samples had world id 5. No luck.
Then I made the samples in config.php have world id 5:
PHP:
$config['newchar_vocations'][5][0] = "Rook Sample";
$config['newchar_vocations'][5][1] = "Sorcerer Sample";
$config['newchar_vocations'][5][2] = "Druid Sample";
$config['newchar_vocations'][5][3] = "Paladin Sample";
$config['newchar_vocations'][5][4] = "Knight Sample";
Still, no luck.
So tell me, how can I solve this?
Using rev 204
Last edited: