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

Solved ZnoteACC tfs 1.2 house

damiian

New Member
Joined
May 9, 2011
Messages
145
Reaction score
1
Location
cd /Gentoo/
hiho

its possible add house list ?
Code:
  // Town ids and names: (In RME map editor, open map, click CTRL + T to view towns, their names and their IDs.
   // townID => 'townName' etc: ['3'=>'Thais']
   $config['towns'] = array(
     1=> 'Venore',
     2=> 'Thais',
     3=> 'Kazordoon',
     4=> 'Carlin',
     5=> 'AbDendriel',
     6=> 'Rookgaard',
     7=> 'Liberty Bay',
     8=> 'Port Hope',
     9=> 'Ankrahmun',
     10=> 'Darashia',
     11=> 'Edron',
     12=> 'Svargrond',
     13=> 'Yalahar',
     14=> 'Farmine',
     28=> 'Gray Beach',
     29=> 'Roshamuul',
     33=> 'Rathleton',
   );

In web -> Houses

Code:
Failed to fetch data from sql->houses table.
Is the table empty?

database lagged must first buy one house and restart server
 
Last edited:
Back
Top