
winfidel
Members-
Posts
13 -
Joined
-
Last visited
Never
winfidel's Achievements
Newbie (1/14)
0
Reputation
-
Okay okay mommy is back home... all you crying can now relax No need for you guys to be upset, whiny or irritable... I have plenty of sippy cups!
-
Re: URGENT HELP!! Setup Game I'm so glad Floyd explained it so perfectly... diplomatically.. taking the high road... I was just going to respond by coughing the word asshole.
-
(Request) Gang wars - attacking - respect
winfidel replied to radio_active's topic in General Discussion
Re: (Request) Gang wars - attacking - respect Have you tried going over his head and speaking with his GF Purple Nurples? -
I'm at a dead end with my mccode modifications please help...
winfidel replied to winfidel's topic in General Discussion
Re: I'm at a dead end with my mccode modifications please help... I started with this: //brave update $query="UPDATE users SET brave=brave+((maxbrave/10)+0.5) WHERE brave<maxbrave "; $query2="UPDATE users SET brave=maxbrave WHERE brave>maxbrave"; $query3="UPDATE users SET hp=hp+(maxhp/3) WHERE hp<maxhp"; $query4="UPDATE users SET hp=maxhp WHERE hp>maxhp"; $query5="UPDATE users SET hp=hp+(maxhp/3) WHERE gender<Female AND cities<'8'"); $query6="UPDATE users SET brave=brave+((maxbrave/10)+5.5) WHERE gender<Female AND cities<'8'"); //enerwill update $db->query($query); $db->query($query2); $db->query($query3); $db->query($query4); - - - - - - I was guessing how to use the code Changed it to: //brave update $query="UPDATE users SET brave=brave+((maxbrave/10)+0.5) WHERE brave<maxbrave "; $query2="UPDATE users SET brave=maxbrave WHERE brave>maxbrave"; $query3="UPDATE users SET hp=hp+(maxhp/3) WHERE hp<maxhp"; $query4="UPDATE users SET hp=maxhp WHERE hp>maxhp"; if($ir['location']==1 && $ir['gender']=='Female') { mysql_query("UPDATE users SET energy=energy+maxenergy*.20 WHERE userid=$userid",$c); } else { mysql_query("UPDATE users SET energy=energy+maxenergy*.08 WHERE userid=$userid",$c); } $db->query($query); $db->query($query2); $db->query($query3); $db->query($query4); -
Re: [mccode v2] House Images Thank you <bowing while saying:"I'm not worthy!"> because now it works ... I'll slap some pictures in there and create a poor man's one man's fair and friendly Torn City... only I'll care more about my players than about donator packs... thats my goal to make something sort of like TC but more enjoyable... with friendly staff... making just enough bread to pay my hosting company so the game pays for itself... and I kid you not.. I will treat you and Floyd and the others like visiting dignitaries for helping me make this happen.
-
Re: [mccode v2] House Images Parse error: syntax error, unexpected '<' in E:\xampp\htdocs\index.php on line 11 Where do I add: Property:</center> {$ir['hNAME']} <center></center>"; to <?php $housequery=1; include "globals.php"; print "<h3>General Info:</h2>"; $exp=(int)($ir['exp']/$ir['exp_needed']*100); print "<table><tr><td>Name: {$ir['username']}</td><td>Crystals: {$cm}</td></tr><tr> <td>Level: {$ir['level']}</td> <td>Exp: {$exp}%</td></tr><tr> <td>Money: $fm</td> <td>HP: {$ir['hp']}/{$ir['maxhp']}</td></tr> <tr><td>Property: {$ir['hNAME']}</td></tr></table>"; print "<hr><h3>Stats Info:</h3>"; $ts=$ir['strength']+$ir['agility']+$ir['guard']+$ir['labour']+$ir['IQ']; $ir['strank']=get_rank($ir['strength'],'strength'); $ir['agirank']=get_rank($ir['agility'],'agility'); $ir['guarank']=get_rank($ir['guard'],'guard'); $ir['labrank']=get_rank($ir['labour'],'labour'); $ir['IQrank']=get_rank($ir['IQ'],'IQ'); $tsrank=get_rank($ts,'strength+agility+guard+labour+IQ'); $ir['strength']=number_format($ir['strength']); $ir['agility']=number_format($ir['agility']); $ir['guard']=number_format($ir['guard']); $ir['labour']=number_format($ir['labour']); $ir['IQ']=number_format($ir['IQ']); $ts=number_format($ts); I tried to hook onto <tr><td>Property: {$ir['hNAME']}</td></tr></table>"; in different ways and I always get the Parse error: syntax error, unexpected '<' in E:\xampp\htdocs\index.php on line 11
-
I'm at a dead end with my mccode modifications please help...
winfidel replied to winfidel's topic in General Discussion
Re: I'm at a dead end with my mccode modifications please help... You know I love you guys in a non threatening to your whichever preference / sexuality way... I didn't look close enough but after seeing whichever.php... well it's like Christmas came early for me!!! Thank You!!!!! You know you guys will have ROCKSTAR STATUS in my game once its up and running! -
Re: Tutorial: v1 - v2 Conversion I'm in testing... on xp local.. its hosted someplace else... I just cant get the crons to work but then I figured out: who cares I'm designing/modifying... I've having a bitch of a time... I just started learning this stuff five days ago... I've covered a lot of ground... I had never heard of mccode.. myphp... tables or php... so I think I'm doing okay.. I could always use help though... I want things... for my game... a register page set up to take name / password / email / replace promo code with Country... then depending on country I want to add and subtract stats or give cash then I want to set up the explore page to respond to what city they are in... in city one no bank href / no crystal market in city three a bank and so on In city five I want females 12% Energy every 5 mins instead of 8% that's what I'm searching the boards for... knowledge... and better casino games... screw that look in box... roulette... 50/50 that sucks... I want card games and something better...
-
I'm at a dead end with my mccode modifications please help...
winfidel replied to winfidel's topic in General Discussion
Re: I'm at a dead end with my mccode modifications please help... I appreciate your help. I have to explain this better.. please bear with me. Okay I have it set up to cities.. it shows the names. on explore page.. we see set things... no matter what city... yes shops can be placed in certain cities... but what if I want the HREFs only to show up in certain cities? Crystal market in three cities... user stats in two cities... a monorail in one city... a different monorail called plane rental in another city? also here's a brain teaser... how can I set it up so on one island only my female players get 20% Energy every 5 mins instead of 8%... -
On my explore page there are the href links. Click monorail go to that page. I have cities. I want to set my explore page up so that it list categories: Service / Shops / Locations. then depending on which city they are in I want links available. So that monorail is only available in two cities and in a third city I have a cloned version of monorail called rent a plane. Shops go to the right cities with admin panel but the hrefs go to every city... I don't want Crystal Temple Battle Tent in every city... help ----------------------------------------------------------------------------------------------------------------------------------------- Is there a way to add max len to cities? To lock out higher levels from default city... to force progression... I want to make people move to the next city... where the first city weapons are useless, the first city house is gone and they wake up in the next city homeless with useless weapons
-
Re: Tutorial: v1 - v2 Conversion What do I do with this? */5 * * * * curl http://localhost/cron_fivemins.php?code ... 87f3643cb* * * * * curl http://localhost/cron_minute.php?code=c ... 187f3643cb 0 * * * * curl http://localhost/cron_hour.php?code=c1e ... 187f3643cb 0 0 * * * curl http://localhost/cron_day.php?code=c1ea ... 187f3643cb