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

MyACC 0.7.9 Bug with character_samples

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
993
Solutions
5
Reaction score
55
Hi idk why it's so messed up. Look
Code:
    // new character config
    'character_samples' => array( // vocations, format: ID_of_vocation => 'Name of Character to copy'
        //0 => 'Rook Sample',
        1 => 'Goku Sample',
        2 => 'Vegeta Sample',
        3 => 'Gohan Sample',
        4 => 'Goten Sample',
        5 => 'Future Sample',
        6 => 'Brolly Sample',
        7 => 'Bardock Sample',
        8 => 'Pan Sample'
    ),
And look how it's looks like in website
Untitled.png

Why there is x2 goku and no Pan voc, wtf is going on?
 
Solution
Its using vocations from your vocations.xml file. If you changed that file, you might need to reload cache, you can do it in Admin Panel, first option 'Reload Cache', or wait 2 minutes it will reload automatically.
Its using vocations from your vocations.xml file. If you changed that file, you might need to reload cache, you can do it in Admin Panel, first option 'Reload Cache', or wait 2 minutes it will reload automatically.
 
Solution
Yes i'm sorry that was my mistake :D fucked up with ids :D today is pretty bad day i miss such a important thinks.
 
Back
Top