drifter8779
Member
- Joined
- Oct 17, 2009
- Messages
- 163
- Reaction score
- 7
In znote AAC for TFS 1.0, i cant set the town id to 1, it just says missing town, if i set it to 2 or higher, it works, why is that?
$config['towns'] = array(
2 => 'Thyrfing',
3 => 'Domgolia',
);
If you want a town to be available when creating a character, you need to edit...To find out which ID your towns are using, open the map with RME and click CTRL + T.
$config['towns'] = array(
2 => 'Thyrfing',
3 => 'Domgolia',
);
If you want a town to be available when creating a character, you need to edit:To find out which ID your towns are using, open the map with RME and click CTRL + T.