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

AAC Znote error.. character level 1 start with 64000 mana...

Status
Not open for further replies.

ItsMeMagic

Old Tibia Player.
Joined
Sep 11, 2008
Messages
318
Reaction score
25
Location
exiva "Magic~
Code:
    // Max characters on each account:
    $config['max_characters'] = 7;

    // Available character vocation users can create.
    $config['available_vocations'] = array(1, 2, 3, 4);

    // Available towns (specify town ids, etc: (1, 2, 3); to display 3 town options (town id 1, 2 and 3).
    $config['available_towns'] = array(3);

    $config['player'] = array(
        'base' => array(
            'level' => 8,
            'health' => 185,
            'mana' => 40,
            'cap' => 470,
            'soul' => 100
        ),
        // health, mana cap etc are calculated with $config['vocations_gain'] and 'base' values of $config['player']
        'create' => array(
            'level' => 8,
            'novocation' => array( // vocation id 0 (No vocation) special settings
                'level' => 1, // Level
                'forceTown' => true,
                'townId' => 11

What should i do?
 
This topic has been solved.
Saffyto hired me to fix this and many other things on his VPS.
 
Status
Not open for further replies.
Back
Top