Savager Posted September 20, 2007 Share Posted September 20, 2007 i have created a 10 person freeforall i have not tested it out yet. It is for V1 also 35kb and theres 3 files battlelog.txt, Attack3.php, and battlearena.php. If you want to try it email me @hotmail.com, if it works i would like to see it! Quote Link to comment Share on other sites More sharing options...
Savager Posted September 21, 2007 Author Share Posted September 21, 2007 Re: battlearena Create file battlearena.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
Savager Posted September 21, 2007 Author Share Posted September 21, 2007 Re: battlearena Create file Attack3.php (do not change file name) You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
Savager Posted September 21, 2007 Author Share Posted September 21, 2007 Re: battlearena You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Create battlearena mysql table add batid(int11) (auto), p1 (int11)(default=0), p2, p3, p4 , p5, p6, p7, p8, p9, p10, lastwinner Create file battlelog.txt Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted September 21, 2007 Share Posted September 21, 2007 Re: battlearena can someone make it so i can just run that sql please Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted September 21, 2007 Share Posted September 21, 2007 Re: battlearena and i am very very bad with sql can someone tell me what to run Quote Link to comment Share on other sites More sharing options...
Satans_Pimp Posted September 25, 2007 Share Posted September 25, 2007 Re: battlearena yeap i have V2 would anyone mind helping me to get this to v2? Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted September 25, 2007 Share Posted September 25, 2007 Re: battlearena i tryed this and it ran good but i still get a sql error when tryin 2 battle CREATE TABLE `battlearena` ( `batid` int(11) NOT NULL auto_increment, `p1` int(11) NOT NULL default '0', `p2` int(11) NOT NULL default '0', `p3` int(11) NOT NULL default '0', `p4` int(11) NOT NULL default '0', `p5` int(11) NOT NULL default '0', `p6` int(11) NOT NULL default '0', `p7` int(11) NOT NULL default '0', `p8` int(11) NOT NULL default '0', `p9` int(11) NOT NULL default '0', `p10` int(11) NOT NULL default '0', `lastwinner` int(11) NOT NULL default '0', PRIMARY KEY (`batid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted February 6, 2008 Share Posted February 6, 2008 Re: battlearena anyone know Quote Link to comment Share on other sites More sharing options...
Godhand Posted February 6, 2008 Share Posted February 6, 2008 Re: battlearena Well I know some of the attack coding is a lot different then normal. Just apply the general converting method and actually try. If you don't get it after trying someone will probably convert it. Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted February 6, 2008 Share Posted February 6, 2008 Re: battlearena no i mean the sql as well Quote Link to comment Share on other sites More sharing options...
Godhand Posted February 7, 2008 Share Posted February 7, 2008 Re: battlearena Pft sql is easy. Just use the sql you have to start mccodes and edit it to fit what you want to do. :roll: Now was that too complicated? I certainly hope not. Quote Link to comment Share on other sites More sharing options...
Magictallguy Posted February 7, 2008 Share Posted February 7, 2008 Re: battlearena SQL: (Isomerisers...so I don't know why I'm posting it again..) You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
Godhand Posted February 7, 2008 Share Posted February 7, 2008 Re: battlearena wasn't that hard.... see? Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted February 7, 2008 Share Posted February 7, 2008 Re: battlearena untill someone says it works im not trying it Quote Link to comment Share on other sites More sharing options...
Godhand Posted February 7, 2008 Share Posted February 7, 2008 Re: battlearena untill someone says it works im not trying it Why so you can leech off everyone else? Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted February 8, 2008 Share Posted February 8, 2008 Re: battlearena wtf you talking about so then i can see it working Quote Link to comment Share on other sites More sharing options...
Godhand Posted February 9, 2008 Share Posted February 9, 2008 Re: battlearena Like I said leech off other people who actually try..... I know that the sql isn't that complicated come on. I could do it if i wanted to. And risking a bug to add a new function... well that always happens. Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted February 9, 2008 Share Posted February 9, 2008 Re: battlearena lol ino theres mostly bugs in everything Quote Link to comment Share on other sites More sharing options...
riderdaz Posted April 18, 2008 Share Posted April 18, 2008 Re: battlearena lol ino theres mostly bugs in everything fix them then :wink: Quote Link to comment Share on other sites More sharing options...
Magictallguy Posted April 21, 2008 Share Posted April 21, 2008 Re: battlearena Hehe - would make a lot of sense wouldn't it? xD fix them then :wink: Quote Link to comment Share on other sites More sharing options...
glg216 Posted April 27, 2008 Share Posted April 27, 2008 Re: battlearena to fix the issues add 'global $c;' inside all of the functions. Quote Link to comment Share on other sites More sharing options...
POG1 Posted April 29, 2008 Share Posted April 29, 2008 Re: battlearena lol ino theres mostly bugs in everything you should go back 2 school Quote Link to comment Share on other sites More sharing options...
Zero-Affect Posted April 30, 2008 Share Posted April 30, 2008 Re: battlearena yall talk about there being bugs in coding yet yall wait for someone else to fix it... :lol: ok then... Quote Link to comment Share on other sites More sharing options...
KDawg08 Posted May 1, 2008 Share Posted May 1, 2008 Re: battlearena i tryed this and it ran good but i still get a sql error when tryin 2 battle CREATE TABLE `battlearena` ( `batid` int(11) NOT NULL auto_increment, `p1` int(11) NOT NULL default '0', `p2` int(11) NOT NULL default '0', `p3` int(11) NOT NULL default '0', `p4` int(11) NOT NULL default '0', `p5` int(11) NOT NULL default '0', `p6` int(11) NOT NULL default '0', `p7` int(11) NOT NULL default '0', `p8` int(11) NOT NULL default '0', `p9` int(11) NOT NULL default '0', `p10` int(11) NOT NULL default '0', `lastwinner` int(11) NOT NULL default '0', PRIMARY KEY (`batid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; For someone who sells mods, you would think you could figure this out. I'm a hardcore noob with this kind of stuff but I've tried it, and it's not bad. But again... Maybe you should learn that part before posting my mods for sale... 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.