Jump to content
MakeWebGames

Recommended Posts

Posted

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

Guest Anonymous
Posted

Re: Help Please

just add them in the database

Posted

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

Guest Anonymous
Posted

Re: Help Please

ok go in to your database then click on citys then click >>brow.jpg then you go to >>> insert.jpg then type the id the same and the will that u want in the tables

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...