mp7elite Posted October 27, 2007 Share Posted October 27, 2007 in my game i can add everything else but for some reason under Travel i can not add any cities at all how can i fix this? also how do i install the hackpc into the game Thanks Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted October 27, 2007 Share Posted October 27, 2007 Re: Help Please just add them in the database Quote Link to comment Share on other sites More sharing options...
mp7elite Posted October 28, 2007 Author Share Posted October 28, 2007 Re: Help Please thanks for getting back to me here is what i find in the database -- -- Table structure for table `cities` -- CREATE TABLE `cities` ( `cityid` int(11) NOT NULL auto_increment, `cityname` varchar(255) NOT NULL default '', `citydesc` longtext NOT NULL, `cityminlevel` int(11) NOT NULL default '0', PRIMARY KEY (`cityid`) ) ENGINE=MyISAM ; INSERT INTO `cities` VALUES('1', 'Default City', 'A standard city added to start you off', 1); what do i need to change or add to add more cities? thanks again Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted October 28, 2007 Share Posted October 28, 2007 Re: Help Please ok go in to your database then click on citys then click >> then you go to >>> then type the id the same and the will that u want in the tables Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.