Chuckster Posted July 16, 2010 Posted July 16, 2010 Ok. So i accidently was messing around with my items table, and kinda fucked it up :( Has anyone still got the default item table for mc codes V2? I really need it :s Quote
bladewolf2010 Posted July 16, 2010 Posted July 16, 2010 your mccodes should come standard with that. unless you got another way XD Quote
rulerofzu Posted July 16, 2010 Posted July 16, 2010 You are be able to download the entire rar file inc sql file from your mccodes account ;) Quote
Danny696 Posted July 16, 2010 Posted July 16, 2010 You two must be like me. (Yes! thats not all bad. xD) Wont give out any file/table of the original mcc, but would if it was anyother mod :P Quote
rulerofzu Posted July 16, 2010 Posted July 16, 2010 You and I maybe Dan not sure about that blade though :D Quote
Danny696 Posted July 16, 2010 Posted July 16, 2010 I just feel as thought if they got a proper copy, use it. If not, they can always get it again ;p Quote
bladewolf2010 Posted July 16, 2010 Posted July 16, 2010 I'm not giving any tables out files i will but there modified for my site so they'd have to edit them Quote
Djkanna Posted July 16, 2010 Posted July 16, 2010 Just to be different, have you checked the V2 folder there is an SQL file in there. Quote
Jordan Palmer Posted July 16, 2010 Posted July 16, 2010 Delete you're item table. [mysql] CREATE TABLE `items` ( `itmid` int(11) NOT NULL auto_increment, `itmtype` int(11) NOT NULL default '0', `itmname` varchar(255) NOT NULL default '', `itmdesc` text NOT NULL, `itmbuyprice` int(11) NOT NULL default '0', `itmsellprice` int(11) NOT NULL default '0', `itmbuyable` int(11) NOT NULL default '0', `effect1_on` tinyint(4) NOT NULL default '0', `effect1` text NOT NULL, `effect2_on` tinyint(4) NOT NULL default '0', `effect2` text NOT NULL, `effect3_on` tinyint(4) NOT NULL default '0', `effect3` text NOT NULL, `weapon` int(11) NOT NULL default '0', `armor` int(11) NOT NULL default '0', PRIMARY KEY (`itmid`) ) ENGINE=MyISAM ;[/mysql] Add that and bam, You'll be fine :) Quote
Dave Posted July 17, 2010 Posted July 17, 2010 Always one isn't there xD He could off got it anyway by just simply typing in "Mccodes V2 Download" to the best warez site ever created.. Google :') Quote
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.