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:
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
eace:
-- 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?
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

-- 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: