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

(HELP ME) ROOKGAARD TEMPLE!

Jpstafe

Well-Known Member
Joined
Aug 8, 2011
Messages
507
Reaction score
68
hi, I need help!
I have followed tutorials about this error in this forum and none worked for me.
I use z note for the page, the accounts create them perfectly .. but when I enter with the character he tells me that the place of entry is incorrect

651615.png

this is my configuration in config.php

01.png

02.png
I have looked at the cities in the map editor and they are ordered correctly

03.png
04.png
What am I doing wrong?...
 
my config

$towns_list = array(1 => 'Arthen', 2 => 'Venore', 4 => 'Carlin');

$config['site']['newchar_towns'] = array(1);

try to replace it, i dont undestand about scripting, but, at least, i didnt have any problem with my temple
Post automatically merged:

Check coordinates in config.php

i think there isnt coords on config
 
I upload it to you by mediafire ... because it tells me that the code is very large to upload it here


Config.php

 
Code:
        // 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' => 30

try change this, there is townID "30"
//////////////////////////////////////////////////////////////////////////////////////
if this doesn't work change this

Code:
    $config['default_pos'] = array(
        'x' => 5,
        'y' => 5,
        'z' => 2,
    );
 
Code:
        // 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' => 30

try change this, there is townID "30"
//////////////////////////////////////////////////////////////////////////////////////
if this doesn't work change this

Code:
    $config['default_pos'] = array(
        'x' => 5,
        'y' => 5,
        'z' => 2,
    );
It didn't work .. Can you think of something else?
 
Back
Top