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

One Qustion About [Geisor ACC] ++rep!! for help.

Bacheer

New Member
Joined
Jun 18, 2009
Messages
246
Reaction score
0
Location
Sweden
Hello,

I need help to add towns at the homepage.. Like when you create character you will be enable to choose which town you will start on.. But i dont got that, and thats my problem!

What i want from you otlanders is:

1. Where do i add the towns?

2. Instructions would be good!

Thanks!

++Rep for good answers!!
 
C:// or D://

disks^, depends where you installed xampp


Go tom xampp Than > htdocs > than > config folder > than > config.php file


edit config.php with notepad, drag it onto it or rightmouse and edit


u can find all stuff about citys, etc there.
 
@^

This is what i find... what to do?

// list of towns on ots
$towns_list[0] = array(1 => 'Thais'); // list of towns, id => 'name', $towns_list[0] - for world id 0
$towns_list[1] = array(1 => 'Thais'); // list of towns, id => 'name', $towns_list[0] - for world id 1
 
Code:
$towns_list[0] = array(1 => 'Thais', 2 => 'Ironforge', 3 => 'Orgrimmar' 4 => 'Dalaran'); // list of towns, id => 'name', $towns_list[0] - for world id 0
1 = town 1
2 = town 2
3 = town 3
ECT
 
Code:
$towns_list[0] = array(1 => 'Thais', 2 => 'Ironforge', 3 => 'Orgrimmar' 4 => 'Dalaran'); // list of towns, id => 'name', $towns_list[0] - for world id 0
1 = town 1
2 = town 2
3 = town 3
ECT

Is that all? is it added when create character auto? so you can pick ?
 
Back
Top