Amiroslo
Excellent OT User
- Joined
- Jul 28, 2009
- Messages
- 6,812
- Solutions
- 6
- Reaction score
- 822
Hello,
I got a problem with something on ModernAAC:
If you look @ ParadiseOT- Free online role-playing game.
You can chose vocation: Druid, sorc, pal, knight
I want it so u can chose only 1 voc, and its voc 0
I edited this in config.php
But still, 4 vocations r showing up
how to fix it?
I got a problem with something on ModernAAC:
If you look @ ParadiseOT- Free online role-playing game.
You can chose vocation: Druid, sorc, pal, knight
I want it so u can chose only 1 voc, and its voc 0
I edited this in config.php
Code:
/*List of vocation available to choose when creating new character*/
$config['vocations'] = array(0=>"Begynner");
how to fix it?