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

Add new cities to Modern AAC

Dankoo

Active Member
Joined
Sep 4, 2010
Messages
1,007
Reaction score
27
Hello

I'm trying to add new cities to Modern AAC site, in config.php I found these options:

PHP:
/*List of cities, declare by using city ID and name eg. 2=>"Eternia City" etc.*/
$config['cities'] = array(1=>'Carlin');

Thing is, I want to list all cities, so the house system works, etc, but:

I want VIP players to be able to choose different cities

I want to register all cities, but don't want to give the player the option of spawning in all of them, just a few

If someone could help me I would be really grateful, I'm not the "download-and-run" kind, but I'm not really good with websites

Thanks a lot :peace:

-- Edit --

Also, accounts were suppose to start with 3 premium days

I found this line in htdocs\system\application\libraries\POT\OTS_Account.php:

public function setPACCDays($premdays)

Shouldn't it be set as like in config.php?

@DEFINE('PREMDAYS', $config['premDays']);

Like, PREMDAYS instead of PACCDAYS?
 
Last edited:
Hm, anyone?

I just want to add all cities, but give the player the option of born in one of them only.
 
Back
Top