Hello, Open-Tibia Community!
How do I make a character start in Rookgaard by using Gesiors AAC?
There's some lines that I think I have to change, but I have no clue if I'm right.
May you correct me please?
What is wrong there?
Or where shall I change the start position of new created characters?
Your sincerely,
Siramix from SwanaMix Productions!
How do I make a character start in Rookgaard by using Gesiors AAC?
There's some lines that I think I have to change, but I have no clue if I'm right.
May you correct me please?
Code:
// CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from $vocation_name[0] (below)
$config['site']['newchar_vocations'][1] = array(0 => 'Rook Sample');
$config['site']['newchar_towns'] = array(15);
What is wrong there?
Or where shall I change the start position of new created characters?
Your sincerely,
Siramix from SwanaMix Productions!